Home
last modified time | relevance | path

Searched defs:LOG_DAEMON (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_log.c63 # define LOG_DAEMON (3<<3) macro
75 # define LOG_DAEMON OPC$M_NM_NTWORK macro
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_log.c63 # define LOG_DAEMON (3<<3) macro
75 # define LOG_DAEMON OPC$M_NM_NTWORK macro
/third_party/NuttX/include/
Dsyslog.h83 #define LOG_DAEMON 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h29 #define LOG_DAEMON (3<<3) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h29 #define LOG_DAEMON (3<<3) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h29 #define LOG_DAEMON (3<<3) macro
/third_party/musl/include/
Dsyslog.h29 #define LOG_DAEMON (3<<3) macro
/third_party/python/Lib/logging/
Dhandlers.py766 LOG_DAEMON = 3 # system daemons variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs266 pub const LOG_DAEMON: ::c_int = 3 << 3; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1356 pub const LOG_DAEMON: ::c_int = 3 << 3; constant