Searched refs:DP_POLL (Results 1 - 2 of 2) 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);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c68 * (DP_POLL), but this complicates exception handling and sees
656 * DEVPOLL ioctl DP_POLL call, reading
662 useEvents = ioctl(ioeh->devpollfd, DP_POLL, &dopoll);
664 useEvents = ioctl(ioeh->devpollfd, DP_POLL, &dopoll);

Completed in 223 milliseconds