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

/freebsd-10-stable/sys/kern/
H A Dsys_generic.c877 struct timeval *tvp, sigset_t *uset, int abi_nfdbits)
896 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits);
935 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) argument
952 if (abi_nfdbits == NFDBITS) {
975 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits)
999 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits);
1002 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits);
1005 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits);
1015 ncpubytes = roundup(nd, abi_nfdbits) / NBBY;
1057 * XXX: swizzle_fdset assumes that if abi_nfdbits !
876 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
974 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-stable/sys/sys/
H A Dsyscallsubr.h185 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits);
218 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);

Completed in 110 milliseconds