Home
last modified time | relevance | path

Searched refs:LOG_KERN (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dsyslog.h26 #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 Dsyslog.h26 #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 Dsyslog.h26 #define LOG_KERN (0<<3) macro
85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
/third_party/musl/include/
H A Dsyslog.h26 #define LOG_KERN (0<<3) macro
85 { "kern", LOG_KERN }, { "lpr", LOG_LPR }, { "mail", LOG_MAIL }, \
/third_party/NuttX/include/
H A Dsyslog.h69 * 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 Dsyslog.c12 C(LOG_KERN) in f()
/third_party/toybox/toys/pending/
H A Dklogd.c80 openlog("Kernel", 0, LOG_KERN); //open connection to system logger.. in klogd_main()
/third_party/python/Modules/
H A Dsyslogmodule.c319 ADD_INT_MACRO(module, LOG_KERN); in syslog_exec()
/third_party/python/Lib/logging/
H A Dhandlers.py767 LOG_KERN = 0 # kernel messages variable in SysLogHandler
816 "kern": LOG_KERN,
/third_party/eudev/src/shared/
H A Dutil.c1361 [LOG_FAC(LOG_KERN)] = "kern",
/third_party/nghttp2/src/
H A Dshrpx_config.cc4237 case (LOG_KERN): in str_syslog_facility()
4296 return LOG_KERN; in int_syslog_facility()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs263 pub const LOG_KERN: ::c_int = 0; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1353 pub const LOG_KERN: ::c_int = 0; consts

Completed in 25 milliseconds