Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h53 LOG_ALERT, /**< Alert */ enumerator
71 #define LOG_ALERT (1) macro
/third_party/openssl/crypto/bio/
Dbss_log.c55 # define LOG_ALERT 1 macro
67 # define LOG_ALERT 1 macro
/third_party/NuttX/include/
Dsyslog.h106 #define LOG_ALERT 1 /* Action must be taken immediately */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
/third_party/musl/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h11 #define LOG_ALERT 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
/third_party/python/Lib/logging/
Dhandlers.py754 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler