/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientstub.c | 60 #define LOG_WARNING kDebugLevelWarning macro 176 …syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_st… in write_all() 178 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, in write_all() 185 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd, in write_all() 228 …syslog(LOG_WARNING, "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_str… in read_all() 234 syslog(LOG_WARNING, "dnssd_clientstub read_all(%d) failed %ld/%ld %d %s", sd, in read_all() 270 if (fs == NULL) { syslog(LOG_WARNING, "dnssd_clientstub more_bytes: malloc failed"); return 0; } in more_bytes() 310 syslog(LOG_WARNING, "dnssd_clientstub wait_for_daemon timed out"); in wait_for_daemon() 344 …{ syslog(LOG_WARNING, "dnssd_clientstub create_hdr: gettimeofday failed %d %s", dnssd_errno, dnssd… in create_hdr() 358 if (!msg) { syslog(LOG_WARNING, "dnssd_clientstub create_hdr: malloc failed"); return NULL; } in create_hdr() [all …]
|
/external/tpm2-tss/src/tss2-mu/ |
D | tpm2b-types.c | 30 LOG_WARNING("src param is NULL"); \ 38 LOG_WARNING("buffer and offset parameter are NULL"); \ 47 LOG_WARNING(\ 55 LOG_WARNING(\ 103 LOG_WARNING("buffer or dest and offset parameter are NULL"); \ 108 LOG_WARNING(\ 131 LOG_WARNING(\ 167 LOG_WARNING("src param is NULL"); \ 177 LOG_WARNING("buffer and offset parameter are NULL"); \ 181 LOG_WARNING(\ [all …]
|
D | tpml-types.c | 48 LOG_WARNING(\ 58 LOG_WARNING("count too big"); \ 106 LOG_WARNING(\ 127 LOG_WARNING("count too big"); \
|
/external/tpm2-tss/src/util/ |
D | io.c | 52 LOG_WARNING ("read on fd %d failed with errno %d: %s", in read_all() 59 LOG_WARNING ("read on fd %d failed with errno %d: %s", in read_all() 65 LOG_WARNING ("Attempted read %zu bytes from fd %d, but EOF " in read_all() 162 LOG_WARNING ("Failed to close SOCKET %d. errno %d: %s", in socket_close() 169 LOG_WARNING ("Failed to close SOCKET %d. errno %d: %s", in socket_close() 198 LOG_WARNING("WSAStartup failed: %d", iResult); in socket_connect() 218 LOG_WARNING ("Host %s does not resolve to a valid address: %d: %s", in socket_connect() 249 LOG_WARNING ("Failed to connect to host %s, port %s: errno %d: %s", in socket_connect() 252 LOG_WARNING ("Failed to connect to host %s, port %s: errno %d: %s", in socket_connect()
|
D | key-value-parse.c | 38 LOG_WARNING ("received a NULL parameter, all are required"); in parse_key_value() 43 LOG_WARNING ("key / value string is null."); in parse_key_value() 50 LOG_WARNING ("key / value string is invalid"); in parse_key_value() 79 LOG_WARNING ("all parameters are required"); in parse_key_value_string()
|
/external/tpm2-tss/src/tss2-tcti/ |
D | tcti-tbs.c | 129 LOG_WARNING ("The underlying IPC mechanism does not support " in tcti_tbs_receive() 165 LOG_WARNING("TPM2 response size is larger than the provided " in tcti_tbs_receive() 205 LOG_WARNING ("Failed to close context with TBS error: 0x%x", tbs_rc); in tcti_tbs_finalize() 221 LOG_WARNING ("Failed to cancel commands with TBS error: 0x%x", tbs_rc); in tcti_tbs_cancel() 296 LOG_WARNING ("Failed to create context with TBS error: 0x%x", tbs_rc); in Tss2_Tcti_Tbs_Init() 302 LOG_WARNING ("Failed to get device information with TBS error: 0x%x", tbs_rc); in Tss2_Tcti_Tbs_Init() 307 LOG_WARNING ("Failed to create context, TPM version is incorrect"); in Tss2_Tcti_Tbs_Init() 314 LOG_WARNING ("Failed to allocate memory for the result buffer when creating context"); in Tss2_Tcti_Tbs_Init()
|
D | tcti-device.c | 187 LOG_WARNING ("The underlying IPC mechanism does not support " in tcti_device_receive() 296 LOG_WARNING ("Got EOF instead of response."); 319 LOG_WARNING ("TPM2 response size disagrees with number of bytes read " 324 LOG_WARNING ("TPM2 response size is larger than the provided " 465 LOG_WARNING ("Failed to open default TCTI device file %s: %s", in Tss2_Tcti_Device_Init()
|
/external/iputils/ninfod/ |
D | ninfod_core.c | 247 DEBUG(LOG_WARNING, in pr_nodeinfo_noop() 274 DEBUG(LOG_WARNING, "%s(): invalid subject length(%zu)\n", in pr_nodeinfo_suptypes() 404 DEBUG(LOG_WARNING, "%s(): failed to gettimeofday()\n", __func__); in init_core() 488 DEBUG(LOG_WARNING, "%s(): gettimeofday(): %s\n", in ni_ratelimit() 533 DEBUG(LOG_WARNING, in pr_nodeinfo() 543 DEBUG(LOG_WARNING, in pr_nodeinfo() 554 DEBUG(LOG_WARNING, "Query too short\n"); in pr_nodeinfo() 576 DEBUG(LOG_WARNING, in pr_nodeinfo() 586 DEBUG(LOG_WARNING, in pr_nodeinfo() 609 DEBUG(LOG_WARNING, in pr_nodeinfo() [all …]
|
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/ |
D | LogServiceImpl.java | 87 case LOG_WARNING: in log() 112 case LOG_WARNING: in log() 143 case LOG_WARNING: in log() 197 case LOG_WARNING: in log()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | Log.java | 30 private static final boolean LOG_WARNING = true; field in Log 44 if (LOG_WARNING) in w() 49 if (LOG_WARNING) in w()
|
/external/musl/include/ |
D | syslog.h | 14 #define LOG_WARNING 4 macro 81 { "warn", LOG_WARNING }, { "warning", LOG_WARNING }, { 0, -1 } })
|
/external/libchrome/base/ |
D | syslog_logging.cc | 17 #undef LOG_WARNING 75 case LOG_WARNING: in ~EventLogMessage() 104 case LOG_WARNING: in ~EventLogMessage()
|
/external/libbrillo/brillo/ |
D | syslog_logging.cc | 18 const int kSyslogWarning = LOG_WARNING; 23 #undef LOG_WARNING 47 case logging::LOG_WARNING: in HandleMessage()
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 729 syslog (LOG_WARNING, in _nss_mdns_gethostbyaddr_r() 878 syslog (LOG_WARNING, in mdns_lookup_name() 900 syslog (LOG_WARNING, in mdns_lookup_name() 975 syslog (LOG_WARNING, in mdns_lookup_addr() 1030 syslog (LOG_WARNING, in handle_events() 1094 syslog (LOG_WARNING, in mdns_lookup_callback() 1137 syslog (LOG_WARNING, in mdns_lookup_callback() 1154 syslog (LOG_WARNING, in mdns_lookup_callback() 1198 syslog (LOG_WARNING, in callback_body_ptr() 1276 syslog (LOG_WARNING, in add_address_to_buffer() [all …]
|
/external/openthread/tools/spi-hdlc-adapter/ |
D | spi-hdlc-adapter.c | 164 static int sLogLevel = LOG_WARNING; 391 …syslog(force ? LOG_WARNING : LOG_DEBUG, "%s: %s%s", desc, dump_string, (i < buffer_len) ? " ..." :… in log_debug_buffer() 504 syslog(force ? LOG_WARNING : LOG_DEBUG, "%s-TX: H:%02X ACCEPT:%d DATA:%0d\n", hint, in debug_spi_header() 508 syslog(force ? LOG_WARNING : LOG_DEBUG, "%s-RX: H:%02X ACCEPT:%d DATA:%0d\n", hint, in debug_spi_header() 620 syslog(slave_data_len == 0 ? LOG_DEBUG : LOG_WARNING, in push_pull_spi() 627 syslog(LOG_WARNING, "Garbage in header : %02X %02X %02X %02X %02X", spiRxFrameBuffer[0], in push_pull_spi() 651 …syslog(LOG_WARNING, "Garbage in header : %02X %02X %02X %02X %02X", spiRxFrameBuffer[0], spiRxFram… in push_pull_spi() 940 syslog(LOG_WARNING, "HDLC frame was too big"); in pull_hdlc() 956 … syslog(LOG_WARNING, "HDLC frame with bad CRC (LEN:%d, FCS:0x%04X)", sSpiTxPayloadSize, fcs); in pull_hdlc() 1467 case LOG_WARNING: in log_level_to_str() [all …]
|
/external/tpm2-tss/src/tss2-esys/api/ |
D | Esys_Startup.c | 194 LOG_WARNING("Maximum number of (re)submissions has been reached."); in Esys_Startup_Finish() 201 LOG_WARNING("Error attempting to resubmit"); in Esys_Startup_Finish() 212 LOG_WARNING("Received TPM Error"); in Esys_Startup_Finish()
|
D | Esys_FlushContext.c | 216 LOG_WARNING("Maximum number of (re)submissions has been reached."); in Esys_FlushContext_Finish() 223 LOG_WARNING("Error attempting to resubmit"); in Esys_FlushContext_Finish() 234 LOG_WARNING("Received TPM Error"); in Esys_FlushContext_Finish()
|
D | Esys_SelfTest.c | 251 LOG_WARNING("Maximum number of (re)submissions has been reached."); in Esys_SelfTest_Finish() 258 LOG_WARNING("Error attempting to resubmit"); in Esys_SelfTest_Finish() 269 LOG_WARNING("Received TPM Error"); in Esys_SelfTest_Finish()
|
D | Esys_StirRandom.c | 245 LOG_WARNING("Maximum number of (re)submissions has been reached."); in Esys_StirRandom_Finish() 252 LOG_WARNING("Error attempting to resubmit"); in Esys_StirRandom_Finish() 263 LOG_WARNING("Received TPM Error"); in Esys_StirRandom_Finish()
|
D | Esys_Shutdown.c | 251 LOG_WARNING("Maximum number of (re)submissions has been reached."); in Esys_Shutdown_Finish() 258 LOG_WARNING("Error attempting to resubmit"); in Esys_Shutdown_Finish() 269 LOG_WARNING("Received TPM Error"); in Esys_Shutdown_Finish()
|
/external/tpm2-tss/test/integration/ |
D | esys-change-eps.int.c | 50 LOG_WARNING("Command TPM2_ChangeEPS not supported by TPM."); in test_esys_change_eps() 57 LOG_WARNING("Platform authorization not possible."); in test_esys_change_eps()
|
D | esys-set-algorithm-set.int.c | 53 LOG_WARNING("Command TPM2_SetAlgorithmSet not supported by TPM."); in test_esys_set_algorithm_set() 60 LOG_WARNING("Platform authorization not possible."); in test_esys_set_algorithm_set()
|
D | esys-pp-commands.int.c | 56 LOG_WARNING("Command TPM2_PP_Commands not supported by TPM."); in test_esys_pp_commands() 67 LOG_WARNING("Platform authorization not possible."); in test_esys_pp_commands()
|
D | esys-pcr-auth-value.int.c | 66 LOG_WARNING("Command TPM2_PCR_SetAuthValue not supported by TPM."); in test_esys_pcr_auth_value() 91 LOG_WARNING("Platform authorization not possible."); in test_esys_pcr_auth_value()
|
D | esys-lock.int.c | 67 LOG_WARNING("Command TPM2_NV_GlobalWriteLock not supported by TPM."); in test_esys_lock() 74 LOG_WARNING("Platform authorization not possible."); in test_esys_lock()
|