Home
last modified time | relevance | path

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

/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.h36 struct pollfd { struct
37 int fd;
38 short events;
39 short revents;
/external/curl/lib/
Dselect.h49 struct pollfd struct
51 curl_socket_t fd;
52 short events;
53 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/adhd/cras/src/server/
Dcras_dbus.c22 struct pollfd pollfd; in dbus_watch_callback() local
Dcras_server.c70 struct pollfd *pollfd; member
89 struct pollfd *pollfd; member
Dcras_rstream.c480 struct pollfd pollfd; in cras_rstream_flush_old_audio_messages() local
Daudio_thread.c110 struct pollfd *pollfd; member
/external/libchrome/base/
Dsync_socket_posix.cc155 struct pollfd pollfd; in ReceiveWithTimeout() local
/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/networking/timestamping/
Dtxtimestamp.c171 struct pollfd pollfd; in __poll() local
/external/v4l2_codec2/vda/
Dv4l2_device.cc145 int pollfd = -1; in Poll() local
/external/ltp/testcases/kernel/syscalls/eventfd/
Deventfd01.c595 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/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c494 struct pollfd pollfd[2]; in uffd_poll_thread() local
/external/libusb/include/libusb/
Dlibusbi.h558 struct libusb_pollfd pollfd; member
/external/python/cpython2/Modules/
D_ssl.c1710 struct pollfd pollfd; in check_socket_and_wait_for_timeout() local
Dsocketmodule.c724 struct pollfd pollfd; in internal_select_ex() local
/external/python/cpython3/Modules/
D_ssl.c2178 struct pollfd pollfd; in PySSL_select() local
Dsocketmodule.c710 struct pollfd pollfd; in internal_select() local