Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 25 of 81) 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-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/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/selinux/mcstrans/src/
Dmcstransd.c256 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/
Dwakeup_fd_cv_test.cc35 nfds_t nfds; member
59 int mock_poll(struct pollfd* fds, nfds_t nfds, int timeout) { in mock_poll()
/external/mdnsresponder/mDNSPosix/
DExampleClientApp.c51 int nfds = 0; in ExampleClientEventLoop() 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/openssh/openbsd-compat/
Dbsd-poll.c41 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
/external/libevent/
Dpoll.c62 int nfds; /* Highest number used */ member
127 int res, i, j, nfds; in poll_dispatch() local
/external/libdrm/tests/kms/
Dkms-steal-crtc.c118 int nfds = STDIN_FILENO + 1; in main() 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/curl/lib/
Dselect.c392 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
Dschedule.c333 int nfds = 0; in main() local

1234