Searched refs:POLLNVAL (Results 1 – 7 of 7) sorted by relevance
507 #define POLLNVAL 0x8 macro
558 else if (pfd[i].revents & POLLNVAL) {
771 if (p->revents & POLLNVAL)
1858 #define POLLNVAL 0x0020 macro
2255 if (fds[fdi].fd >= 0 && (fds[fdi].revents & POLLNVAL) == 0) { in lwip_pollscan()2306 fds[fdi].revents |= POLLNVAL; in lwip_pollscan()
1007 #define POLLNVAL 0x0004 macro
7499 ok(POLL_ISSET(fdRead, POLLNVAL), "fdRead socket events incorrect\n"); in test_WSAPoll()7528 ok(POLL_ISSET(fdWrite, POLLNVAL), "fdWrite socket events incorrect\n"); in test_WSAPoll()