Home
last modified time | relevance | path

Searched refs:LOG_CRIT (Results 1 – 19 of 19) sorted by relevance

/external/kmod/tools/
Dlog.c39 case LOG_CRIT: in prio_to_str()
139 if (prio <= LOG_CRIT) in log_printf()
Dlog.h30 #define CRIT(...) log_printf(LOG_CRIT, __VA_ARGS__)
Dmodprobe.c41 static int log_priority = LOG_CRIT;
/external/libbrillo/brillo/
Dsyslog_logging.cc19 const int kSyslogCritical = LOG_CRIT;
24 #undef LOG_CRIT
/external/dnsmasq/src/
Dlog.c250 my_syslog(LOG_CRIT, _("log failed: %s"), strerror(errno)); in log_write()
434 my_syslog(LOG_CRIT, message, arg1, errmess); in die()
437 my_syslog(LOG_CRIT, _("FAILED to start up")); in die()
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c109 syslog(LOG_MAIL | LOG_CRIT, in main()
244 syslog(LOG_USER | LOG_CRIT, "syslogtst: critical log"); in main()
/external/iptables/extensions/
Dlibip6t_LOG.c73 { .name = "crit", .level = LOG_CRIT },
176 {"crit", LOG_CRIT },
Dlibipt_LOG.c73 { .name = "crit", .level = LOG_CRIT },
176 {"crit", LOG_CRIT },
Dlibebt_log.c38 { "crit", LOG_CRIT },
/external/libcxxabi/src/
Dabort_message.cpp68 syslog(LOG_CRIT, "%s", buffer); in abort_message()
/external/python/cpython2/Modules/
Dsyslogmodule.c255 PyModule_AddIntConstant(m, "LOG_CRIT", LOG_CRIT); in initsyslog()
/external/python/cpython2/Lib/logging/
Dhandlers.py658 LOG_CRIT = 2 # critical conditions variable in SysLogHandler
691 "crit": LOG_CRIT,
692 "critical": LOG_CRIT,
/external/openssh/
Dlog.c411 pri = LOG_CRIT; in do_log()
DChangeLog3331 events from LOG_CRIT by replacing fatal() calls with logdie(). Part of
/external/python/cpython2/Doc/library/
Dsyslog.rst70 :const:`LOG_EMERG`, :const:`LOG_ALERT`, :const:`LOG_CRIT`, :const:`LOG_ERR`,
Dlogging.handlers.rst470 | ``crit`` or ``critical`` | LOG_CRIT |
/external/iputils/ninfod/
Dninfod.c154 case LOG_CRIT: return "CRIT"; in log_level()
/external/kmod/libkmod/
Dlibkmod.c120 case LOG_CRIT: in log_filep()
/external/iptables/libxtables/
Dxtoptions.c466 {"crit", LOG_CRIT}, in xtopt_parse_sysloglevel()