HomeSort by relevance Sort by last modified time
    Searched refs:LOG_CRIT (Results 76 - 85 of 85) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
syslog.h 40 #define LOG_CRIT 2
  /external/dnsmasq/src/
log.c 250 my_syslog(LOG_CRIT, _("log failed: %s"), strerror(errno));
434 my_syslog(LOG_CRIT, message, arg1, errmess);
437 my_syslog(LOG_CRIT, _("FAILED to start up"));
  /external/iptables/extensions/
libip6t_LOG.c 68 { .name = "crit", .level = LOG_CRIT },
libipt_LOG.c 68 { .name = "crit", .level = LOG_CRIT },
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]
  /external/iputils/ninfod/
ninfod.c 154 case LOG_CRIT: return "CRIT";
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 341 PHPBN2(LOG_CRIT);
  /external/ppp/pppd/
utils.c 680 [LOG_CRIT] = ANDROID_LOG_FATAL,
  /external/iptables/libxtables/
xtoptions.c 466 {"crit", LOG_CRIT},
    [all...]

Completed in 5167 milliseconds

1 2 34