Searched defs:pollfd (Results 1 – 18 of 18) 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
21 struct pollfd { struct22 int fd;23 short events;24 short revents;
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;
67 struct pollfd { struct68 int fd; /* file descriptor */69 short events; /* requested events */70 short revents; /* returned events */
2606 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
51 struct pollfd *pollfd; member
146 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
118 struct pollfd pollfd = {.fd = wakefd,.events = POLLIN }; in ready() local
248 struct pollfd pollfd[2]; in uffd_poll_thread() local
588 struct pollfd pollfd; in overflow_poll_test() local
2125 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
558 struct libusb_pollfd pollfd; member
528 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()
564 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()