Home
last modified time | relevance | path

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

/third_party/NuttX/include/
Dsyslog.h87 #define LOG_LOCAL1 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h40 #define LOG_LOCAL1 (17<<3) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h40 #define LOG_LOCAL1 (17<<3) macro
/third_party/musl/include/
Dsyslog.h40 #define LOG_LOCAL1 (17<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h40 #define LOG_LOCAL1 (17<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py786 LOG_LOCAL1 = 17 # reserved for local use variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs273 pub const LOG_LOCAL1: ::c_int = 17 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1363 pub const LOG_LOCAL1: ::c_int = 17 << 3; constant