Home
last modified time | relevance | path

Searched refs:LOG_WARNING (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c60 #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/
Dtpm2b-types.c30 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 …]
Dtpml-types.c48 LOG_WARNING(\
58 LOG_WARNING("count too big"); \
106 LOG_WARNING(\
127 LOG_WARNING("count too big"); \
/external/tpm2-tss/src/util/
Dio.c52 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()
Dkey-value-parse.c38 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/adhd/cras/src/server/
Dcras_bt_manager.c49 syslog(LOG_WARNING, in cras_bt_interface_added()
67 syslog(LOG_WARNING, in cras_bt_interface_added()
93 syslog(LOG_WARNING, in cras_bt_interface_added()
118 syslog(LOG_WARNING, in cras_bt_interface_added()
146 syslog(LOG_WARNING, in cras_bt_interface_added()
258 syslog(LOG_WARNING, "GetManagedObjects returned error: %s", in cras_bt_on_get_managed_objects()
265 syslog(LOG_WARNING, "Bad GetManagedObjects reply received"); in cras_bt_on_get_managed_objects()
365 syslog(LOG_WARNING, "Bad NameOwnerChanged signal received: %s", in cras_bt_handle_name_owner_changed()
392 syslog(LOG_WARNING, "Bad InterfacesAdded signal received"); in cras_bt_handle_interfaces_added()
439 syslog(LOG_WARNING, "Bad InterfacesRemoved signal received"); in cras_bt_handle_interfaces_removed()
[all …]
Dcras_a2dp_endpoint.c74 syslog(LOG_WARNING, "No supported channel modes."); in cras_a2dp_select_configuration()
87 syslog(LOG_WARNING, "No supported sampling frequencies."); in cras_a2dp_select_configuration()
96 syslog(LOG_WARNING, "No supported allocation method."); in cras_a2dp_select_configuration()
105 syslog(LOG_WARNING, "No supported subbands."); in cras_a2dp_select_configuration()
118 syslog(LOG_WARNING, "No supported block length."); in cras_a2dp_select_configuration()
198 syslog(LOG_WARNING, in cras_a2dp_start()
207 syslog(LOG_WARNING, "Failed to create a2dp iodev"); in cras_a2dp_start()
Dcras_dbus.c38 syslog(LOG_WARNING, "Failed to handle D-Bus watch."); in dbus_watch_callback()
90 syslog(LOG_WARNING, "Failed to handle D-Bus timeout."); in dbus_timeout_callback()
143 syslog(LOG_WARNING, "Failed to connect to D-Bus: %s", in cras_dbus_connect_system_bus()
170 syslog(LOG_WARNING, "Failed to setup D-Bus connection."); in cras_dbus_connect_system_bus()
Dcras_bt_endpoint.c84 syslog(LOG_WARNING, "Bad SetConfiguration message received."); in cras_bt_endpoint_set_configuration()
154 syslog(LOG_WARNING, "Bad SelectConfiguration method call: %s", in cras_bt_endpoint_select_configuration()
210 syslog(LOG_WARNING, "Bad ClearConfiguration method call: %s", in cras_bt_endpoint_clear_configuration()
322 syslog(LOG_WARNING, "RegisterEndpoint returned error: %s", in cras_bt_on_register_endpoint()
452 syslog(LOG_WARNING, "UnregisterEndpoint returned error: %s", in cras_bt_on_unregister_endpoint()
534 syslog(LOG_WARNING, in cras_bt_endpoint_add()
/external/tpm2-tss/src/tss2-tcti/
Dtcti-tbs.c129 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()
Dtcti-device.c187 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/
Dninfod_core.c247 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/
DLogServiceImpl.java87 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/
DLog.java30 private static final boolean LOG_WARNING = true; field in Log
44 if (LOG_WARNING) in w()
49 if (LOG_WARNING) in w()
/external/libchrome/base/
Dsyslog_logging.cc17 #undef LOG_WARNING
75 case LOG_WARNING: in ~EventLogMessage()
104 case LOG_WARNING: in ~EventLogMessage()
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c116 syslog(LOG_MAIL | LOG_WARNING, in main()
246 syslog(LOG_USER | LOG_WARNING, "syslogtst: warning log"); in main()
281 syslog(LOG_USER | LOG_WARNING, in main()
288 syslog(LOG_USER | LOG_WARNING, in main()
/external/libbrillo/brillo/
Dsyslog_logging.cc18 const int kSyslogWarning = LOG_WARNING;
23 #undef LOG_WARNING
47 case logging::LOG_WARNING: in HandleMessage()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c729 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/tpm2-tss/src/tss2-esys/api/
DEsys_Startup.c194 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()
DEsys_FlushContext.c216 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()
/external/tpm2-tss/test/integration/
Desys-change-eps.int.c50 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()
Desys-set-algorithm-set.int.c53 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()
Desys-pp-commands.int.c56 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()
Desys-pcr-auth-value.int.c66 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()
Desys-lock.int.c67 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()

12345678910