/third_party/openssl/crypto/bio/ |
D | bss_log.c | 59 # define LOG_NOTICE 5 macro 71 # define LOG_NOTICE 5 macro 172 7, "NOTICE ", LOG_NOTICE in slg_write() 175 5, "NOTE ", LOG_NOTICE in slg_write() 178 4, "NOT ", LOG_NOTICE in slg_write() 270 case LOG_NOTICE: in xsyslog() 350 case LOG_NOTICE: in xsyslog()
|
/third_party/toybox/toys/lsb/ |
D | su.c | 59 loggit(LOG_NOTICE, "%s->%s", getusername(geteuid()), name); 80 loggit(LOG_NOTICE, "run %s", *argu); 91 syslog(LOG_NOTICE, "No.");
|
/third_party/toybox/toys/pending/ |
D | klogd.c | 56 syslog(LOG_NOTICE,"KLOGD: Daemon exiting......"); in handle_signal() 74 syslog(LOG_NOTICE, "KLOGD: started with Kernel ring buffer as log source\n"); in klogd_main() 78 syslog(LOG_NOTICE, "KLOGD: started with /proc/kmsg as log source\n"); in klogd_main()
|
/third_party/libcoap/include/coap3/ |
D | coap_debug.h | 57 LOG_NOTICE, /**< Notice */ enumerator 75 #define LOG_NOTICE (5) macro
|
/third_party/selinux/libselinux/utils/ |
D | togglesebool.c | 84 syslog(LOG_NOTICE, in main() 88 syslog(LOG_NOTICE, in main()
|
/third_party/musl/include/ |
D | syslog.h | 15 #define LOG_NOTICE 5 macro 80 { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, \
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 15 #define LOG_NOTICE 5 macro 80 { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 15 #define LOG_NOTICE 5 macro 80 { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 15 #define LOG_NOTICE 5 macro 80 { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 15 #define LOG_NOTICE 5 macro 80 { "notice", LOG_NOTICE }, { "panic", LOG_EMERG }, \
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 120 syslog(LOG_MAIL | LOG_NOTICE, in main() 247 syslog(LOG_USER | LOG_NOTICE, "syslogtst: notice log"); in main()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtelement.c | 54 case LOG_NOTICE: in gst_srt_log_handler()
|
/third_party/NuttX/include/ |
D | syslog.h | 110 #define LOG_NOTICE 5 /* Normal, but significant, condition */ macro
|
/third_party/musl/libc-test/src/api/ |
D | syslog.c | 35 C(LOG_NOTICE) in f()
|
/third_party/lwip/src/include/netif/ppp/ |
D | pppdebug.h | 50 #define LOG_NOTICE (PPP_DEBUG | LWIP_DBG_LEVEL_WARNING) macro
|
/third_party/ntfs-3g/libntfs-3g/ |
D | logging.c | 374 vsyslog(LOG_NOTICE, format, args); in ntfs_log_handler_syslog() 385 syslog(LOG_NOTICE, "%s", logbuf); in ntfs_log_handler_syslog()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-misc.c | 86 syslog_level = LOG_NOTICE; in lwsl_emit_syslog()
|
/third_party/toybox/toys/posix/ |
D | logger.c | 54 int facility = LOG_USER, priority = LOG_NOTICE, len; in logger_main()
|
/third_party/python/Modules/ |
D | syslogmodule.c | 280 ADD_INT_MACRO(module, LOG_NOTICE); in syslog_exec()
|
/third_party/libcoap/man/ |
D | coap_logging.txt.in | 90 *LOG_NOTICE*::
|
/third_party/python/Doc/library/ |
D | syslog.rst | 85 :const:`LOG_WARNING`, :const:`LOG_NOTICE`, :const:`LOG_INFO`,
|
/third_party/pulseaudio/src/pulsecore/ |
D | log.c | 101 [PA_LOG_NOTICE] = LOG_NOTICE,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 212 LOG_NOTICE
|
/third_party/python/Lib/logging/ |
D | handlers.py | 758 LOG_NOTICE = 5 # normal but significant condition variable in SysLogHandler 799 "notice": LOG_NOTICE,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_main.c | 134 priority = LOG_NOTICE; in hostapd_logger_cb()
|