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

1 2

  /bionic/tests/headers/posix/
syslog_h.c 63 MACRO(LOG_ALERT);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
syslog.h 52 #define LOG_ALERT 1 /* action must be taken immediately */
76 { "alert", LOG_ALERT },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
syslog.h 52 #define LOG_ALERT 1 /* action must be taken immediately */
76 { "alert", LOG_ALERT },
  /bionic/libc/include/
syslog.h 40 #define LOG_ALERT 1 /* ERROR */
  /external/adhd/cras/src/server/
cras.c 96 case LOG_EMERG: case LOG_ALERT: case LOG_CRIT: case LOG_ERR:
  /external/ltp/testcases/kernel/syscalls/syslog/
syslogtst.c 105 syslog(LOG_MAIL | LOG_ALERT,
243 syslog(LOG_USER | LOG_ALERT, "syslogtst: alert log");
  /external/iptables/extensions/
libip6t_LOG.c 72 = { { .name = "alert", .level = LOG_ALERT },
175 {"alert", LOG_ALERT },
libipt_LOG.c 72 = { { .name = "alert", .level = LOG_ALERT },
175 {"alert", LOG_ALERT },
libebt_log.c 37 { "alert", LOG_ALERT },
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 21 // severity. For example, LOG_ALERT | LOG_FTP sends an alert severity
35 LOG_ALERT
198 // Alert logs a message with severity LOG_ALERT, ignoring the severity
201 _, err := w.writeAndRetry(LOG_ALERT, m)
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 21 // severity. For example, LOG_ALERT | LOG_FTP sends an alert severity
35 LOG_ALERT
198 // Alert logs a message with severity LOG_ALERT, ignoring the severity
201 _, err := w.writeAndRetry(LOG_ALERT, m)
  /external/ipsec-tools/src/racoon/
plog.c 173 vsyslog(LOG_ALERT, newfmt, ap_bak);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 84 #define LOG_ALERT 1 /* action must be taken immediately */
  /external/python/cpython2/Modules/
syslogmodule.c 254 PyModule_AddIntConstant(m, "LOG_ALERT", LOG_ALERT);
  /external/python/cpython3/Modules/
syslogmodule.c 281 PyModule_AddIntMacro(m, LOG_ALERT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 629 LOG_ALERT = 1 # action must be taken immediately
662 "alert": LOG_ALERT,
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 657 LOG_ALERT = 1 # action must be taken immediately
690 "alert": LOG_ALERT,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 656 LOG_ALERT = 1 # action must be taken immediately
689 "alert": LOG_ALERT,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 656 LOG_ALERT = 1 # action must be taken immediately
689 "alert": LOG_ALERT,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 656 LOG_ALERT = 1 # action must be taken immediately
689 "alert": LOG_ALERT,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 656 LOG_ALERT = 1 # action must be taken immediately
689 "alert": LOG_ALERT,
    [all...]
  /external/iputils/ninfod/
ninfod.c 153 case LOG_ALERT: return "ALERT";
  /external/kmod/libkmod/
libkmod.c 117 case LOG_ALERT:
  /system/core/logd/
LogKlog.cpp 479 case LOG_ALERT:
  /external/python/cpython3/Lib/logging/
handlers.py 714 LOG_ALERT = 1 # action must be taken immediately
747 "alert": LOG_ALERT,
    [all...]

Completed in 837 milliseconds

1 2