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/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
Dpoll.h25 struct pollfd { struct
33 int poll(struct pollfd* __fds, nfds_t __nfds, int __timeout); argument
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h35 struct pollfd { struct
36 int fd;
37 short events;
38 short revents;
/external/chromium_org/third_party/libusb/src/libusb/os/
Dpoll_windows.h61 struct pollfd { struct
62 int fd; /* file descriptor */
63 short events; /* requested events */
64 short revents; /* returned events */
Dopenbsd_usb.c538 struct pollfd *pollfd; in obsd_handle_events() local
Ddarwin_usb.c1815 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
Dlinux_usbfs.c2498 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_unixos.h525 struct pollfd { struct
545 #define POLLNVAL 0x0020 /* invalid pollfd entry */ argument
/external/chromium_org/content/common/gpu/media/
Dexynos_v4l2_video_device.cc51 int pollfd = -1; in Poll() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devlist.h44 struct pollfd *pollfd; member
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
Dsched-messaging.c76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
Dsocket_test.cc384 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/
Dio.c1947 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
Dlibusbi.h460 struct libusb_pollfd pollfd; member
/external/libusb/libusb/
Dio.c1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd; in handle_events() local
Dlibusbi.h316 struct libusb_pollfd pollfd; member
/external/libusb/libusb/os/
Ddarwin_usb.c1393 struct pollfd *pollfd = &fds[i]; in op_handle_events() local
Dlinux_usbfs.c2109 struct pollfd *pollfd = &fds[i]; in op_handle_events() local