Searched refs:read_wait (Results 1 – 1 of 1) sorted by relevance
94 struct pollfd *read_wait; variable420 read_wait[s].fd = s; in conalloc()421 read_wait[s].events = POLLIN; in conalloc()442 read_wait[s].fd = -1; in confree()443 read_wait[s].events = 0; in confree()575 while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) { in conloop()582 if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL)) in conloop()584 else if (read_wait[i].revents & (POLLIN)) in conloop()789 read_wait = xcalloc(maxfd, sizeof(struct pollfd)); in main()791 read_wait[j].fd = -1; in main()