Searched refs:POLLNVAL (Results 1 – 14 of 14) sorted by relevance
38 #if defined(POLLNVAL) || (defined(HAVE_DECL_POLLNVAL) && HAVE_DECL_POLLNVAL)39 XLAT(POLLNVAL),
10 POLLNVAL
10 #define POLLNVAL 0x0020 macro
237 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()244 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()251 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL)) in Curl_socket_check()
46 #define POLLNVAL 0x20 macro
221 if (fd.revents & POLLNVAL) in main()
667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):
354 if (pevt->portev_events & (POLLERR|POLLHUP|POLLNVAL)) in evport_dispatch()
367 o Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports (0144886 Trond Norbye)
1153 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait()1170 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
910 if (pollfds[ck].revents & POLLNVAL) { in gdb_relay()
4394 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {4438 if (pollinfo.revents & POLLNVAL) {
2547 _DBUS_POLLNVAL == POLLNVAL && in _dbus_poll()
623 if (poll(fds, 1, 0) < 0 || (fds[0].revents & POLLNVAL) != 0) {