Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevpoll.h85 #define DP_ISEPOLLCOMPAT 0x2 /* epoll compatibility mode */ macro
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c257 const boolean_t is_epoll = (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0; in dp_pcache_poll()
730 is_epoll = (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0; in dpwrite()
847 if (!is_epoll && (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0) { in dpwrite()
1146 is_epoll = (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0; in dpioctl()
1162 dpep->dpe_flag |= DP_ISEPOLLCOMPAT; in dpioctl()
1553 if ((dpep->dpe_flag & DP_ISEPOLLCOMPAT) == 0) { in dppoll()