Home
last modified time | relevance | path

Searched defs:LOG_EMERG (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_log.c54 # define LOG_EMERG 0 macro
66 # define LOG_EMERG 0 macro
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_log.c54 # define LOG_EMERG 0 macro
66 # define LOG_EMERG 0 macro
/third_party/NuttX/include/
Dsyslog.h105 #define LOG_EMERG 0 /* System is unusable */ macro
/third_party/musl/include/
Dsyslog.h10 #define LOG_EMERG 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h10 #define LOG_EMERG 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h10 #define LOG_EMERG 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h10 #define LOG_EMERG 0 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h10 #define LOG_EMERG 0 macro
/third_party/libcoap/include/coap3/
Dcoap_debug.h142 # define LOG_EMERG COAP_LOG_EMERG macro
/third_party/python/Lib/logging/
Dhandlers.py753 LOG_EMERG = 0 # system is unusable variable in SysLogHandler
/third_party/rust/crates/libc/src/unix/
Dmod.rs254 pub const LOG_EMERG: ::c_int = 0; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1344 pub const LOG_EMERG: ::c_int = 0; constant