Searched refs:abi_nfdbits (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/kern/
H A Dsys_generic.c1042 struct timeval *tvp, sigset_t *uset, int abi_nfdbits)
1059 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits);
1098 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) argument
1115 if (abi_nfdbits == NFDBITS) {
1138 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits)
1162 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits);
1165 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits);
1168 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits);
1178 ncpubytes = roundup(nd, abi_nfdbits) / NBBY;
1221 * XXX: swizzle_fdset assumes that if abi_nfdbits !
1041 kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou, fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits) argument
1137 kern_select(struct thread *td, int nd, fd_set *fd_in, fd_set *fd_ou, fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) argument
[all...]
/freebsd-current/sys/sys/
H A Dsyscallsubr.h290 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits);
320 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);

Completed in 201 milliseconds