Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h52 LOG_EMERG=0, /**< Emergency */ enumerator
70 #define LOG_EMERG (0) macro
/third_party/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/ndk_musl_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/porting/liteos_m/kernel/include/
Dsyslog.h10 #define LOG_EMERG 0 macro
/third_party/python/Lib/logging/
Dhandlers.py753 LOG_EMERG = 0 # system is unusable variable in SysLogHandler