Home
last modified time | relevance | path

Searched defs:LOG_LOCAL6 (Results 1 – 8 of 8) sorted by relevance

/third_party/NuttX/include/
Dsyslog.h92 #define LOG_LOCAL6 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h45 #define LOG_LOCAL6 (22<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h45 #define LOG_LOCAL6 (22<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h45 #define LOG_LOCAL6 (22<<3) macro
/third_party/musl/include/
Dsyslog.h45 #define LOG_LOCAL6 (22<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py787 LOG_LOCAL6 = 22 # reserved for local use variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs278 pub const LOG_LOCAL6: ::c_int = 22 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1368 pub const LOG_LOCAL6: ::c_int = 22 << 3; constant