/external/musl/include/ |
D | syslog.h | 27 #define LOG_USER (1<<3) macro 88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
|
/external/crosvm/base/src/sys/unix/linux/ |
D | syslog.rs | 26 use libc::LOG_USER; 143 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/virglrenderer/server/ |
D | render_common.c | 15 openlog(NULL, LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_USER); in render_log_init()
|
/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/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/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/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 | 61 int facility = LOG_USER, 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/openthread/examples/platforms/simulation/ |
D | system.c | 165 openlog(basename(aArgVector[0]), LOG_PID, LOG_USER); in otSysInit()
|
/external/cronet/base/ |
D | syslog_logging.cc | 152 openlog(kEventSource, LOG_NOWAIT | LOG_PID, LOG_USER); in ~EventLogMessage()
|
/external/ot-br-posix/src/common/ |
D | logging.cpp | 32 #define OTBR_SYSLOG_FACILITY_ID LOG_USER
|
/external/musl/src/misc/ |
D | syslog.c | 18 static int log_facility = LOG_USER;
|
/external/openthread/examples/platforms/simulation/virtual_time/ |
D | platform-sim.c | 233 openlog(basename(argv[0]), LOG_PID, LOG_USER); in otSysInit()
|
/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/ot-br-posix/ |
D | CMakeLists.txt | 42 set(OTBR_SYSLOG_FACILITY_ID LOG_USER CACHE STRING "Syslog logging facility")
|
/external/python/cpython3/Lib/logging/ |
D | handlers.py | 764 LOG_USER = 1 # random user-level messages variable in SysLogHandler 820 "user": LOG_USER, 845 facility=LOG_USER, socktype=None):
|
/external/iputils/ninfod/ |
D | ninfod.c | 424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
|
/external/dnsmasq/src/ |
D | dnsmasq.h | 192 #define MS_TFTP LOG_USER
|