/external/rust/crates/nix/test/ |
D | test_poll.rs | 26 let nfds = loop_while_eintr!(poll(&mut fds, 100)); in test_poll() localVariable 33 let nfds = poll(&mut fds, 100).unwrap(); in test_poll() localVariable 57 let nfds = loop_while_eintr!(ppoll(&mut fds, Some(timeout), sigset)); in test_ppoll() localVariable 64 let nfds = ppoll(&mut fds, Some(timeout), SigSet::empty()).unwrap(); in test_ppoll() localVariable
|
/external/libcups/backend/ |
D | runloop.c | 28 int nfds; /* Maximum file descriptor value + 1 */ in backendDrainOutput() local 137 int nfds; /* Maximum file descriptor value + 1 */ in backendRunLoop() local 423 int nfds; /* Number of file descriptors */ in backendWaitLoop() local
|
/external/strace/ |
D | poll.c | 56 const unsigned int nfds = tcp->u_arg[1]; in decode_poll_entering() local 68 const unsigned int nfds = tcp->u_arg[1]; in decode_poll_exiting() local
|
D | pathtrace.c | 151 int nfds = (int) args[0]; in match_xselect_args() local 312 unsigned nfds; in pathtrace_match_set() local
|
/external/strace/tests-m32/ |
D | xselect.c | 46 xselect(const kernel_ulong_t nfds, in xselect() 93 const int nfds = fds[1] + 1; in main() local
|
D | oldselect.c | 43 xselect(const kernel_ulong_t nfds, in xselect()
|
D | ppoll.c | 46 const kernel_ulong_t nfds, in sys_ppoll()
|
/external/strace/tests-mx32/ |
D | xselect.c | 46 xselect(const kernel_ulong_t nfds, in xselect() 93 const int nfds = fds[1] + 1; in main() local
|
D | oldselect.c | 43 xselect(const kernel_ulong_t nfds, in xselect()
|
D | ppoll.c | 46 const kernel_ulong_t nfds, in sys_ppoll()
|
/external/strace/tests/ |
D | xselect.c | 46 xselect(const kernel_ulong_t nfds, in xselect() 93 const int nfds = fds[1] + 1; in main() local
|
D | oldselect.c | 43 xselect(const kernel_ulong_t nfds, in xselect()
|
D | ppoll.c | 46 const kernel_ulong_t nfds, in sys_ppoll()
|
/external/selinux/mcstrans/src/ |
D | mcstransd.c | 256 add_pollfd(struct pollfd **ufds, int *nfds, int connfd) in add_pollfd() 286 adj_pollfds(struct pollfd **ufds, int *nfds) in adj_pollfds() 302 process_events(struct pollfd **ufds, int *nfds) in process_events() 379 int nfds = 1; in process_connections() local
|
/external/grpc-grpc/test/core/iomgr/ |
D | wakeup_fd_cv_test.cc | 35 nfds_t nfds; member 59 int mock_poll(struct pollfd* fds, nfds_t nfds, int timeout) { in mock_poll()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_fds.c | 26 ares_socket_t nfds; in ares_fds() local
|
/external/mdnsresponder/mDNSPosix/ |
D | ExampleClientApp.c | 51 int nfds = 0; in ExampleClientEventLoop() local
|
/external/ltp/testcases/kernel/syscalls/dup/ |
D | dup02.c | 130 int nfds = sizeof(Fds) / sizeof(int); in main() local
|
D | dup03.c | 125 int nfds = 0; variable
|
/external/openssh/openbsd-compat/ |
D | bsd-poll.c | 41 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
|
/external/libdrm/tests/kms/ |
D | kms-steal-crtc.c | 118 int nfds = STDIN_FILENO + 1; in main() local
|
/external/libevent/ |
D | poll.c | 73 int nfds; /* Highest number used */ member 138 int res, i, j, nfds; in poll_dispatch() local
|
/external/ltp/testcases/kernel/syscalls/select/ |
D | select_var.h | 18 static int do_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval… in do_select()
|
/external/ltp/testcases/kernel/syscalls/pselect/ |
D | pselect02.c | 41 int nfds; member
|
/external/llvm-project/lldb/source/Host/common/ |
D | MainLoop.cpp | 49 int ppoll(struct pollfd *fds, size_t nfds, const struct timespec *timeout_ts, in ppoll() 174 int nfds = 0; in Poll() local
|