Home
last modified time | relevance | path

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

/third_party/NuttX/include/
Dsyslog.h93 #define LOG_LOCAL7 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h46 #define LOG_LOCAL7 (23<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h46 #define LOG_LOCAL7 (23<<3) macro
/third_party/musl/include/
Dsyslog.h46 #define LOG_LOCAL7 (23<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h46 #define LOG_LOCAL7 (23<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py792 LOG_LOCAL7 = 23 # reserved for local use variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs279 pub const LOG_LOCAL7: ::c_int = 23 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1369 pub const LOG_LOCAL7: ::c_int = 23 << 3; constant