Home
last modified time | relevance | path

Searched refs:LOG_USER (Results 1 – 25 of 37) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c140 openlog("log_pid_test", LOG_PID, LOG_USER); in main()
141 syslog(LOG_USER | LOG_INFO, "syslogtst: user info test."); in main()
145 openlog("log_cons_test", LOG_CONS, LOG_USER); in main()
172 syslog(LOG_USER | LOG_INFO, "syslogtst: info to console test."); in main()
199 openlog("without log_ndelay", LOG_PID, LOG_USER); in main()
220 openlog("with log_ndelay", LOG_NDELAY, LOG_USER); in main()
242 syslog(LOG_USER | LOG_EMERG, "syslogtst: emergency log"); in main()
243 syslog(LOG_USER | LOG_ALERT, "syslogtst: alert log"); in main()
244 syslog(LOG_USER | LOG_CRIT, "syslogtst: critical log"); in main()
245 syslog(LOG_USER | LOG_ERR, "syslogtst: error log"); in main()
[all …]
/external/crosvm/sys_util/src/linux/
Dsyslog.rs17 LOG_PID, LOG_USER,
135 openlog(null(), LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_USER); in openlog_and_get_socket()
/external/python/cpython2/Doc/library/
Dsyslog.rst27 not encoded in *priority* using logical-or (``LOG_INFO | LOG_USER``), the
44 keyword argument (default is :const:`LOG_USER`) sets the default facility for
75 :const:`LOG_KERN`, :const:`LOG_USER`, :const:`LOG_MAIL`, :const:`LOG_DAEMON`,
Dlogging.handlers.rst416 .. class:: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), facility=LOG_USER, socktype=socket…
425 :const:`LOG_USER` is used. The type of socket opened depends on the
510 | ``user`` | LOG_USER |
/external/python/cpython2/Modules/
Dsyslogmodule.c113 long facility = LOG_USER; in syslog_openlog()
275 PyModule_AddIntConstant(m, "LOG_USER", LOG_USER); in initsyslog()
/external/python/cpython3/Doc/library/
Dsyslog.rst28 not encoded in *priority* using logical-or (``LOG_INFO | LOG_USER``), the
47 keyword argument (default is :const:`LOG_USER`) sets the default facility for
89 :const:`LOG_KERN`, :const:`LOG_USER`, :const:`LOG_MAIL`, :const:`LOG_DAEMON`,
/external/vboot_reference/utility/
Dtpm_init_temp_fix.c29 int pri = LOG_USER | LOG_ERR; in main()
/external/igt-gpu-tools/tools/
Dintel_forcewaked.c79 openlog(argv[0], LOG_CONS | LOG_PID, LOG_USER); in main()
Dintel_l3_parity.c329 openlog(argv[0], LOG_CONS | LOG_PID, LOG_USER); in main()
/external/python/cpython3/Modules/
Dsyslogmodule.c116 long facility = LOG_USER; in syslog_openlog()
300 ADD_INT_MACRO(module, LOG_USER); in syslog_exec()
/external/libchromeos-rs/src/
Dsyslog.rs61 libc::LOG_USER, in init()
/external/libchrome/base/
Dsyslog_logging.cc94 openlog(kEventSource, LOG_NOWAIT | LOG_PID, LOG_USER); in ~EventLogMessage()
/external/toybox/toys/posix/
Dlogger.c53 int facility = LOG_USER, priority = LOG_NOTICE, len = 0; in logger_main()
/external/libbrillo/brillo/
Dsyslog_logging.cc109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
/external/adhd/cras/src/tests/
Dcras_abi_unittest.cc137 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dobserver_unittest.cc724 openlog(NULL, LOG_PERROR, LOG_USER); in main()
Dalsa_jack_unittest.cc1102 openlog(NULL, LOG_PERROR, LOG_USER); in main()
/external/adhd/cras/src/tools/cras_monitor/
Dcras_monitor.c245 openlog("cras_monitor", LOG_PERROR, LOG_USER); in main()
/external/python/cpython2/Lib/logging/
Dhandlers.py667 LOG_USER = 1 # random user-level messages variable in SysLogHandler
716 "user": LOG_USER,
741 facility=LOG_USER, socktype=None):
/external/python/cpython3/Lib/logging/
Dhandlers.py734 LOG_USER = 1 # random user-level messages variable in SysLogHandler
790 "user": LOG_USER,
815 facility=LOG_USER, socktype=None):
/external/openssh/
Dlog.c283 log_facility = LOG_USER; in log_init()
/external/iputils/ninfod/
Dninfod.c424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
/external/adhd/cras/src/server/
Dcras_server.c445 openlog("cras_server", LOG_PID, LOG_USER); in cras_server_init()
/external/dnsmasq/src/
Ddnsmasq.h192 #define MS_TFTP LOG_USER
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp744 openlog(GetProcessName(), 0, LOG_USER); in AndroidLogInit()

12