Searched refs:LOG_LOCAL6 (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | syslog.h | 45 #define LOG_LOCAL6 (22<<3) macro 92 { "local6", LOG_LOCAL6 }, { "local7", LOG_LOCAL7 }, { 0, -1 } })
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | syslog.h | 45 #define LOG_LOCAL6 (22<<3) macro 92 { "local6", LOG_LOCAL6 }, { "local7", LOG_LOCAL7 }, { 0, -1 } })
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | syslog.h | 45 #define LOG_LOCAL6 (22<<3) macro 92 { "local6", LOG_LOCAL6 }, { "local7", LOG_LOCAL7 }, { 0, -1 } })
|
/third_party/musl/include/ |
H A D | syslog.h | 45 #define LOG_LOCAL6 (22<<3) macro 92 { "local6", LOG_LOCAL6 }, { "local7", LOG_LOCAL7 }, { 0, -1 } })
|
/third_party/NuttX/include/ |
H A D | syslog.h | 92 #define LOG_LOCAL6 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | syslog.c | 27 C(LOG_LOCAL6) in f()
|
/third_party/python/Modules/ |
H A D | syslogmodule.c | 331 ADD_INT_MACRO(module, LOG_LOCAL6); in syslog_exec()
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 791 LOG_LOCAL6 = 22 # reserved for local use variable in SysLogHandler 832 "local6": LOG_LOCAL6,
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1379 [LOG_FAC(LOG_LOCAL6)] = "local6",
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 4251 case (LOG_LOCAL6): in str_syslog_facility() 4324 return LOG_LOCAL6; in int_syslog_facility()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 278 pub const LOG_LOCAL6: ::c_int = 22 << 3; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1368 pub const LOG_LOCAL6: ::c_int = 22 << 3; consts
|
Completed in 25 milliseconds