Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_debug.h57 LOG_NOTICE, /**< Notice */ enumerator
75 #define LOG_NOTICE (5) macro
/third_party/lwip/src/include/netif/ppp/
Dpppdebug.h50 #define LOG_NOTICE (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING) macro
/third_party/openssl/crypto/bio/
Dbss_log.c59 # define LOG_NOTICE 5 macro
71 # define LOG_NOTICE 5 macro
/third_party/NuttX/include/
Dsyslog.h110 #define LOG_NOTICE 5 /* Normal, but significant, condition */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h15 #define LOG_NOTICE 5 macro
/third_party/musl/include/
Dsyslog.h15 #define LOG_NOTICE 5 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h15 #define LOG_NOTICE 5 macro
/third_party/musl/ndk_musl_include/
Dsyslog.h15 #define LOG_NOTICE 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h15 #define LOG_NOTICE 5 macro
/third_party/python/Lib/logging/
Dhandlers.py758 LOG_NOTICE = 5 # normal but significant condition variable in SysLogHandler