Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 18 of 18) sorted by relevance

/external/fio/os/windows/posix/include/sys/
Dpoll.h6 struct pollfd struct
13 int poll(struct pollfd fds[], nfds_t nfds, int timeout); argument
/external/openssh/openbsd-compat/
Dbsd-poll.h34 typedef struct pollfd { struct
38 } pollfd_t; argument
59 int poll(struct pollfd *, nfds_t, int); argument
/external/ltp/testcases/kernel/syscalls/utils/
Dpoll.h21 struct pollfd { struct
22 int fd;
23 short events;
24 short revents;
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h35 struct pollfd { struct
36 int fd;
37 short events;
38 short revents;
/external/curl/lib/
Dselect.h48 struct pollfd struct
50 curl_socket_t fd;
51 short events;
52 short revents;
/external/libusb/libusb/os/
Dpoll_windows.h67 struct pollfd { struct
68 int fd; /* file descriptor */
69 short events; /* requested events */
70 short revents; /* returned events */
Dlinux_usbfs.c2606 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
/external/dhcpcd-6.8.2/
Deloop.h51 struct pollfd *pollfd; member
/external/autotest/client/tests/hackbench/src/
Dhackbench.c146 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/external/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c118 struct pollfd pollfd = {.fd = wakefd,.events = POLLIN }; in ready() local
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c248 struct pollfd pollfd[2]; in uffd_poll_thread() local
/external/ltp/testcases/kernel/syscalls/eventfd/
Deventfd01.c588 struct pollfd pollfd; in overflow_poll_test() local
/external/libusb/libusb/
Dio.c2125 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
Dlibusbi.h558 struct libusb_pollfd pollfd; member
/external/libmicrohttpd/src/testspdy/
Dtest_notls.c528 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
Dtest_new_connection.c576 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
Dtest_request_response.c564 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
/external/libusb/include/libusb/
Dlibusbi.h558 struct libusb_pollfd pollfd; member