Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/bio/
Dbss_log.c55 # define LOG_ALERT 1 macro
67 # define LOG_ALERT 1 macro
146 6, "ALERT ", LOG_ALERT in slg_write()
149 4, "ALR ", LOG_ALERT in slg_write()
261 case LOG_ALERT: in xsyslog()
337 case LOG_ALERT: in xsyslog()
/third_party/libcoap/src/
Dcoap_tcp.c94 coap_log(LOG_ALERT, "coap_socket_connect_tcp1: unsupported sa_family\n");
242 coap_log(LOG_ALERT,
248 coap_log(LOG_ALERT, "coap_socket_bind_tcp: unsupported sa_family\n");
255 coap_log(LOG_ALERT, "coap_socket_bind_tcp: bind: %s\n",
268 coap_log(LOG_ALERT, "coap_socket_bind_tcp: listen: %s\n",
Dcoap_io.c196 coap_log(LOG_ALERT,
203 coap_log(LOG_ALERT,
208 coap_log(LOG_ALERT,
217 coap_log(LOG_ALERT, "coap_socket_bind_udp: unsupported sa_family\n");
363 coap_log(LOG_ALERT, "coap_socket_connect_udp: unsupported sa_family\n");
/third_party/libcoap/include/coap3/
Dcoap_debug.h53 LOG_ALERT, /**< Alert */ enumerator
71 #define LOG_ALERT (1) macro
/third_party/musl/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/ndk_musl_include/
Dsyslog.h11 #define LOG_ALERT 1 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h11 #define LOG_ALERT 1 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/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()
/third_party/boost/libs/log/config/native-syslog/
Dnative_syslog.cpp20 ::syslog(LOG_USER | LOG_ALERT, "alert message"); in main()
/third_party/iptables/extensions/
Dlibipt_LOG.c72 = { { .name = "alert", .level = LOG_ALERT },
175 {"alert", LOG_ALERT },
Dlibip6t_LOG.c72 = { { .name = "alert", .level = LOG_ALERT },
175 {"alert", LOG_ALERT },
Dlibebt_log.c37 { "alert", LOG_ALERT },
/third_party/musl/libc-test/src/api/
Dsyslog.c31 C(LOG_ALERT) in f()
/third_party/NuttX/include/
Dsyslog.h106 #define LOG_ALERT 1 /* Action must be taken immediately */ macro
/third_party/flutter/engine/flutter/fml/
Dlogging.cc104 syslog(LOG_ALERT, "%s", stream_.str().c_str()); in ~LogMessage()
/third_party/python/Modules/
Dsyslogmodule.c276 ADD_INT_MACRO(module, LOG_ALERT); in syslog_exec()
/third_party/python/Lib/test/
Dtest_pkgutil.py205 logging.handlers.SysLogHandler.LOG_ALERT),
207 logging.handlers.SysLogHandler.LOG_ALERT),
/third_party/python/Doc/library/
Dsyslog.rst84 :const:`LOG_EMERG`, :const:`LOG_ALERT`, :const:`LOG_CRIT`, :const:`LOG_ERR`,
/third_party/libcoap/man/
Dcoap_logging.txt.in78 *LOG_ALERT*::
/third_party/boost/libs/log/src/
Dsyslog_backend.cpp206 native_level = LOG_ALERT; break; in send()
/third_party/python/Lib/logging/
Dhandlers.py754 LOG_ALERT = 1 # action must be taken immediately variable in SysLogHandler
791 "alert": LOG_ALERT,
/third_party/eudev/src/shared/
Dutil.c1387 [LOG_ALERT] = "alert",
/third_party/iptables/libxtables/
Dxtoptions.c449 {"alert", LOG_ALERT}, in xtopt_parse_sysloglevel()

12