Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddevpoll.h42 #define DP_POLL (DPIOC | 1) /* poll on fds in cached in /dev/poll */ macro
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c704 if (cmd == DP_POLL) { in dpioctl()
731 case DP_POLL: in dpioctl()
/titanic_41/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c193 ret = ioctl(pollfd, DP_POLL, &arg); in dppoll()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c704 { (uint_t)DP_POLL, "DP_POLL", NULL },