Searched refs:read_wait (Results 1 – 1 of 1) sorted by relevance
98 struct pollfd *read_wait; variable427 read_wait[s].fd = s; in conalloc()428 read_wait[s].events = POLLIN; in conalloc()449 read_wait[s].fd = -1; in confree()450 read_wait[s].events = 0; in confree()582 while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) { in conloop()589 if (read_wait[i].revents & (POLLHUP|POLLERR|POLLNVAL)) in conloop()591 else if (read_wait[i].revents & (POLLIN)) in conloop()801 read_wait = xcalloc(maxfd, sizeof(struct pollfd)); in main()803 read_wait[j].fd = -1; in main()