Home
last modified time | relevance | path

Searched refs:LOG_ERR (Results 1 – 25 of 59) sorted by relevance

123

/third_party/libcoap/src/
Dcoap_mbedtls.c440 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 …]
Dcoap_openssl.c1007 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 …]
Dcoap_gnutls.c174 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 …]
Dcoap_io.c264 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",
Dcoap_session.c152 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/
Dhttp_server.c71 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/
Dsyslogtst.c113 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/
Dbss_log.c57 # 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/
Ddebug.cpp62 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/
Dsyslog.h13 #define LOG_ERR 3 macro
78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h13 #define LOG_ERR 3 macro
78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h13 #define LOG_ERR 3 macro
78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h13 #define LOG_ERR 3 macro
78 { "emerg", LOG_EMERG }, { "err", LOG_ERR }, { "error", LOG_ERR }, \
/third_party/musl/include/
Dsyslog.h13 #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/
Ddebug.cpp207 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()
Ddebug.h49 constexpr LogSeverity LOG_ERR = 3; variable
197 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_ERR, ##__VA_ARGS__)
/third_party/openssl/apps/include/
Dhttp_server.h41 # undef LOG_ERR
45 # define LOG_ERR 3 macro
/third_party/libcoap/include/coap3/
Dcoap_debug.h55 LOG_ERR, /**< Error */ enumerator
73 #define LOG_ERR (3) macro
/third_party/alsa-utils/alsactl/
Dutils.c137 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/
Dppp.c521 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/
Dtest_syslog.py19 syslog.syslog(syslog.LOG_ERR, 'test error from python test_syslog')
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp44 case gl::LOG_ERR: in logMessage()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtelement.c46 case LOG_ERR: in gst_srt_log_handler()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp47 case gl::LOG_ERR: in logMessage()
/third_party/musl/libc-test/src/api/
Dsyslog.c33 C(LOG_ERR) in f()

123