Searched defs:pollfd (Results 1 – 15 of 15) 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;
48 struct pollfd struct50 curl_socket_t fd;51 short events;52 short revents;
51 struct pollfd *pollfd; member
146 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
34 GPollFD pollfd; member
42 struct pollfd pollfd; member
1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
316 struct libusb_pollfd pollfd; member
528 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
564 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
576 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
1393 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
2109 struct pollfd *pollfd = &fds[i]; in op_handle_events() local