Home
last modified time | relevance | path

Searched refs:errno_str (Results 1 – 25 of 29) sorted by relevance

12

/external/qemu/android/protocol/
Dcore-connection.c101 derror("syncsocket_connect has failed: %s\n", errno_str); in core_connection_open_socket()
110 derror("syncsocket_start_read has failed: %s\n", errno_str); in core_connection_open_socket()
119 derror("syncsocket_read_line_absolute has failed: %s\n", errno_str); in core_connection_open_socket()
206 derror("syncsocket_start_write failed: %s\n", errno_str); in core_connection_write()
214 derror("syncsocket_write failed: %s\n", errno_str); in core_connection_write()
234 derror("syncsocket_start_read failed: %s\n", errno_str); in core_connection_read()
242 derror("syncsocket_read failed: %s\n", errno_str); in core_connection_read()
302 derror("error reading console reply on stream switch: %s\n", errno_str); in core_connection_switch_stream()
Dcore-commands-proxy.c81 cmd_type, cmd_param_size, errno_str); in _coreCmdProxy_send_command()
118 errno_str); in _coreCmdProxy_get_response()
324 errno_str); in coreCmdProxy_create()
332 derror("Unable to initialize CoreCmdProxy writer: %s\n", errno_str); in coreCmdProxy_create()
338 derror("Unable to initialize CoreCmdProxy reader: %s\n", errno_str); in coreCmdProxy_create()
Duser-events-proxy.c68 derror("Unable to send user event: %s\n", errno_str); in _userEventsProxy_send()
84 errno_str); in userEventsProxy_create()
93 derror("Unable to initialize UserEventsProxy writer: %s\n", errno_str); in userEventsProxy_create()
Dui-commands-proxy.c92 cmd_type, cmd_param_size, errno_str); in _uiCmdProxy_send_command()
128 errno, errno_str); in _uiCmdProxy_io_func()
171 derror("Unable to initialize UICmdProxy writer: %s\n", errno_str); in uiCmdProxy_create()
Dattach-ui-impl.c58 errno_str); in attachUiImpl_create()
Dattach-ui-proxy.c79 errno, errno_str); in _attachUiProxy_io_func()
Dcore-commands-impl.c149 resp->resp_data_size, errno_str); in _coreCmdImpl_respond()
417 errno_str); in coreCmdImpl_create()
Duser-events-impl.c172 derror("User event read error %d -> %s\n", errno, errno_str); in _userEventsImpl_io_func()
Dui-commands-impl.c205 errno_str); in uiCmdImpl_create()
Dfb-updates-impl.c191 errno_str); in fbUpdatesImpl_create()
/external/qemu/android/
Dqemu-setup.c132 port, errno_str); in report_console()
146 port, errno_str); in report_console()
165 proto_port+5, errno_str); in report_console()
178 path, errno_str); in report_console()
198 errno_str); in report_console()
213 errno, errno_str ); in report_console()
376 D("can't connect to ADB server: %s", errno_str ); in android_emulation_setup()
459 proxy_name_len, proxy_name, proxy_port, errno_str); in android_emulation_setup()
468 proxy_name_len, proxy_name, proxy_port, errno_str); in android_emulation_setup()
Dcore-init-utils.c53 android_op_ui_port, errno_str); in android_core_send_init_response()
Dmain-common.c1018 derror("Unable to resolve hostname %s: %s", host, errno_str); in list_running_cores()
1101 opts->attach_core, errno_str); in attach_to_core()
Dhw-pipe-net.c212 __FUNCTION__, errno_str); in netPipe_initFromAddress()
/external/qemu/
Dqemu-sockets-android.c121 addr, port, errno_str); in inet_listen_opts()
136 sock_address_strfamily(e), errno_str); in inet_listen_opts()
223 addr, port, errno_str); in inet_connect_opts()
232 sock_address_strfamily(e), errno_str); in inet_connect_opts()
296 addr, port, errno_str); in inet_dgram_opts()
313 addr, port, errno_str); in inet_dgram_opts()
330 sock_address_strfamily(e), errno_str); in inet_dgram_opts()
514 fprintf(stderr, "bind(unix:%s): %s\n", upath, errno_str); in unix_listen_opts()
544 fprintf(stderr, "connect(unix:%s): %s\n", path, errno_str); in unix_connect_opts()
Dsockets.h125 # define errno_str _errno_str() macro
127 # define errno_str strerror(errno) macro
Dsockets.c1281 sock_address_to_string(to), errno_str); in socket_bind_server()
1288 sock_address_to_string(to), errno_str); in socket_bind_server()
1305 sock_address_to_string(to), errno_str ); in socket_connect_client()
1384 server_fd, errno_str ); in socket_accept_any()
/external/qemu/slirp-android/
Dip_icmp.c125 errno,errno_str)); in icmp_input()
157 errno,errno_str)); in icmp_input()
158 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str); in icmp_input()
Dsocket.c188 DEBUG_MISC((dfd, " --- soread() disconnected, nn = %d, errno = %d-%s\n", nn, errno,errno_str)); in soread()
473 errno,errno_str)); in sorecvfrom()
474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str); in sorecvfrom()
506 m->m_len, errno,errno_str)); in sorecvfrom()
514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str); in sorecvfrom()
Dudp.c248 errno,errno_str)); in udp_input()
286 DEBUG_MISC((dfd,"udp tx errno = %d-%s\n",errno, errno_str)); in udp_input()
287 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str); in udp_input()
/external/qemu/proxy/
Dproxy_common.c145 PROXY_LOG("%s: error: %s", conn->name, errno_str); in proxy_connection_send()
179 PROXY_LOG("%s: error: %s", conn->name, errno_str); in proxy_connection_receive()
213 PROXY_LOG("%s: error: %s", conn->name, errno_str); in proxy_connection_receive_line()
551 PROXY_LOG("%s: Could not create socket !?: %s", __FUNCTION__, errno_str); in proxy_check_connection()
Dproxy_http_connector.c73 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str); in connection_init()
Dproxy_http_rewriter.c396 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str); in rewrite_connection_init()
417 root->name, errno_str); in rewrite_connection_create_sockets()
/external/qemu/telephony/
Dsysdeps_qemu.c255 __FUNCTION__, size - len, errno, errno_str); in sys_channel_read()
282 __FUNCTION__, errno, errno_str); in sys_channel_write()
Dremote_call.c318 __FUNCTION__, call->to_port, errno, errno_str); in remote_call_event()

12