/external/qemu/android/protocol/ |
core-connection.c | 101 derror("syncsocket_connect has failed: %s\n", errno_str); 110 derror("syncsocket_start_read has failed: %s\n", errno_str); 119 derror("syncsocket_read_line_absolute has failed: %s\n", errno_str); 206 derror("syncsocket_start_write failed: %s\n", errno_str); 214 derror("syncsocket_write failed: %s\n", errno_str); 234 derror("syncsocket_start_read failed: %s\n", errno_str); 242 derror("syncsocket_read failed: %s\n", errno_str); 302 derror("error reading console reply on stream switch: %s\n", errno_str);
|
ui-commands-proxy.c | 92 cmd_type, cmd_param_size, errno_str); 128 errno, errno_str); 171 derror("Unable to initialize UICmdProxy writer: %s\n", errno_str);
|
user-events-proxy.c | 68 derror("Unable to send user event: %s\n", errno_str); 84 errno_str); 93 derror("Unable to initialize UserEventsProxy writer: %s\n", errno_str);
|
attach-ui-impl.c | 58 errno_str);
|
core-commands-proxy.c | 81 cmd_type, cmd_param_size, errno_str); 118 errno_str); 324 errno_str); 332 derror("Unable to initialize CoreCmdProxy writer: %s\n", errno_str); 338 derror("Unable to initialize CoreCmdProxy reader: %s\n", errno_str);
|
attach-ui-proxy.c | 79 errno, errno_str);
|
user-events-impl.c | 172 derror("User event read error %d -> %s\n", errno, errno_str);
|
ui-commands-impl.c | 205 errno_str);
|
core-commands-impl.c | 149 resp->resp_data_size, errno_str); 417 errno_str);
|
fb-updates-impl.c | 191 errno_str);
|
/external/qemu/android/ |
qemu-setup.c | 132 port, errno_str); 146 port, errno_str); 165 proto_port+5, errno_str); 178 path, errno_str); 198 errno_str); 213 errno, errno_str ); 376 D("can't connect to ADB server: %s", errno_str ); 459 proxy_name_len, proxy_name, proxy_port, errno_str); 468 proxy_name_len, proxy_name, proxy_port, errno_str);
|
core-init-utils.c | 53 android_op_ui_port, errno_str);
|
hw-pipe-net.c | 212 __FUNCTION__, errno_str);
|
/external/qemu/ |
qemu-sockets-android.c | 121 addr, port, errno_str); 136 sock_address_strfamily(e), errno_str); 223 addr, port, errno_str); 232 sock_address_strfamily(e), errno_str); 296 addr, port, errno_str); 313 addr, port, errno_str); 330 sock_address_strfamily(e), errno_str); 514 fprintf(stderr, "bind(unix:%s): %s\n", upath, errno_str); 544 fprintf(stderr, "connect(unix:%s): %s\n", path, errno_str);
|
sockets.h | 118 /* Define 'errno_str' as a handy macro to return the string 125 # define errno_str _errno_str() macro 127 # define errno_str strerror(errno) macro
|
sockets.c | 1281 sock_address_to_string(to), errno_str); 1288 sock_address_to_string(to), errno_str); 1305 sock_address_to_string(to), errno_str ); 1384 server_fd, errno_str ); [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 126 /* Define 'errno_str' as a handy macro to return the string 133 # define errno_str _errno_str() macro 135 # define errno_str strerror(errno) macro
|
emulator-console.c | 154 D("Could not connect to emulator, waiting 1 second: %s", errno_str); 166 D("ERROR: Could not create socket: %s", errno_str); 272 D("Console ERROR!: %s\n", errno_str);
|
/external/qemu/slirp-android/ |
ip_icmp.c | 125 errno,errno_str)); 157 errno,errno_str)); 158 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
|
socket.c | 188 DEBUG_MISC((dfd, " --- soread() disconnected, nn = %d, errno = %d-%s\n", nn, errno,errno_str)); 473 errno,errno_str)); 474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str); 506 m->m_len, errno,errno_str)); 514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
|
udp.c | 248 errno,errno_str)); 286 DEBUG_MISC((dfd,"udp tx errno = %d-%s\n",errno, errno_str)); 287 icmp_error(m, ICMP_UNREACH,ICMP_UNREACH_NET, 0,errno_str);
|
/external/qemu/proxy/ |
proxy_common.c | 145 PROXY_LOG("%s: error: %s", conn->name, errno_str); 179 PROXY_LOG("%s: error: %s", conn->name, errno_str); 213 PROXY_LOG("%s: error: %s", conn->name, errno_str); 551 PROXY_LOG("%s: Could not create socket !?: %s", __FUNCTION__, errno_str);
|
proxy_http_connector.c | 73 PROXY_LOG("%s: cannot connect to proxy: %s", root->name, errno_str);
|
/external/qemu/telephony/ |
sysdeps_qemu.c | 255 __FUNCTION__, size - len, errno, errno_str); 282 __FUNCTION__, errno, errno_str);
|
remote_call.c | 282 //S("%s: emulator %d quitted with %d: %s\n", __FUNCTION__, call->to_port, errno, errno_str); 318 __FUNCTION__, call->to_port, errno, errno_str);
|