Home
last modified time | relevance | path

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

/third_party/NuttX/include/
Dsyslog.h90 #define LOG_LOCAL4 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h43 #define LOG_LOCAL4 (20<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h43 #define LOG_LOCAL4 (20<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h43 #define LOG_LOCAL4 (20<<3) macro
/third_party/musl/include/
Dsyslog.h43 #define LOG_LOCAL4 (20<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py785 LOG_LOCAL4 = 20 # reserved for local use variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs276 pub const LOG_LOCAL4: ::c_int = 20 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1366 pub const LOG_LOCAL4: ::c_int = 20 << 3; constant