Lines Matching defs:pollfd
57 struct pollfd pfd;
69 struct pollfd pfd;
82 struct pollfd pfd;
166 struct pollfd pfds[2];
232 struct pollfd pfd;
239 ATF_REQUIRE_ERRNO(EFAULT, poll((struct pollfd *)-1, 1, -1) == -1);
273 struct pollfd pfd[2];
403 struct pollfd pfd;
453 struct pollfd pfd;
557 struct pollfd pfd = { .fd = writefd, .events = POLLOUT };
627 struct pollfd pfd;
641 pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
683 pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
710 check_pollclosed_delayed_process(int pollfd, int closefd,
738 (*check_pollhup)(pollfd, closefd);
759 check_pollclosed_delayed_thread(int pollfd, int closefd,
773 (*check_pollhup)(pollfd, closefd);
785 struct pollfd pfd = { .fd = writefd, .events = POLLOUT };
821 struct pollfd pfd = { .fd = readfd, .events = POLLIN };
855 struct pollfd pfd;
873 pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
900 pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
919 pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };