/external/fio/os/windows/posix/include/sys/ |
D | poll.h | 4 typedef int nfds_t; typedef 13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.h | 40 typedef unsigned int nfds_t; typedef 59 int poll(struct pollfd *, nfds_t, int);
|
D | bsd-poll.c | 41 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() 43 nfds_t i; in poll()
|
/external/dhcpcd-6.8.2/compat/ |
D | pselect.c | 39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts() 43 nfds_t n; in pollts()
|
D | pollts.h | 36 pollts(struct pollfd *__restrict, nfds_t, const struct timespec *__restrict,
|
D | pollts.c | 42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.h | 76 nfds_t *real_size); 85 nfds_t *real_size);
|
D | mhd2spdy.c | 77 nfds_t spdy_npollfds = 1; in run_everything()
|
D | mhd2spdy_spdy.c | 988 nfds_t *real_size) in spdy_get_selectfdset()
|
/external/libusb/ |
D | configure.ac | 141 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument]) 149 AC_CHECK_TYPE([nfds_t], 150 [AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])], 160 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument]) 168 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument]) 176 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument]) 199 AC_DEFINE([POLL_NFDS_TYPE],[nfds_t],[type of second poll() argument])
|
/external/libusb/Xcode/ |
D | config.h | 22 #define POLL_NFDS_TYPE nfds_t
|
/external/libusb/android/ |
D | config.h | 42 #define POLL_NFDS_TYPE nfds_t
|
/external/libusb/darwin/ |
D | config.h | 125 #define POLL_NFDS_TYPE nfds_t
|
/external/libusb/linux/ |
D | config.h | 126 #define POLL_NFDS_TYPE nfds_t
|
/external/dhcpcd-6.8.2/ |
D | eloop.c | 588 n = pollts(ctx->fds, (nfds_t)ctx->events_len, tsp, in eloop_start() 591 n = poll(ctx->fds, (nfds_t)ctx->events_len, timeout); in eloop_start()
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 151 nfds_t nfds; in Poll()
|
/external/libcups/cups/ |
D | http-addrlist.c | 282 result = poll(pfds, (nfds_t)nfds, addrlist ? 100 : remaining > 250 ? 250 : remaining); in httpAddrConnect2()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_notls.c | 612 nfds_t npollfds = 1; in fetch_uri()
|
D | test_new_connection.c | 662 nfds_t npollfds = 1; in fetch_uri()
|
D | test_request_response.c | 650 nfds_t npollfds = 1; in fetch_uri()
|
/external/fio/os/windows/ |
D | posix.c | 798 int poll(struct pollfd fds[], nfds_t nfds, int timeout) in poll()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 677 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1055 CHECK_TYPE_SIZE(nfds_t);
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 706 #define vki_nfds_t nfds_t
|