/external/qemu/android/protocol/ |
D | core-connection.c | 101 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()
|
D | core-commands-proxy.c | 81 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()
|
D | user-events-proxy.c | 68 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()
|
D | ui-commands-proxy.c | 92 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()
|
D | attach-ui-impl.c | 58 errno_str); in attachUiImpl_create()
|
D | attach-ui-proxy.c | 79 errno, errno_str); in _attachUiProxy_io_func()
|
D | core-commands-impl.c | 149 resp->resp_data_size, errno_str); in _coreCmdImpl_respond() 417 errno_str); in coreCmdImpl_create()
|
D | user-events-impl.c | 172 derror("User event read error %d -> %s\n", errno, errno_str); in _userEventsImpl_io_func()
|
D | ui-commands-impl.c | 205 errno_str); in uiCmdImpl_create()
|
D | fb-updates-impl.c | 191 errno_str); in fbUpdatesImpl_create()
|
/external/qemu/android/ |
D | qemu-setup.c | 132 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()
|
D | core-init-utils.c | 53 android_op_ui_port, errno_str); in android_core_send_init_response()
|
D | main-common.c | 1018 derror("Unable to resolve hostname %s: %s", host, errno_str); in list_running_cores() 1101 opts->attach_core, errno_str); in attach_to_core()
|
D | hw-pipe-net.c | 212 __FUNCTION__, errno_str); in netPipe_initFromAddress()
|
/external/qemu/ |
D | qemu-sockets-android.c | 121 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()
|
D | sockets.h | 125 # define errno_str _errno_str() macro 127 # define errno_str strerror(errno) macro
|
D | sockets.c | 1281 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/ |
D | ip_icmp.c | 125 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()
|
D | socket.c | 188 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()
|
D | udp.c | 248 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/ |
D | proxy_common.c | 145 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()
|
D | proxy_http_connector.c | 73 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str); in connection_init()
|
D | proxy_http_rewriter.c | 396 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/ |
D | sysdeps_qemu.c | 255 __FUNCTION__, size - len, errno, errno_str); in sys_channel_read() 282 __FUNCTION__, errno, errno_str); in sys_channel_write()
|
D | remote_call.c | 318 __FUNCTION__, call->to_port, errno, errno_str); in remote_call_event()
|