/external/fio/os/windows/posix/include/sys/ |
D | poll.h | 6 struct pollfd struct 13 int poll(struct pollfd fds[], nfds_t nfds, int timeout); argument
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 34 typedef struct pollfd { struct 38 } pollfd_t; argument 59 int poll(struct pollfd *, nfds_t, int); argument
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | poll.h | 21 struct pollfd { struct 22 int fd; 23 short events; 24 short revents;
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 35 struct pollfd { struct 36 int fd; 37 short events; 38 short revents;
|
/external/curl/lib/ |
D | select.h | 48 struct pollfd struct 50 curl_socket_t fd; 51 short events; 52 short revents;
|
/external/libusb/libusb/os/ |
D | poll_windows.h | 67 struct pollfd { struct 68 int fd; /* file descriptor */ 69 short events; /* requested events */ 70 short revents; /* returned events */
|
D | linux_usbfs.c | 2606 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
|
/external/dhcpcd-6.8.2/ |
D | eloop.h | 51 struct pollfd *pollfd; member
|
/external/autotest/client/tests/hackbench/src/ |
D | hackbench.c | 146 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
|
/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 118 struct pollfd pollfd = {.fd = wakefd,.events = POLLIN }; in ready() local
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 169 struct pollfd pollfd; in __poll() local
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 152 int pollfd = -1; in Poll() local
|
/external/ltp/testcases/kernel/syscalls/eventfd/ |
D | eventfd01.c | 596 struct pollfd pollfd; in overflow_poll_test() local
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 349 struct pollfd pollfd[2]; in uffd_poll_thread() local
|
/external/libusb/libusb/ |
D | io.c | 2125 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
|
D | libusbi.h | 558 struct libusb_pollfd pollfd; member
|
/external/libmicrohttpd/src/testspdy/ |
D | test_notls.c | 528 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
|
D | test_new_connection.c | 576 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
|
D | test_request_response.c | 564 static void ctl_poll(struct pollfd *pollfd, struct Connection *connection) in ctl_poll()
|
/external/libusb/include/libusb/ |
D | libusbi.h | 558 struct libusb_pollfd pollfd; member
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 724 struct pollfd pollfd; in internal_select_ex() local
|
D | _ssl.c | 1631 struct pollfd pollfd; in check_socket_and_wait_for_timeout() local
|