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

/freebsd-10.0-release/sys/kern/
H A Dsys_generic.c857 struct timeval *tvp, sigset_t *uset, int abi_nfdbits)
876 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits);
915 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) argument
932 if (abi_nfdbits == NFDBITS) {
955 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits)
979 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits);
982 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits);
985 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits);
995 ncpubytes = roundup(nd, abi_nfdbits) / NBBY;
1037 * XXX: swizzle_fdset assumes that if abi_nfdbits !
856 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
954 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-10.0-release/sys/sys/
H A Dsyscallsubr.h174 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits);
197 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);

Completed in 89 milliseconds