Searched defs:VALID_POLL_EVENTS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c69 #define VALID_POLL_EVENTS (POLLIN | POLLPRI | POLLOUT | POLLRDNORM \ macro
1018 if (current[ix].events & ~VALID_POLL_EVENTS) {
1019 current[ix].events &= VALID_POLL_EVENTS;
1614 if (current[count].events & ~VALID_POLL_EVENTS) {
1618 VALID_POLL_EVENTS;
1621 VALID_POLL_EVENTS;
1751 if (current[i].events & ~VALID_POLL_EVENTS) {
1753 current[i].events & VALID_POLL_EVENTS;
2150 if (pollfdp[i].events & ~VALID_POLL_EVENTS) {
2152 pollfdp[i].events & VALID_POLL_EVENTS;
[all...]

Completed in 50 milliseconds