Lines Matching refs:POLLNVAL
70 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
196 * so that a POLLNVAL can be generated even if the fd is reused before
242 * must handle this by indicating a POLLNVAL in the revents of the VOP_POLL.
1523 if (pollfdp[i].revents == POLLNVAL)
1669 current[count].revents = POLLNVAL;
1763 current[i].revents = POLLNVAL;
1853 if (pollfdp[i].revents && (pollfdp[i].revents != POLLNVAL)) {
1931 pollfdp[entry].revents = POLLNVAL;
1941 POLLNVAL;
1955 pollfdp[entry].revents = POLLNVAL;
1965 POLLNVAL;
2159 pollfdp[i].revents = POLLNVAL;
2693 (flag || !(pollfdp[i].revents & POLLNVAL))) {