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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DDevPollArrayWrapper.c43 #define DP_POLL (DPIOC | 1) /* poll on fds in cached in /dev/poll */ macro
49 * /dev/poll DP_POLL ioctl format
167 RESTARTABLE (ioctl(wfd, DP_POLL, &a), result);
169 result = idevpoll(wfd, DP_POLL, a);

Completed in 39 milliseconds