/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
|
D | desc.c | 79 int nfds, fdsize; in decode_select() local
|
/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/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-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/dhcpcd-6.8.2/compat/ |
D | pollts.c | 42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
|
D | pselect.c | 39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
|
/external/mdnsresponder/mDNSPosix/ |
D | ExampleClientApp.c | 51 int nfds = 0; in ExampleClientEventLoop() local
|
/external/selinux/mcstrans/src/ |
D | mcstransd.c | 266 add_pollfd(struct pollfd **ufds, int *nfds, int connfd) in add_pollfd() 296 adj_pollfds(struct pollfd **ufds, int *nfds) in adj_pollfds() 312 process_events(struct pollfd **ufds, int *nfds) in process_events() 389 int nfds = 1; in process_connections() 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/libdrm/tests/kms/ |
D | kms-steal-crtc.c | 122 int nfds = STDIN_FILENO + 1; in main() local
|
/external/libevent/ |
D | poll.c | 62 int nfds; /* Highest number used */ member 127 int res, i, j, nfds; in poll_dispatch() local
|
/external/ltp/testcases/kernel/syscalls/pselect/ |
D | pselect02.c | 41 int nfds; member
|
/external/curl/tests/libtest/ |
D | first.c | 45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper()
|
/external/toybox/lib/ |
D | net.c | 56 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll()
|
/external/curl/lib/ |
D | select.c | 391 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll()
|
/external/ipsec-tools/src/racoon/ |
D | session.c | 112 static int nfds = 0; variable
|