Home
last modified time | relevance | path

Searched refs:LOG_ALERT (Results 1 – 18 of 18) sorted by relevance

/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c105 syslog(LOG_MAIL | LOG_ALERT, in main()
243 syslog(LOG_USER | LOG_ALERT, "syslogtst: alert log"); in main()
/external/iptables/extensions/
Dlibip6t_LOG.c72 = { { .name = "alert", .level = LOG_ALERT },
175 {"alert", LOG_ALERT },
Dlibipt_LOG.c72 = { { .name = "alert", .level = LOG_ALERT },
175 {"alert", LOG_ALERT },
Dlibebt_log.c37 { "alert", LOG_ALERT },
/external/adhd/cras/src/server/
Dcras.c100 case LOG_EMERG: case LOG_ALERT: case LOG_CRIT: case LOG_ERR: in main()
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc86 #define LOG_ALERT(...) ALOGD(__VA_ARGS__) macro
89 #define LOG_ALERT(...) vprintf(__VA_ARGS__) macro
101 LOG_ALERT("Alert: %s", message.data()); in AlertMessage()
/external/ipsec-tools/src/racoon/
Dplog.c173 vsyslog(LOG_ALERT, newfmt, ap_bak); in plogv()
/external/python/cpython2/Modules/
Dsyslogmodule.c254 PyModule_AddIntConstant(m, "LOG_ALERT", LOG_ALERT); in initsyslog()
/external/python/cpython3/Modules/
Dsyslogmodule.c279 PyModule_AddIntMacro(m, LOG_ALERT); in PyInit_syslog()
/external/python/cpython2/Doc/library/
Dsyslog.rst70 :const:`LOG_EMERG`, :const:`LOG_ALERT`, :const:`LOG_CRIT`, :const:`LOG_ERR`,
Dlogging.handlers.rst468 | ``alert`` | LOG_ALERT |
/external/python/cpython3/Doc/library/
Dsyslog.rst76 :const:`LOG_EMERG`, :const:`LOG_ALERT`, :const:`LOG_CRIT`, :const:`LOG_ERR`,
Dlogging.handlers.rst634 | ``alert`` | LOG_ALERT |
/external/python/cpython2/Lib/logging/
Dhandlers.py657 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
690 "alert": LOG_ALERT,
/external/python/cpython3/Lib/logging/
Dhandlers.py711 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
744 "alert": LOG_ALERT,
/external/iputils/ninfod/
Dninfod.c153 case LOG_ALERT: return "ALERT"; in log_level()
/external/kmod/libkmod/
Dlibkmod.c117 case LOG_ALERT: in log_filep()
/external/iptables/libxtables/
Dxtoptions.c465 {"alert", LOG_ALERT}, in xtopt_parse_sysloglevel()