/third_party/libcoap/src/ |
D | coap_mbedtls.c | 440 coap_log(LOG_ERR, "mbedtls_x509_crt_verify_info returned -0x%x: '%s'\n", in cert_verify_callback_mbedtls() 464 coap_log(LOG_ERR, in setup_pki_credentials() 481 coap_log(LOG_ERR, "mbedtls_x509_crt_parse_file returned -0x%x: '%s'\n", in setup_pki_credentials() 489 coap_log(LOG_ERR, "mbedtls_pk_parse_keyfile returned -0x%x: '%s'\n", in setup_pki_credentials() 496 coap_log(LOG_ERR, "mbedtls_ssl_conf_own_cert returned -0x%x: '%s'\n", in setup_pki_credentials() 502 coap_log(LOG_ERR, in setup_pki_credentials() 514 coap_log(LOG_ERR, "mbedtls_x509_crt_parse returned -0x%x: '%s'\n", in setup_pki_credentials() 537 coap_log(LOG_ERR, "mbedtls_malloc failed\n"); in setup_pki_credentials() 552 coap_log(LOG_ERR, "mbedtls_x509_crt_parse returned -0x%x: '%s'\n", in setup_pki_credentials() 562 coap_log(LOG_ERR, "mbedtls_malloc failed\n"); in setup_pki_credentials() [all …]
|
D | coap_openssl.c | 1007 coap_log(LOG_ERR, in setup_pki_server() 1025 coap_log(LOG_ERR, in setup_pki_server() 1088 coap_log(LOG_ERR, in setup_pki_server() 1111 coap_log(LOG_ERR, in setup_pki_server() 1151 coap_log(LOG_ERR, in setup_pki_server() 1170 coap_log(LOG_ERR, in setup_pki_server() 1199 coap_log(LOG_ERR, in setup_pki_server() 1207 coap_log(LOG_ERR, in setup_pki_server() 1262 coap_log(LOG_ERR, in setup_pki_server() 1305 coap_log(LOG_ERR, in setup_pki_server() [all …]
|
D | coap_gnutls.c | 174 coap_log(LOG_ERR, "GnuTLS " MIN_GNUTLS_VERSION " or later is required\n"); in coap_dtls_is_supported() 188 coap_log(LOG_ERR, "GnuTLS " MIN_GNUTLS_VERSION " or later is required\n"); in coap_tls_is_supported() 323 coap_log(LOG_ERR, "ca_path not supported in GnuTLS < 3.3.6\n"); in coap_dtls_context_set_pki_root_cas() 1057 coap_log(LOG_ERR, in setup_pki_credentials() 1097 coap_log(LOG_ERR, "gnutls_malloc failure\n"); in setup_pki_credentials() 1116 coap_log(LOG_ERR, "gnutls_malloc failure\n"); in setup_pki_credentials() 1165 coap_log(LOG_ERR, in setup_pki_credentials() 1183 coap_log(LOG_ERR, in setup_pki_credentials() 1199 coap_log(LOG_ERR, "gnutls_malloc failure\n"); in setup_pki_credentials() 1275 coap_log(LOG_ERR, in setup_pki_credentials() [all …]
|
D | coap_io.c | 264 coap_log(LOG_ERR, "ioctl fail, errno = %d\n", errno); 268 coap_log(LOG_ERR, "interface is not up\n"); 284 coap_log(LOG_ERR, "setsockopt fail, errno = %d\n", errno); 330 coap_log(LOG_ERR, "not support broadcast or setsocketopt fail\n"); 464 coap_log(LOG_ERR, 502 coap_log(LOG_ERR, 1128 coap_log(LOG_ERR, 1534 coap_log (LOG_ERR, "epoll_wait: unexpected error: %s (%d)\n",
|
D | coap_session.c | 152 coap_log(LOG_ERR, "DTLS overhead exceeds MTU\n"); in coap_make_session() 281 coap_log(LOG_ERR, "DTLS overhead exceeds MTU\n"); in coap_session_set_mtu() 335 coap_log(LOG_ERR, "** %s: mid=0x%x: already in-use - dropped\n", in coap_session_delay_pdu() 422 coap_log(LOG_ERR, "DTLS overhead exceeds MTU\n"); in coap_session_connected() 803 coap_log(LOG_ERR, in coap_epoll_ctl_add() 1081 coap_log(LOG_ERR, "No memory to store identity hint (PSK)\n"); in coap_session_refresh_psk_hint() 1109 coap_log(LOG_ERR, "No memory to store pre-shared key (PSK)\n"); in coap_session_refresh_psk_key() 1152 coap_log(LOG_ERR, in coap_new_client_session_pki()
|
/third_party/openssl/apps/lib/ |
D | http_server.c | 71 if (level <= LOG_ERR) in log_message() 125 syslog(LOG_ERR, "fatal: error detaching from parent process group: %s", in spawn_loop() 153 syslog(LOG_ERR, "fatal: internal error: " in spawn_loop() 173 syslog(LOG_ERR, "fatal: waitpid(): %s", strerror(errno)); in spawn_loop() 192 syslog(LOG_ERR, "fatal: RAND_poll() failed"); in spawn_loop() 205 syslog(LOG_ERR, "fatal: internal error: no free child slots"); in spawn_loop() 231 log_message(prog, LOG_ERR, "Error setting up accept BIO"); in http_server_init_bio() 238 log_message(prog, LOG_ERR, "Error starting accept"); in http_server_init_bio() 245 log_message(prog, LOG_ERR, "Error printing ACCEPT string"); in http_server_init_bio() 396 log_message(prog, LOG_ERR, in http_server_get_asn1_req() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 113 syslog(LOG_MAIL | LOG_ERR, "syslogtst: mail err test."); in main() 245 syslog(LOG_USER | LOG_ERR, "syslogtst: error log"); in main() 279 setlogmask(LOG_UPTO(LOG_ERR)); in main() 280 syslog(LOG_USER | LOG_ERR, "syslogtst: error level is logged"); in main() 285 setlogmask(LOG_MASK(LOG_ERR)); in main() 286 syslog(LOG_USER | LOG_ERR, in main()
|
/third_party/openssl/crypto/bio/ |
D | bss_log.c | 57 # define LOG_ERR 3 macro 69 # define LOG_ERR 3 macro 157 6, "ERROR ", LOG_ERR in slg_write() 160 4, "ERR ", LOG_ERR in slg_write() 193 0, "", LOG_ERR in slg_write() 264 case LOG_ERR: in xsyslog() 344 case LOG_ERR: in xsyslog()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | debug.cpp | 62 return severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN; in ShouldCreateLogMessage() 234 if (severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN || in Trace() 251 case LOG_ERR: in Trace() 274 case LOG_ERR: in Trace() 297 if (severity >= LOG_ERR) in Trace()
|
/third_party/musl/ndk_musl_include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/musl/include/ |
D | syslog.h | 13 #define LOG_ERR 3 macro 78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | debug.cpp | 207 if (severity == LOG_FATAL || severity == LOG_ERR || severity == LOG_WARN || in Trace() 220 case LOG_ERR: in Trace() 233 fprintf((severity >= LOG_ERR) ? stderr : stdout, "%s: %s\n", LogSeverityName(severity), in Trace() 241 if (severity >= LOG_ERR) in Trace()
|
D | debug.h | 49 constexpr LogSeverity LOG_ERR = 3; variable 197 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_ERR, ##__VA_ARGS__)
|
/third_party/openssl/apps/include/ |
D | http_server.h | 41 # undef LOG_ERR 45 # define LOG_ERR 3 macro
|
/third_party/libcoap/include/coap3/ |
D | coap_debug.h | 55 LOG_ERR, /**< Error */ enumerator 73 #define LOG_ERR (3) macro
|
/third_party/alsa-utils/alsactl/ |
D | utils.c | 137 syslog_(LOG_ERR, fcn, line, fmt, ap); in error_() 154 syslog_(LOG_ERR, fcn, line, fmt, ap); in cerror_() 189 syslog(LOG_ERR, "alsa-lib %s:%i:(%s) %s%s%s\n", file, line, function, in error_handler()
|
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 521 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: link not up\n", pcb->netif->num)); in ppp_netif_output() 528 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: MPPE required, not up\n", pcb->netif->num)); in ppp_netif_output() 589 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: bad CCP transmit method\n", pcb->netif->num)); in ppp_netif_output() 710 PPPDEBUG(LOG_ERR, ("ppp_new: netif_add failed\n")); in ppp_new() 785 PPPDEBUG(LOG_ERR, ("ppp_input[%d]: packet too short\n", pcb->netif->num)); in ppp_input() 840 …PPPDEBUG(LOG_ERR, ("ppp_input[%d]: MPPE required, received unencrypted data!\n", pcb->netif->num)); in ppp_input() 857 PPPDEBUG(LOG_ERR, ("ppp_input[%d]: bad CCP receive method\n", pcb->netif->num)); in ppp_input()
|
/third_party/python/Lib/test/ |
D | test_syslog.py | 19 syslog.syslog(syslog.LOG_ERR, 'test error from python test_syslog')
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | LoggingAnnotator.cpp | 44 case gl::LOG_ERR: in logMessage()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtelement.c | 46 case LOG_ERR: in gst_srt_log_handler()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | LoggingAnnotator.cpp | 47 case gl::LOG_ERR: in logMessage()
|
/third_party/musl/libc-test/src/api/ |
D | syslog.c | 33 C(LOG_ERR) in f()
|