Home
last modified time | relevance | path

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

/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/ltp/testcases/network/multicast/mc_gethost/
Dmc_gethost.c43 #ifdef LOG_USER
44 openlog(prog, LOG_PERROR, LOG_USER);
/external/valgrind/none/tests/
Dsyslog.c7 syslog(LOG_USER|LOG_DEBUG, "valgrind/none/tests/syslog: test message"); in main()
/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 |
Dlogging.config.rst705 args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
/external/fio/os/windows/posix/include/
Dsyslog.h13 #define LOG_USER 0x8 macro
/external/python/cpython2/Modules/
Dsyslogmodule.c113 long facility = LOG_USER; in syslog_openlog()
275 PyModule_AddIntConstant(m, "LOG_USER", LOG_USER); in initsyslog()
/external/vboot_reference/utility/
Dtpm_init_temp_fix.c29 int pri = LOG_USER | LOG_ERR; in main()
/external/toybox/toys/pending/
Dlogger.c31 int facility = LOG_USER, priority = LOG_NOTICE; in logger_main()
/external/libbrillo/brillo/
Dsyslog_logging.cc106 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()
/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/openssh/
Dlog.c288 log_facility = LOG_USER; in log_init()
/external/iputils/ninfod/
Dninfod.c424 openlog(NINFOD, 0, LOG_USER); in set_logfile()
/external/dnsmasq/src/
Ddnsmasq.h197 #define MS_TFTP LOG_USER
Doption.c33 { "user", LOG_USER },
/external/fio/
Dserver.c2540 openlog("fio", LOG_NDELAY|LOG_NOWAIT|LOG_PID, LOG_USER); in fio_start_server()