Searched refs:read_wait (Results 1 – 1 of 1) sorted by relevance
96 struct pollfd *read_wait; variable433 read_wait[s].fd = s; in conalloc()434 read_wait[s].events = POLLIN; in conalloc()457 read_wait[s].fd = -1; in confree()458 read_wait[s].events = 0; in confree()621 while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) { in conloop()628 if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL)) in conloop()630 else if (read_wait[i].revents & (POLLIN|POLLHUP)) in conloop()849 read_wait = xcalloc(maxfd, sizeof(struct pollfd)); in main()851 read_wait[j].fd = -1; in main()