/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 140 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/ |
D | syslog.rs | 17 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/ |
D | syslog.rst | 27 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`,
|
D | logging.handlers.rst | 416 .. 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/ |
D | syslogmodule.c | 113 long facility = LOG_USER; in syslog_openlog() 275 PyModule_AddIntConstant(m, "LOG_USER", LOG_USER); in initsyslog()
|
/external/python/cpython3/Doc/library/ |
D | syslog.rst | 28 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/ |
D | tpm_init_temp_fix.c | 29 int pri = LOG_USER | LOG_ERR; in main()
|
/external/igt-gpu-tools/tools/ |
D | intel_forcewaked.c | 79 openlog(argv[0], LOG_CONS | LOG_PID, LOG_USER); in main()
|
D | intel_l3_parity.c | 329 openlog(argv[0], LOG_CONS | LOG_PID, LOG_USER); in main()
|
/external/python/cpython3/Modules/ |
D | syslogmodule.c | 116 long facility = LOG_USER; in syslog_openlog() 300 ADD_INT_MACRO(module, LOG_USER); in syslog_exec()
|
/external/libchromeos-rs/src/ |
D | syslog.rs | 61 libc::LOG_USER, in init()
|
/external/libchrome/base/ |
D | syslog_logging.cc | 94 openlog(kEventSource, LOG_NOWAIT | LOG_PID, LOG_USER); in ~EventLogMessage()
|
/external/toybox/toys/posix/ |
D | logger.c | 53 int facility = LOG_USER, priority = LOG_NOTICE, len = 0; in logger_main()
|
/external/libbrillo/brillo/ |
D | syslog_logging.cc | 109 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
|
/external/adhd/cras/src/tests/ |
D | cras_abi_unittest.cc | 137 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | observer_unittest.cc | 724 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
D | alsa_jack_unittest.cc | 1102 openlog(NULL, LOG_PERROR, LOG_USER); in main()
|
/external/adhd/cras/src/tools/cras_monitor/ |
D | cras_monitor.c | 245 openlog("cras_monitor", LOG_PERROR, LOG_USER); in main()
|
/external/python/cpython2/Lib/logging/ |
D | handlers.py | 667 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/ |
D | handlers.py | 734 LOG_USER = 1 # random user-level messages variable in SysLogHandler 790 "user": LOG_USER, 815 facility=LOG_USER, socktype=None):
|
/external/openssh/ |
D | log.c | 283 log_facility = LOG_USER; in log_init()
|
/external/iputils/ninfod/ |
D | ninfod.c | 424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
|
/external/adhd/cras/src/server/ |
D | cras_server.c | 445 openlog("cras_server", LOG_PID, LOG_USER); in cras_server_init()
|
/external/dnsmasq/src/ |
D | dnsmasq.h | 192 #define MS_TFTP LOG_USER
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cpp | 744 openlog(GetProcessName(), 0, LOG_USER); in AndroidLogInit()
|