Home
last modified time | relevance | path

Searched refs:DP_POLL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevpoll.h44 #define DP_POLL (DPIOC | 1) /* poll on fds cached via /dev/poll */ macro
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c230 return (ioctl(epfd, DP_POLL, &arg)); in epoll_wait()
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c193 ret = ioctl(pollfd, DP_POLL, &arg); in dppoll()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1132 if (cmd == DP_POLL || cmd == DP_PPOLL) { in dpioctl()
1194 case DP_POLL: in dpioctl()
1215 if (cmd == DP_POLL) { in dpioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c713 { (uint_t)DP_POLL, "DP_POLL", NULL },