Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 25 of 83) sorted by relevance

1234

/external/strace/
Dpoll.c56 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
Dpathtrace.c151 int nfds = (int) args[0]; in match_xselect_args() local
312 unsigned nfds; in pathtrace_match_set() local
Ddesc.c79 int nfds, fdsize; in decode_select() local
/external/strace/tests/
Dxselect.c46 xselect(const kernel_ulong_t nfds, in xselect()
93 const int nfds = fds[1] + 1; in main() local
Doldselect.c43 xselect(const kernel_ulong_t nfds, in xselect()
Dppoll.c46 const kernel_ulong_t nfds, in sys_ppoll()
/external/strace/tests-mx32/
Dxselect.c46 xselect(const kernel_ulong_t nfds, in xselect()
93 const int nfds = fds[1] + 1; in main() local
Doldselect.c43 xselect(const kernel_ulong_t nfds, in xselect()
Dppoll.c46 const kernel_ulong_t nfds, in sys_ppoll()
/external/strace/tests-m32/
Dxselect.c46 xselect(const kernel_ulong_t nfds, in xselect()
93 const int nfds = fds[1] + 1; in main() local
Doldselect.c43 xselect(const kernel_ulong_t nfds, in xselect()
Dppoll.c46 const kernel_ulong_t nfds, in sys_ppoll()
/external/dhcpcd-6.8.2/compat/
Dpollts.c42 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
Dpselect.c39 pollts(struct pollfd *__restrict fds, nfds_t nfds, in pollts()
/external/mdnsresponder/mDNSPosix/
DExampleClientApp.c51 int nfds = 0; in ExampleClientEventLoop() local
/external/selinux/mcstrans/src/
Dmcstransd.c266 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/
Ddup02.c130 int nfds = sizeof(Fds) / sizeof(int); in main() local
Ddup03.c125 int nfds = 0; variable
/external/libdrm/tests/kms/
Dkms-steal-crtc.c122 int nfds = STDIN_FILENO + 1; in main() local
/external/libevent/
Dpoll.c62 int nfds; /* Highest number used */ member
127 int res, i, j, nfds; in poll_dispatch() local
/external/ltp/testcases/kernel/syscalls/pselect/
Dpselect02.c41 int nfds; member
/external/curl/tests/libtest/
Dfirst.c45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper()
/external/toybox/lib/
Dnet.c56 int xpoll(struct pollfd *fds, int nfds, int timeout) in xpoll()
/external/curl/lib/
Dselect.c391 int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms) in Curl_poll()
/external/ipsec-tools/src/racoon/
Dsession.c112 static int nfds = 0; variable

1234