/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 | 36 struct pollfd { struct 37 int fd; 38 short events; 39 short revents;
|
/external/curl/lib/ |
D | select.h | 49 struct pollfd struct 51 curl_socket_t fd; 52 short events; 53 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/adhd/cras/src/server/ |
D | cras_dbus.c | 22 struct pollfd pollfd; in dbus_watch_callback() local
|
D | cras_server.c | 70 struct pollfd *pollfd; member 89 struct pollfd *pollfd; member
|
D | cras_rstream.c | 480 struct pollfd pollfd; in cras_rstream_flush_old_audio_messages() local
|
D | audio_thread.c | 110 struct pollfd *pollfd; member
|
/external/libchrome/base/ |
D | sync_socket_posix.cc | 155 struct pollfd pollfd; in ReceiveWithTimeout() local
|
/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 | 171 struct pollfd pollfd; in __poll() local
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 145 int pollfd = -1; in Poll() local
|
/external/ltp/testcases/kernel/syscalls/eventfd/ |
D | eventfd01.c | 595 struct pollfd pollfd; in overflow_poll_test() 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/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 494 struct pollfd pollfd[2]; in uffd_poll_thread() local
|
/external/libusb/include/libusb/ |
D | libusbi.h | 558 struct libusb_pollfd pollfd; member
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 1710 struct pollfd pollfd; in check_socket_and_wait_for_timeout() local
|
D | socketmodule.c | 724 struct pollfd pollfd; in internal_select_ex() local
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 2178 struct pollfd pollfd; in PySSL_select() local
|
D | socketmodule.c | 710 struct pollfd pollfd; in internal_select() local
|