Home
last modified time | relevance | path

Searched defs:LOG_CRIT (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_debug.h54 LOG_CRIT, /**< Critical */ enumerator
72 #define LOG_CRIT (2) macro
/third_party/openssl/crypto/bio/
Dbss_log.c56 # define LOG_CRIT 2 macro
68 # define LOG_CRIT 2 macro
/third_party/NuttX/include/
Dsyslog.h122 #define LOG_CRIT 2 /* Critical conditions */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h12 #define LOG_CRIT 2 macro
/third_party/musl/include/
Dsyslog.h12 #define LOG_CRIT 2 macro
/third_party/python/Lib/logging/
Dhandlers.py725 LOG_CRIT = 2 # critical conditions variable in SysLogHandler