Searched defs:pollfd (Results 1 – 9 of 9) sorted by relevance
6 struct pollfd struct13 int poll(struct pollfd fds[], nfds_t nfds, int timeout); argument
34 typedef struct pollfd { struct38 } pollfd_t; argument59 int poll(struct pollfd *, nfds_t, int); argument
35 struct pollfd { struct36 int fd;37 short events;38 short revents;
44 struct pollfd *pollfd; member
76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
316 struct libusb_pollfd pollfd; member
1393 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
2109 struct pollfd *pollfd = &fds[i]; in op_handle_events() local