Searched defs:pollfd (Results 1 - 9 of 9) sorted by last modified time

/external/openssh/openbsd-compat/
H A Dbsd-poll.h34 typedef struct pollfd { struct
59 int poll(struct pollfd *, nfds_t, int);
/external/libusb/libusb/
H A Dio.c1781 struct pollfd *fds;
1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; local
1796 int fd = pollfd->fd;
1799 fds[i].events = pollfd->events;
2191 ipollfd->pollfd.fd = fd;
2192 ipollfd->pollfd.events = events;
2211 if (ipollfd->pollfd.fd == fd) {
H A Dlibusbi.h175 /* user callbacks for pollfd changes */
316 struct libusb_pollfd pollfd; member in struct:usbi_pollfd
740 * The function is passed an array of pollfd structures (size nfds)
764 struct pollfd *fds, nfds_t nfds, int num_ready);
/external/libusb/libusb/os/
H A Ddarwin_usb.c1384 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_ready) {
1393 struct pollfd *pollfd = &fds[i]; local
1397 usbi_info (ctx, "checking fd %i with revents = %x", fds[i], pollfd->revents);
1399 if (!pollfd->revents)
1405 if (hpriv->fds[0] == pollfd->fd)
1409 if (!(pollfd->revents & POLLERR)) {
H A Dlinux_usbfs.c2102 struct pollfd *fds, nfds_t nfds, int num_ready)
2109 struct pollfd *pollfd = &fds[i]; local
2113 if (!pollfd->revents)
2119 if (hpriv->fd == pollfd->fd)
2123 if (pollfd->revents & POLLERR) {
/external/linux-tools-perf/bench/
H A Dsched-messaging.c81 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; local
88 if (poll(&pollfd, 1, -1) != 1)
/external/linux-tools-perf/util/
H A Devlist.h14 struct pollfd;
31 struct pollfd *pollfd; member in struct:perf_evlist
/external/kernel-headers/original/asm-arm/
H A Dpoll.h21 struct pollfd { struct
/external/kernel-headers/original/asm-generic/
H A Dpoll.h31 struct pollfd { struct

Completed in 134 milliseconds