Searched defs:RETURN_IO_ERROR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBack.c66 #define RETURN_IO_ERROR(msg) RETURN_ERROR(JDWPTRANSPORT_ERROR_IO_ERROR, msg); macro
128 RETURN_IO_ERROR("receive failed during handshake");
131 RETURN_IO_ERROR("handshake failed - debugger sent unexpected message");
138 RETURN_IO_ERROR("write failed during handshake");
196 RETURN_IO_ERROR("failed to create shared memory listener");
218 RETURN_IO_ERROR("failed to accept shared memory connection");
256 RETURN_IO_ERROR("failed to attach to shared memory connection");
282 RETURN_IO_ERROR("write packet failed");
298 RETURN_IO_ERROR("receive packet failed");
/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.c56 #define RETURN_IO_ERROR(msg) RETURN_ERROR(JDWPTRANSPORT_ERROR_IO_ERROR, msg); macro
62 RETURN_IO_ERROR("recv error"); \
127 RETURN_IO_ERROR("setsockopt SO_REUSEADDR failed");
132 RETURN_IO_ERROR("setsockopt TCPNODELAY failed");
167 RETURN_IO_ERROR("recv failed during handshake");
187 RETURN_IO_ERROR("send failed during handshake");
229 /* don't use RETURN_IO_ERROR as unknown host is normal */
287 RETURN_IO_ERROR("socket creation failed");
297 RETURN_IO_ERROR("bind failed");
302 RETURN_IO_ERROR("liste
[all...]

Completed in 31 milliseconds