HomeSort by relevance Sort by last modified time
    Searched refs:LOG_USER (Results 1 - 25 of 44) sorted by null

1 2

  /external/valgrind/none/tests/
syslog.c 7 syslog(LOG_USER|LOG_DEBUG, "valgrind/none/tests/syslog: test message");
  /external/ltp/testcases/kernel/syscalls/syslog/
syslogtst.c 140 openlog("log_pid_test", LOG_PID, LOG_USER);
141 syslog(LOG_USER | LOG_INFO, "syslogtst: user info test.");
145 openlog("log_cons_test", LOG_CONS, LOG_USER);
172 syslog(LOG_USER | LOG_INFO, "syslogtst: info to console test.");
199 openlog("without log_ndelay", LOG_PID, LOG_USER);
220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER);
242 syslog(LOG_USER | LOG_EMERG, "syslogtst: emergency log");
243 syslog(LOG_USER | LOG_ALERT, "syslogtst: alert log");
244 syslog(LOG_USER | LOG_CRIT, "syslogtst: critical log");
245 syslog(LOG_USER | LOG_ERR, "syslogtst: error log")
    [all...]
  /external/fio/os/windows/posix/include/
syslog.h 13 #define LOG_USER 0x8
  /bionic/tests/headers/posix/
syslog_h.c 41 MACRO(LOG_USER);
  /external/vboot_reference/utility/
tpm_init_temp_fix.c 29 int pri = LOG_USER | LOG_ERR;
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 43 #ifdef LOG_USER
44 openlog(prog, LOG_PERROR, LOG_USER);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 94 #define LOG_USER (1<<3) /* random user-level messages */
136 { "user", LOG_USER },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 94 #define LOG_USER (1<<3) /* random user-level messages */
136 { "user", LOG_USER },
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 154 s, err := Dial(tr, addr, LOG_INFO|LOG_USER, "syslog_test")
179 s, err := Dial(net, addr, LOG_INFO|LOG_USER, "syslog_test")
215 s, err := New(LOG_INFO|LOG_USER, "the_tag")
227 f, err := NewLogger(LOG_USER|LOG_INFO, 0)
245 l, err := Dial("", "", LOG_USER|LOG_ERR, "syslog_test")
253 tmpl := fmt.Sprintf("<%d>%%s %%s syslog_test[%%d]: %s\n", LOG_USER+LOG_INFO, in)
273 {LOG_USER | LOG_ERR, "syslog_test", "", "%s %s syslog_test[%d]: \n"},
274 {LOG_USER | LOG_ERR, "syslog_test", "write test", "%s %s syslog_test[%d]: write test\n"},
276 {LOG_USER | LOG_ERR, "syslog_test", "write test 2\n", "%s %s syslog_test[%d]: write test 2\n"},
311 w, err := Dial("udp", addr, LOG_USER|LOG_ERR, "how's it going?"
    [all...]
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 154 s, err := Dial(tr, addr, LOG_INFO|LOG_USER, "syslog_test")
179 s, err := Dial(net, addr, LOG_INFO|LOG_USER, "syslog_test")
215 s, err := New(LOG_INFO|LOG_USER, "the_tag")
227 f, err := NewLogger(LOG_USER|LOG_INFO, 0)
245 l, err := Dial("", "", LOG_USER|LOG_ERR, "syslog_test")
253 tmpl := fmt.Sprintf("<%d>%%s %%s syslog_test[%%d]: %s\n", LOG_USER+LOG_INFO, in)
273 {LOG_USER | LOG_ERR, "syslog_test", "", "%s %s syslog_test[%d]: \n"},
274 {LOG_USER | LOG_ERR, "syslog_test", "write test", "%s %s syslog_test[%d]: write test\n"},
276 {LOG_USER | LOG_ERR, "syslog_test", "write test 2\n", "%s %s syslog_test[%d]: write test 2\n"},
311 w, err := Dial("udp", addr, LOG_USER|LOG_ERR, "how's it going?"
    [all...]
  /bionic/libc/include/
syslog.h 54 #define LOG_USER (1<<3)
  /external/libbrillo/brillo/
syslog_logging.cc 106 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER);
  /external/toybox/toys/posix/
logger.c 55 int facility = LOG_USER, priority = LOG_NOTICE, len;
  /external/python/cpython2/Modules/
syslogmodule.c 113 long facility = LOG_USER;
275 PyModule_AddIntConstant(m, "LOG_USER", LOG_USER);
  /external/python/cpython3/Modules/
syslogmodule.c 116 long facility = LOG_USER;
305 PyModule_AddIntMacro(m, LOG_USER);
  /external/adhd/cras/src/tests/
cras_monitor.c 252 openlog("cras_monitor", LOG_PERROR, LOG_USER);
  /system/core/logd/
LogKlog.cpp 416 int pri = LOG_USER | LOG_INFO;
427 pri = LOG_USER | LOG_INFO;
531 // LOG_USER, LOG_MAIL, LOG_DAEMON, LOG_AUTH, LOG_SYSLOG, LOG_LPR, LOG_NEWS
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 639 LOG_USER = 1 # random user-level messages
688 "user": LOG_USER,
713 facility=LOG_USER, socktype=socket.SOCK_DGRAM):
719 If facility is not specified, LOG_USER is used.
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 667 LOG_USER = 1 # random user-level messages
716 "user": LOG_USER,
741 facility=LOG_USER, socktype=None):
747 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 666 LOG_USER = 1 # random user-level messages
715 "user": LOG_USER,
740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 666 LOG_USER = 1 # random user-level messages
715 "user": LOG_USER,
740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 666 LOG_USER = 1 # random user-level messages
715 "user": LOG_USER,
740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 666 LOG_USER = 1 # random user-level messages
715 "user": LOG_USER,
740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py 724 LOG_USER = 1 # random user-level messages
773 "user": LOG_USER,
798 facility=LOG_USER, socktype=None):
804 If facility is not specified, LOG_USER is used. If socktype is
    [all...]
  /external/adhd/cras/src/server/
cras_server.c 382 openlog("cras_server", LOG_PID, LOG_USER);

Completed in 1762 milliseconds

1 2