Home
last modified time | relevance | path

Searched refs:LOG_USER (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/syslog/
H A 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_ER in main()
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h27 #define LOG_USER (1<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsyslog.h27 #define LOG_USER (1<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsyslog.h27 #define LOG_USER (1<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/include/
H A Dsyslog.h27 #define LOG_USER (1<<3) macro
88 { "user", LOG_USER }, { "uucp", LOG_UUCP }, \
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_closelog_test.cpp19 openlog("my_program", LOG_PID, LOG_USER); in HWTEST_F()
/third_party/python/Modules/
H A Dsyslogmodule.c120 long facility = LOG_USER; in syslog_openlog()
320 ADD_INT_MACRO(module, LOG_USER); in syslog_exec()
/third_party/NuttX/include/
H A Dsyslog.h76 * LOG_USER - Generic user-level messages (default)
98 #define LOG_USER 0 macro
161 * initial default facility is LOG_USER.
/third_party/musl/libc-test/src/api/
H A Dsyslog.c13 C(LOG_USER) in f()
/third_party/toybox/toys/posix/
H A Dlogger.c54 int facility = LOG_USER, priority = LOG_NOTICE, len; in logger_main()
/third_party/ntfs-3g/libntfs-3g/
H A Dlogging.c294 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_set_handler()
405 openlog("ntfs-3g", LOG_PID, LOG_USER); in ntfs_log_early_error()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c19 static int log_facility = LOG_USER;
/third_party/musl/src/misc/
H A Dsyslog.c20 static int log_facility = LOG_USER;
/third_party/python/Lib/logging/
H A Dhandlers.py768 LOG_USER = 1 # random user-level messages variable in SysLogHandler
824 "user": LOG_USER,
849 facility=LOG_USER, socktype=None):
855 If facility is not specified, LOG_USER is used. If socktype is
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c361 openlog(ident, LOG_PID, LOG_USER); in log_syslog()
/third_party/eudev/src/shared/
H A Dutil.c1362 [LOG_FAC(LOG_USER)] = "user",
/third_party/nghttp2/src/
H A Dshrpx_config.cc4261 case (LOG_USER): in str_syslog_facility()
4348 return LOG_USER; in int_syslog_facility()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs264 pub const LOG_USER: ::c_int = 1 << 3; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1354 pub const LOG_USER: ::c_int = 1 << 3; consts
/third_party/python/Lib/test/
H A Dtest_logging.py586 self.assertEqual(h.facility, h.LOG_USER)

Completed in 41 milliseconds