Home | History | Annotate | Download | only in tests-mx32

Lines Matching defs:nfds

46 xselect(const kernel_ulong_t nfds,
54 F8ILL_KULONG_MASK | nfds, rs, ws, es, tv);
93 const int nfds = fds[1] + 1;
94 if (nfds > smallset_size)
95 error_msg_and_fail("nfds[%d] > smallset_size[%d]\n",
96 nfds, smallset_size);
142 for (int i = nfds; i <= smallset_size; ++i) {
171 rc = xselect(nfds, a_rs, a_rs, a_rs, a_tv);
176 TEST_SYSCALL_STR, nfds, fds[0], fds[1],
187 TEST_SYSCALL_STR, nfds, fds[0], fds[1],
203 rc = xselect(nfds, a_rs, a_rs, a_rs, a_tv);
208 TEST_SYSCALL_STR, nfds, fds[0], fds[1],
219 TEST_SYSCALL_STR, nfds, fds[0], fds[1],
231 for (int i = nfds; i <= smallset_size; ++i) {
324 * Now the crash case that trinity found, negative nfds
336 * Big sets, nfds exceeds FD_SETSIZE limit.
371 * Huge sets, nfds equals to INT_MAX.
398 * Small sets, nfds exceeds FD_SETSIZE limit.