HomeSort by relevance Sort by last modified time
    Searched refs:LOG_CRIT (Results 1 - 25 of 35) sorted by null

1 2

  /external/kmod/tools/
log.h 30 #define CRIT(...) log_printf(LOG_CRIT, __VA_ARGS__)
log.c 39 case LOG_CRIT:
139 if (prio <= LOG_CRIT)
  /bionic/tests/headers/posix/
syslog_h.c 64 MACRO(LOG_CRIT);
  /external/libbrillo/brillo/
syslog_logging.cc 19 const int kSyslogCritical = LOG_CRIT;
24 #undef LOG_CRIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 53 #define LOG_CRIT 2 /* critical conditions */
77 { "crit", LOG_CRIT },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 53 #define LOG_CRIT 2 /* critical conditions */
77 { "crit", LOG_CRIT },
  /bionic/libc/include/
syslog.h 41 #define LOG_CRIT 2 /* ERROR */
  /external/adhd/cras/src/server/
cras.c 96 case LOG_EMERG: case LOG_ALERT: case LOG_CRIT: case LOG_ERR:
  /external/libcxxabi/src/
abort_message.cpp 67 syslog(LOG_CRIT, "%s", buffer);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
abort_message.cpp 67 syslog(LOG_CRIT, "%s", buffer);
  /external/ltp/testcases/kernel/syscalls/syslog/
syslogtst.c 109 syslog(LOG_MAIL | LOG_CRIT,
244 syslog(LOG_USER | LOG_CRIT, "syslogtst: critical log");
  /external/dnsmasq/src/
log.c 248 my_syslog(LOG_CRIT, _("log failed: %s"), strerror(errno));
432 my_syslog(LOG_CRIT, message, arg1, errmess);
435 my_syslog(LOG_CRIT, _("FAILED to start up"));
  /external/iptables/extensions/
libip6t_LOG.c 73 { .name = "crit", .level = LOG_CRIT },
176 {"crit", LOG_CRIT },
libipt_LOG.c 73 { .name = "crit", .level = LOG_CRIT },
176 {"crit", LOG_CRIT },
libebt_log.c 38 { "crit", LOG_CRIT },
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 45 #define LOG_CRIT(format, args ... ) LOG( CRITICAL, format, ## args)
viddec_vc1_workload.c 364 LOG_CRIT("ptype = %d, field = %d, topfield = %d, slice = %d", ptype, pic->CurrField, pic->BottomField, pic->SLICE_ADDR);
610 LOG_CRIT("vc1_start_new_frame: frame_type=%d \n",frame_type);
672 LOG_CRIT("anchor[0] = %d, anchor[1] = %d",
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 36 LOG_CRIT
205 // Crit logs a message with severity LOG_CRIT, ignoring the severity
208 _, err := w.writeAndRetry(LOG_CRIT, m)
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 36 LOG_CRIT
205 // Crit logs a message with severity LOG_CRIT, ignoring the severity
208 _, err := w.writeAndRetry(LOG_CRIT, m)
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 85 #define LOG_CRIT 2 /* critical conditions */
  /external/python/cpython2/Modules/
syslogmodule.c 255 PyModule_AddIntConstant(m, "LOG_CRIT", LOG_CRIT);
  /external/python/cpython3/Modules/
syslogmodule.c 282 PyModule_AddIntMacro(m, LOG_CRIT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 630 LOG_CRIT = 2 # critical conditions
663 "crit": LOG_CRIT,
664 "critical": LOG_CRIT,
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 658 LOG_CRIT = 2 # critical conditions
691 "crit": LOG_CRIT,
692 "critical": LOG_CRIT,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 657 LOG_CRIT = 2 # critical conditions
690 "crit": LOG_CRIT,
691 "critical": LOG_CRIT,
    [all...]

Completed in 2166 milliseconds

1 2