Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevpoll.h43 #define DPIOC (0xD0 << 8) macro
44 #define DP_POLL (DPIOC | 1) /* poll on fds cached via /dev/poll */
45 #define DP_ISPOLLED (DPIOC | 2) /* is this fd cached in /dev/poll */
46 #define DP_PPOLL (DPIOC | 3) /* ppoll on fds cached via /dev/poll */
47 #define DP_EPOLLCOMPAT (DPIOC | 4) /* turn on epoll compatibility */