Home
last modified time | relevance | path

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

12

/external/musl/include/
Dsyslog.h27 #define LOG_USER (1<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/external/crosvm/base/src/sys/unix/linux/
Dsyslog.rs26 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/
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/virglrenderer/server/
Drender_common.c15 openlog(NULL, LOG_NDELAY | LOG_PERROR | LOG_PID, LOG_USER); in render_log_init()
/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/python/cpython3/Modules/
Dsyslogmodule.c116 long facility = LOG_USER; in syslog_openlog()
300 ADD_INT_MACRO(module, LOG_USER); in syslog_exec()
/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/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.c61 int facility = LOG_USER, 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/openthread/examples/platforms/simulation/
Dsystem.c165 openlog(basename(aArgVector[0]), LOG_PID, LOG_USER); in otSysInit()
/external/cronet/base/
Dsyslog_logging.cc152 openlog(kEventSource, LOG_NOWAIT | LOG_PID, LOG_USER); in ~EventLogMessage()
/external/ot-br-posix/src/common/
Dlogging.cpp32 #define OTBR_SYSLOG_FACILITY_ID LOG_USER
/external/musl/src/misc/
Dsyslog.c18 static int log_facility = LOG_USER;
/external/openthread/examples/platforms/simulation/virtual_time/
Dplatform-sim.c233 openlog(basename(argv[0]), LOG_PID, LOG_USER); in otSysInit()
/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/ot-br-posix/
DCMakeLists.txt42 set(OTBR_SYSLOG_FACILITY_ID LOG_USER CACHE STRING "Syslog logging facility")
/external/python/cpython3/Lib/logging/
Dhandlers.py764 LOG_USER = 1 # random user-level messages variable in SysLogHandler
820 "user": LOG_USER,
845 facility=LOG_USER, socktype=None):
/external/iputils/ninfod/
Dninfod.c424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
/external/dnsmasq/src/
Ddnsmasq.h192 #define MS_TFTP LOG_USER

12