HomeSort by relevance Sort by last modified time
    Searched full:syslog (Results 26 - 50 of 533) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
klog.h 27 the kernel's syslog system call, but that name is easily confused
28 with the user-level syslog facility, which is something completely
syslog.h 29 * @(#)syslog.h 8.1 (Berkeley) 6/2/93
40 #include <bits/syslog-path.h>
135 { "syslog", LOG_SYSLOG },
164 #define LOG_ODELAY 0x04 /* delay open until first syslog() (default) */
190 extern void syslog (int __pri, __const char *__fmt, ...)
207 # include <bits/syslog.h>
210 # include <bits/syslog-ldbl.h>
215 #endif /* sys/syslog.h */
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 22 #include <syslog.h>
53 syslog(LOG_ERR, "Invalid PPPoE version (%d)", (int) packet->ver);
57 syslog(LOG_ERR, "Invalid PPPoE type (%d)", (int) packet->type);
63 syslog(LOG_ERR, "Invalid PPPoE packet length (%u)", len);
79 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen);
108 syslog(LOG_ERR, "Invalid PPPoE version (%d)", (int) packet->ver);
112 syslog(LOG_ERR, "Invalid PPPoE type (%d)", (int) packet->type);
118 syslog(LOG_ERR, "Invalid PPPoE packet length (%u)", len);
134 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen);
153 * Prints a message to stderr and syslog
    [all...]
  /external/dhcpcd/
if-options.c 40 #include <syslog.h>
124 syslog(LOG_ERR, "`%s' out of range", s);
314 syslog(LOG_ERR, "`%s' is not a valid CIDR", p);
320 syslog(LOG_ERR, "`%s' is not a valid IP address", arg);
365 syslog(LOG_ERR, "hostname: %m");
369 syslog(LOG_ERR,
387 syslog(LOG_ERR, "vendorclassid: %m");
397 syslog(LOG_ERR,
404 syslog(LOG_ERR, "`%s' out of range", arg);
411 syslog(LOG_ERR, "metric must be a positive value")
    [all...]
platform-bsd.c 34 #include <syslog.h>
79 syslog(LOG_WARNING,
84 syslog(LOG_WARNING,
arp.c 32 #include <syslog.h>
163 syslog(LOG_INFO,
188 syslog(LOG_ERR, "%s: hardware address %s claims %s",
214 syslog(LOG_DEBUG,
219 syslog(LOG_DEBUG,
224 syslog(LOG_ERR, "send_arp: %m");
273 syslog(LOG_INFO, "%s: searching for %s",
276 syslog(LOG_INFO, "%s: checking for %s",
296 syslog(LOG_DEBUG,
301 syslog(LOG_ERR, "send_arp: %m")
    [all...]
ipv6rs.c 39 #include <syslog.h>
221 syslog(LOG_INFO, "%s: sending IPv6 Router Solicitation", ifp->name);
223 syslog(LOG_ERR, "%s: sendmsg: %m", ifp->name);
229 syslog(LOG_INFO, "%s: no IPv6 Routers available", ifp->name);
296 syslog(LOG_ERR, "recvmsg: %m");
302 syslog(LOG_ERR, "IPv6 RA packet too short from %s", sfrom);
326 syslog(LOG_ERR,
336 syslog(LOG_ERR, "invalid IPv6 type or code from %s", sfrom);
341 syslog(LOG_ERR, "RA recieved from non local IPv6 address %s",
350 syslog(LOG_ERR,"received RA for unexpected interface from %s"
    [all...]
common.c 53 #include <syslog.h>
117 syslog(LOG_ERR, "fcntl: %m");
131 syslog(LOG_ERR, "fcntl: %m");
197 syslog(LOG_WARNING, NO_MONOTONIC);
261 syslog(LOG_ERR, "memory exhausted (xalloc %zu bytes)", s);
282 syslog(LOG_ERR, "memory exhausted (xrealloc %zu bytes)", s);
298 syslog(LOG_ERR, "memory exhausted (xstrdup)");
configure.c 40 #include <syslog.h>
81 syslog(LOG_ERR, "vfork: %m");
86 syslog(LOG_ERR, "%s: %m", argv[0]);
358 syslog(LOG_DEBUG, "%s: executing `%s', reason %s",
381 syslog(LOG_ERR, "waitpid: %m");
401 syslog(LOG_ERR, "writev: %m");
445 syslog(LOG_DEBUG, "%s: %s route to %s/%d", ifname, cmd,
449 syslog(LOG_DEBUG, "%s: %s host route to %s", ifname, cmd,
452 syslog(LOG_DEBUG, "%s: %s default route via %s", ifname, cmd,
455 syslog(LOG_DEBUG, "%s: %s route to %s/%d via %s", ifname, cmd
    [all...]
ipv4ll.c 32 #include <syslog.h>
110 syslog(LOG_INFO, "%s: probing for an IPv4LL address",
131 syslog(LOG_DEBUG,
137 syslog(LOG_DEBUG, "%s: defended IPv4LL address",
149 syslog(LOG_ERR, "%s: failed to acquire an IPv4LL address",
platform-linux.c 32 #include <syslog.h>
138 syslog(LOG_WARNING,
147 syslog(LOG_WARNING,
  /external/iproute2/tc/
p_tcp.c 16 #include <syslog.h>
p_udp.c 16 #include <syslog.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 29 * @(#)syslog.h 8.1 (Berkeley) 6/2/93
40 #include <bits/syslog-path.h>
135 { "syslog", LOG_SYSLOG },
164 #define LOG_ODELAY 0x04 /* delay open until first syslog() (default) */
190 extern void syslog (int __pri, __const char *__fmt, ...)
207 # include <bits/syslog.h>
210 # include <bits/syslog-ldbl.h>
215 #endif /* sys/syslog.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 29 * @(#)syslog.h 8.1 (Berkeley) 6/2/93
40 #include <bits/syslog-path.h>
135 { "syslog", LOG_SYSLOG },
164 #define LOG_ODELAY 0x04 /* delay open until first syslog() (default) */
190 extern void syslog (int __pri, __const char *__fmt, ...)
207 # include <bits/syslog.h>
210 # include <bits/syslog-ldbl.h>
215 #endif /* sys/syslog.h */
  /external/srtp/
configure.in 102 AC_CHECK_HEADERS(syslog.h)
154 AC_MSG_CHECKING(whether to use syslog for error reporting)
155 AC_ARG_ENABLE(syslog,
156 [AS_HELP_STRING([--enable-syslog], [use syslog for error reporting])],
159 AC_DEFINE(USE_SYSLOG, 1, [Define to use syslog logging.])
  /bionic/libc/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /development/ndk/platforms/android-3/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /external/mdnsresponder/mDNSShared/
mDNSResponder.8 55 .Nm Ns 's internal state for debugging and diagnostic purposes. The syslog(1)
70 Once this logging is enabled, users can additionally use syslog(1)
73 .Dl % sudo syslog -c mDNSResponder -d
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
syslog.h 82 #define LOG_ODELAY 0x04 /* delay connection until syslog() */
87 /* BIONIC: the following definitions are from OpenBSD's sys/syslog.h
106 extern void syslog(int, const char *, ...);

Completed in 1207 milliseconds

12 3 4 5 6 7 8 91011>>