Searched refs:JNU_ThrowIOExceptionWithLastError (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/src/windows/native/java/io/
H A DConsole_md.c41 JNU_ThrowIOExceptionWithLastError(env, "Open Console input failed");
46 JNU_ThrowIOExceptionWithLastError(env, "Open Console output failed");
73 JNU_ThrowIOExceptionWithLastError(env, "GetConsoleMode failed");
83 JNU_ThrowIOExceptionWithLastError(env, "SetConsoleMode failed");
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileDispatcherImpl.c51 JNU_ThrowIOExceptionWithLastError(env, "Invalid handle");
67 JNU_ThrowIOExceptionWithLastError(env, "Read failed");
87 JNU_ThrowIOExceptionWithLastError(env, "Invalid handle");
115 JNU_ThrowIOExceptionWithLastError(env, "Read failed");
135 JNU_ThrowIOExceptionWithLastError(env, "Invalid handle");
142 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
152 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
171 JNU_ThrowIOExceptionWithLastError(env, "Read failed");
178 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
212 JNU_ThrowIOExceptionWithLastError(en
[all...]
H A DWindowsAsynchronousSocketChannelImpl.c70 JNU_ThrowIOExceptionWithLastError(env, "socket failed");
83 JNU_ThrowIOExceptionWithLastError(env, "WSAIoctl failed");
116 JNU_ThrowIOExceptionWithLastError(env, "ConnectEx failed");
137 JNU_ThrowIOExceptionWithLastError(env, "shutdown failed");
148 JNU_ThrowIOExceptionWithLastError(env, "closesocket failed");
179 JNU_ThrowIOExceptionWithLastError(env, "WSARecv failed");
211 JNU_ThrowIOExceptionWithLastError(env, "WSASend failed");
H A DFileChannelImpl.c95 JNU_ThrowIOExceptionWithLastError(env, "Map failed");
109 JNU_ThrowIOExceptionWithLastError(env, "Map failed");
117 JNU_ThrowIOExceptionWithLastError(env, "Map failed");
133 JNU_ThrowIOExceptionWithLastError(env, "Unmap failed");
156 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
170 JNU_ThrowIOExceptionWithLastError(env, "Close failed");
H A DWindowsAsynchronousServerSocketChannelImpl.c73 JNU_ThrowIOExceptionWithLastError(env, "socket failed");
86 JNU_ThrowIOExceptionWithLastError(env, "WSAIoctl failed");
116 JNU_ThrowIOExceptionWithLastError(env, "AcceptEx failed");
141 JNU_ThrowIOExceptionWithLastError(env, "closesocket failed");
H A DWindowsAsynchronousFileChannelImpl.c60 JNU_ThrowIOExceptionWithLastError(env, "ReadFile failed");
88 JNU_ThrowIOExceptionWithLastError(env, "WriteFile failed");
118 JNU_ThrowIOExceptionWithLastError(env, "WriteFile failed");
H A DDatagramDispatcher.c80 JNU_ThrowIOExceptionWithLastError(env, "Write failed");
127 JNU_ThrowIOExceptionWithLastError(env, "Write failed");
168 JNU_ThrowIOExceptionWithLastError(env, "Write failed");
214 JNU_ThrowIOExceptionWithLastError(env, "Write failed");
H A DFileKey.c60 JNU_ThrowIOExceptionWithLastError(env, "GetFileInformationByHandle failed");
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSolarisEventPort.c45 JNU_ThrowIOExceptionWithLastError(env, "port_create");
67 JNU_ThrowIOExceptionWithLastError(env, "port_associate");
82 JNU_ThrowIOExceptionWithLastError(env, "port_dissociate");
92 JNU_ThrowIOExceptionWithLastError(env, "port_send");
105 JNU_ThrowIOExceptionWithLastError(env, "port_get");
130 JNU_ThrowIOExceptionWithLastError(env, "port_getn");
H A DNativeThread.c69 JNU_ThrowIOExceptionWithLastError(env, "sigaction");
89 JNU_ThrowIOExceptionWithLastError(env, "Thread signal failed");
H A DUnixAsynchronousSocketChannelImpl.c48 JNU_ThrowIOExceptionWithLastError(env, "getsockopt");
H A DEPollPort.c42 JNU_ThrowIOExceptionWithLastError(env, "socketpair failed");
58 JNU_ThrowIOExceptionWithLastError(env, "write failed");
68 JNU_ThrowIOExceptionWithLastError(env, "drain1 failed");
H A DKQueuePort.c42 JNU_ThrowIOExceptionWithLastError(env, "socketpair failed");
58 JNU_ThrowIOExceptionWithLastError(env, "write failed");
68 JNU_ThrowIOExceptionWithLastError(env, "drain1 failed");
H A DIOUtil.c83 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed");
92 JNU_ThrowIOExceptionWithLastError(env, "Pipe failed");
98 JNU_ThrowIOExceptionWithLastError(env, "Configure blocking failed");
117 JNU_ThrowIOExceptionWithLastError(env, "Drain");
129 JNU_ThrowIOExceptionWithLastError(env, "getrlimit failed");
159 JNU_ThrowIOExceptionWithLastError(env, msg);
194 JNU_ThrowIOExceptionWithLastError(env, msg);
H A DEPollArrayWrapper.c88 JNU_ThrowIOExceptionWithLastError(env, "epoll_create failed");
128 JNU_ThrowIOExceptionWithLastError(env, "epoll_ctl failed");
147 JNU_ThrowIOExceptionWithLastError(env, "epoll_wait failed");
158 JNU_ThrowIOExceptionWithLastError(env,"write to interrupt fd failed");
H A DInheritedChannel.c107 JNU_ThrowIOExceptionWithLastError(env, "dup failed");
116 JNU_ThrowIOExceptionWithLastError(env, "dup2 failed");
148 JNU_ThrowIOExceptionWithLastError(env, str);
159 JNU_ThrowIOExceptionWithLastError(env, "close failed");
H A DPollArrayWrapper.c88 JNU_ThrowIOExceptionWithLastError(env, "Poll failed");
99 JNU_ThrowIOExceptionWithLastError(env,
H A DDevPollArrayWrapper.c109 JNU_ThrowIOExceptionWithLastError(env, "Error opening driver");
129 JNU_ThrowIOExceptionWithLastError(env, "Error writing pollfds");
146 JNU_ThrowIOExceptionWithLastError(env, "Error writing pollfds");
173 JNU_ThrowIOExceptionWithLastError(env, "Error reading driver");
185 JNU_ThrowIOExceptionWithLastError(env,
H A DFileKey.c59 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed");
/openjdk7/jdk/src/solaris/native/java/io/
H A DConsole_md.c56 JNU_ThrowIOExceptionWithLastError(env, "tcgetattr failed");
66 JNU_ThrowIOExceptionWithLastError(env, "tcsetattr failed");
/openjdk7/jdk/src/solaris/native/java/nio/
H A DMappedByteBuffer.c56 JNU_ThrowIOExceptionWithLastError(env, "mincore failed");
79 JNU_ThrowIOExceptionWithLastError(env, "madvise failed");
91 JNU_ThrowIOExceptionWithLastError(env, "msync failed");
/openjdk7/jdk/src/share/native/java/io/
H A DRandomAccessFile.c99 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
116 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
118 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
120 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
139 JNU_ThrowIOExceptionWithLastError(env, "Seek failed");
165 JNU_ThrowIOExceptionWithLastError(env, "setLength failed");
H A DFileInputStream.c85 JNU_ThrowIOExceptionWithLastError(env, "Seek error");
87 JNU_ThrowIOExceptionWithLastError(env, "Seek error");
106 JNU_ThrowIOExceptionWithLastError(env, NULL);
/openjdk7/jdk/src/solaris/native/sun/management/
H A DFileSystemImpl.c53 JNU_ThrowIOExceptionWithLastError(env, "stat64 failed");
/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c111 JNU_ThrowIOExceptionWithLastError(env, "GetVolumeInformation failed");
131 JNU_ThrowIOExceptionWithLastError(env, "GetFileSecurity failed");
139 JNU_ThrowIOExceptionWithLastError(env, "GetFileSecurity failed");
156 JNU_ThrowIOExceptionWithLastError(env, "GetSecurityDescriptorOwner failed");
171 JNU_ThrowIOExceptionWithLastError(env, "GetSecurityDescriptorDacl failed");
201 JNU_ThrowIOExceptionWithLastError(env, "GetAclInformation failed");
215 JNU_ThrowIOExceptionWithLastError(env, "GetAce failed");

Completed in 108 milliseconds

123