Searched refs:port_dissociate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEventPortWrapper.java160 port_dissociate(pfd, PORT_SOURCE_FD, (long)fd);
227 port_dissociate(pfd, PORT_SOURCE_FD, (long)fd);
H A DSolarisEventPort.java237 static native boolean port_dissociate(int port, int source, long object) method in class:SolarisEventPort
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DSolarisWatchService.c79 if (port_dissociate((int)port, (int)source, object) == -1) {
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSolarisEventPort.c78 if (port_dissociate((int)port, (int)source, object) == 0) {
82 JNU_ThrowIOExceptionWithLastError(env, "port_dissociate");

Completed in 23 milliseconds