Searched refs:LOG_KERN (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 26 #define LOG_KERN (0<<3) macro 85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 26 #define LOG_KERN (0<<3) macro 85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 26 #define LOG_KERN (0<<3) macro 85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
|
/third_party/musl/include/ |
H A D | syslog.h | 26 #define LOG_KERN (0<<3) macro 85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
|
/third_party/NuttX/include/ |
H A D | syslog.h | 69 * LOG_KERN - Kernel messages (these can't be generated from user 85 #define LOG_KERN 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 12 C(LOG_KERN) in f()
|
/third_party/toybox/toys/pending/ |
H A D | klogd.c | 80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger.. in klogd_main()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 319 ADD_INT_MACRO(module, LOG_KERN); in syslog_exec()
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 767 LOG_KERN = 0 # kernel messages variable in SysLogHandler 816 "kern": LOG_KERN,
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1361 [LOG_FAC(LOG_KERN)] = "kern",
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4237 case (LOG_KERN): in str_syslog_facility() 4296 return LOG_KERN; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 263 pub const LOG_KERN: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1353 pub const LOG_KERN: ::c_int = 0; consts
|
Completed in 25 milliseconds