HomeSort by relevance Sort by last modified time
    Searched defs:syslog (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/src/log/syslog/
doc.go 5 // Package syslog provides a simple interface to the system log
6 // service. It can send messages to the syslog daemon using UNIX
10 // the syslog client will attempt to reconnect to the server
12 package syslog package
syslog_unix.go 7 package syslog package
14 // unixSyslog opens a connection to the syslog daemon running on the
19 logPaths := []string{"/dev/log", "/var/run/syslog", "/var/run/log"}
30 return nil, errors.New("Unix syslog delivery error")
syslog_test.go 7 package syslog package
199 // Depends on syslog daemon running, and sometimes it's not.
200 t.Skip("skipping syslog test during -short")
213 t.Skip("skipping syslog test during -short")
223 t.Skip("skipping syslog test during -short")
276 t.Fatalf("syslog.Dial() failed: %v", err)
300 t.Fatalf("syslog.Dial() failed: %v", err)
359 t.Fatalf("syslog.Dial() failed: %v", err)
syslog.go 7 package syslog package
20 // The Priority is a combination of the syslog facility and
32 // From /usr/include/sys/syslog.h.
47 // From /usr/include/sys/syslog.h.
75 // A Writer is a connection to a syslog server.
89 // simply open a TCP connection to the syslog daemon. The gccgo
92 // library syslog function.
114 // If network is empty, Dial will connect to the local syslog server.
117 return nil, errors.New("log/syslog: invalid priority")
143 // connect makes a connection to the syslog server
    [all...]
  /prebuilts/go/linux-x86/src/log/syslog/
doc.go 5 // Package syslog provides a simple interface to the system log
6 // service. It can send messages to the syslog daemon using UNIX
10 // the syslog client will attempt to reconnect to the server
12 package syslog package
syslog_unix.go 7 package syslog package
14 // unixSyslog opens a connection to the syslog daemon running on the
19 logPaths := []string{"/dev/log", "/var/run/syslog", "/var/run/log"}
30 return nil, errors.New("Unix syslog delivery error")
syslog_test.go 7 package syslog package
199 // Depends on syslog daemon running, and sometimes it's not.
200 t.Skip("skipping syslog test during -short")
213 t.Skip("skipping syslog test during -short")
223 t.Skip("skipping syslog test during -short")
276 t.Fatalf("syslog.Dial() failed: %v", err)
300 t.Fatalf("syslog.Dial() failed: %v", err)
359 t.Fatalf("syslog.Dial() failed: %v", err)
syslog.go 7 package syslog package
20 // The Priority is a combination of the syslog facility and
32 // From /usr/include/sys/syslog.h.
47 // From /usr/include/sys/syslog.h.
75 // A Writer is a connection to a syslog server.
89 // simply open a TCP connection to the syslog daemon. The gccgo
92 // library syslog function.
114 // If network is empty, Dial will connect to the local syslog server.
117 return nil, errors.New("log/syslog: invalid priority")
143 // connect makes a connection to the syslog server
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syslog.h 1 /* Checking macros for syslog functions.
21 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead."
30 syslog (int __pri, __const char *__fmt, ...) function
35 # define syslog(pri, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syslog.h 1 /* Checking macros for syslog functions.
21 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead."
30 syslog (int __pri, __const char *__fmt, ...) function
35 # define syslog(pri, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syslog.h 1 /* Checking macros for syslog functions.
21 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead."
30 syslog (int __pri, __const char *__fmt, ...) function
35 # define syslog(pri, ...) \ macro
  /bionic/libc/bionic/
syslog.cpp 20 #include <syslog.h>
44 void syslog(int priority, const char* fmt, ...) { function
  /external/autotest/server/hosts/
adb_host.py 623 def syslog(self, message, tag='autotest'): member in class:ADBHost
624 """Logs a message to syslog on the device.
626 @param message String message to log into syslog
627 @param tag String tag prefix for syslog
    [all...]
cros_host.py 2061 def syslog(self, message, tag='autotest'): member in class:CrosHost
    [all...]
  /external/dbus/bus/
bus.c 69 unsigned int syslog : 1; member in struct:BusContext
361 /* Set up the prefix for syslog messages */
476 context->syslog = bus_config_parser_get_syslog (parser);
1306 if (!context->syslog)
    [all...]
config-parser.c 117 unsigned int syslog : 1; /**< TRUE to enable syslog */ member in struct:BusConfigParser
723 if (!check_no_attributes (parser, "syslog", attribute_names, attribute_values, error))
732 parser->syslog = TRUE;
    [all...]
  /external/fio/os/windows/
posix.c 331 log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, 0, NULL);
340 void syslog(int priority, const char *message, ... /* argument */) function
348 log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, 0, NULL);
352 log_err("syslog: failed to open log file\n");
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 62 static void syslog( int priority, const char * message, ...) function
85 #include <syslog.h>
138 uint32_t logcounter; // Counter used to control number of syslog messages we write
176 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
178 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
183 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd);
185 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
211 if ((num_read < 0) && (errno == EINTR)) { syslog(LOG_INFO, "dnssd_clientstub read_all: EINTR continue"); continue; }
228 syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
234 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd
    [all...]

Completed in 987 milliseconds