/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/rust/crates/nix/src/ |
D | poll.rs | 121 fds.len() as libc::nfds_t, in poll() 141 fds.len() as libc::nfds_t, in ppoll()
|
/external/tinycompress/ |
D | compress_ops.h | 46 int (*poll) (void *data, struct pollfd *fds, nfds_t nfds,
|
D | compress_hw.c | 54 nfds_t nfds, int timeout) in compress_hw_poll()
|
/external/tinyalsa/ |
D | pcm_io.h | 44 int (*poll) (void *data, struct pollfd *pfd, nfds_t nfds, int timeout);
|
D | pcm_hw.c | 79 struct pollfd *pfd, nfds_t nfds, int timeout) in pcm_hw_poll()
|
/external/tinyalsa_new/src/ |
D | pcm_io.h | 46 int (*poll) (void *data, struct pollfd *pfd, nfds_t nfds, int timeout);
|
D | pcm_hw.c | 82 struct pollfd *pfd, nfds_t nfds, int timeout) in pcm_hw_poll()
|
/external/adhd/cras/src/common/ |
D | cras_util.c | 178 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout, in cras_poll() 184 nfds_t i; in cras_poll()
|
D | cras_util.h | 240 int cras_poll(struct pollfd *fds, nfds_t nfds, struct timespec *timeout,
|
/external/grpc-grpc/test/core/iomgr/ |
D | wakeup_fd_cv_test.cc | 35 nfds_t nfds; 59 int mock_poll(struct pollfd* fds, nfds_t nfds, int timeout) { in mock_poll()
|
/external/tinycompress/include/tinycompress/ |
D | compress_plugin.h | 74 struct pollfd *fds, nfds_t nfds, int timeout);
|
/external/tinyalsa/include/tinyalsa/ |
D | pcm_plugin.h | 71 int (*poll) (struct pcm_plugin *plugin, struct pollfd *pfd, nfds_t nfds,
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_posix.cc | 65 int aix_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in aix_poll() 88 int dummy_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in dummy_poll()
|
D | ev_posix.h | 178 typedef int (*grpc_poll_function_type)(struct pollfd*, nfds_t, int);
|
D | ev_poll_posix.cc | 272 nfds_t nfds; 287 nfds_t nfds; 1012 nfds_t pfd_count; 1403 static poll_args* get_poller_locked(struct pollfd* fds, nfds_t count) { 1613 static int cvfd_poll(struct pollfd* fds, nfds_t nfds, int timeout) { 1624 nfds_t nsockfds = 0;
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | ev_posix.cc | 70 int aix_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in aix_poll() 92 int dummy_poll(struct pollfd fds[], nfds_t nfds, int timeout) { in dummy_poll()
|
D | ev_posix.h | 204 typedef int (*grpc_poll_function_type)(struct pollfd*, nfds_t, int);
|
/external/grpc-grpc/test/cpp/end2end/ |
D | nonblocking_test.cc | 47 int maybe_assert_non_blocking_poll(struct pollfd* pfds, nfds_t nfds, in maybe_assert_non_blocking_poll()
|
/external/libcups/scheduler/ |
D | select.c | 550 nfds = poll(cupsd_pollfds, (nfds_t)count, timeout * 1000); in cupsdDoSelect() 552 nfds = poll(cupsd_pollfds, (nfds_t)count, -1); in cupsdDoSelect()
|
/external/tinyalsa_new/include/tinyalsa/ |
D | plugin.h | 135 int (*poll) (struct pcm_plugin *plugin, struct pollfd *pfd, nfds_t nfds,
|
/external/libusb/libusb/os/ |
D | events_posix.c | 42 typedef nfds_t usbi_nfds_t;
|
/external/perfetto/src/base/ |
D | unix_task_runner.cc | 81 &poll_fds_[0], static_cast<nfds_t>(poll_fds_.size()), poll_timeout_ms)); in Run()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.cpp | 267 CHECK_TYPE_SIZE(nfds_t);
|