Searched defs:dppoll (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/poll/ |
H A D | poll_test.c | 181 dppoll(int pollfd, pollfd_t *fds, nfds_t nfds, int timeout, time_t *elapsed) function 300 ret = dppoll(pollfd, NULL, 0, timeout * 1000, &elapsed); 352 ret = dppoll(pollfd, fds, 5, timeout * 1000, &elapsed);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | devpoll.c | 67 static int dppoll(dev_t dev, short events, int anyyet, short *reventsp, 85 dppoll, /* poll */ 1376 * Extending dppoll() for VOP_POLL: 1378 * The recursive /dev/poll implementation begins by extending dppoll() to 1402 * maintained by the dppoll() logic above. 1406 * As each pollcache is encountered (either via DP_POLL or dppoll()), depth and 1428 dppoll(dev_t dev, short events, int anyyet, short *reventsp, function
|
Completed in 49 milliseconds