Searched refs:POLLNVAL (Results 1 – 25 of 28) sorted by relevance
12
80 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro85 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
46 #define POLLNVAL 0x0020 macro
58 if (pfd[0].revents & POLLNVAL) { in recvmmsg()
93 #define POLLNVAL 32 macro
133 return (POLLNVAL); in dead_poll()
113 if (pfd[1].revents != POLLNVAL || pfd[0].revents != 0) in main()
450 if (poll (&fds, 1, 0) == 1 && (fds.revents & POLLNVAL)) in add_file_handler()680 error_mask = POLLHUP | POLLERR | POLLNVAL; in handle_file_event()693 if (error_mask_returned & POLLNVAL) in handle_file_event()
215 rv |= POLLNVAL; in get_event()237 if (event & POLLNVAL) in get_revent()
61 if (event & POLLNVAL) in get_revent()
58 if (event & POLLNVAL) in get_revent()
303 if (fd.revents & POLLNVAL) in main()
353 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
972 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
303 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
400 CHECK((pollfd.revents & POLLNVAL) == 0); in try_file_ops()402 CHECK((pollfd.revents & POLLNVAL) != 0); in try_file_ops()
868 return (POLLNVAL); in poll_no_poll()1508 fd->revents = POLLNVAL; in pollrescan()1569 fds->revents = POLLNVAL;1583 fds->revents = POLLNVAL;
531 else if (pfd[i].revents & POLLNVAL) { in rpc_broadcast_exp()
732 if (p->revents & POLLNVAL) { in svc_getreq_poll()
387 return (POLLNVAL); in uinput_poll()
315 return (POLLNVAL); in evdev_poll()
866 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()
840 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()
5025 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {5066 if (pollinfo.revents & POLLNVAL) {
652 X(POLLHUP) X(POLLNVAL) X(POLLRDNORM) X(POLLRDBAND)