/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/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/ |
D | poll.h | 25 struct pollfd { struct 33 int poll(struct pollfd* __fds, nfds_t __nfds, int __timeout); argument
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | poll.h | 35 struct pollfd { struct 36 int fd; 37 short events; 38 short revents;
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | poll_windows.h | 61 struct pollfd { struct 62 int fd; /* file descriptor */ 63 short events; /* requested events */ 64 short revents; /* returned events */
|
D | openbsd_usb.c | 538 struct pollfd *pollfd; in obsd_handle_events() local
|
D | darwin_usb.c | 1815 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
|
D | linux_usbfs.c | 2498 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _unixos.h | 525 struct pollfd { struct 545 #define POLLNVAL 0x0020 /* invalid pollfd entry */ argument
|
/external/chromium_org/content/common/gpu/media/ |
D | exynos_v4l2_video_device.cc | 51 int pollfd = -1; in Poll() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | evlist.h | 44 struct pollfd *pollfd; member
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
D | sched-messaging.c | 76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/ |
D | socket_test.cc | 384 struct pollfd pollfd = { sock_, POLLIN|POLLOUT, 0 }; in TEST_F() local 703 struct pollfd pollfd = { server_sock, POLLIN|POLLOUT, 0 }; in TEST_F() local
|
/external/chromium_org/third_party/libusb/src/libusb/ |
D | io.c | 1947 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
|
D | libusbi.h | 460 struct libusb_pollfd pollfd; member
|
/external/libusb/libusb/ |
D | io.c | 1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
|
D | libusbi.h | 316 struct libusb_pollfd pollfd; member
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1393 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
|
D | linux_usbfs.c | 2109 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
|