Searched refs:abi_nfdbits (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | sys_generic.c | 877 struct timeval *tvp, sigset_t *uset, int abi_nfdbits) in kern_pselect() argument 896 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits); in kern_pselect() 935 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) in select_check_badfd() argument 952 if (abi_nfdbits == NFDBITS) { in select_check_badfd() 975 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) in kern_select() argument 999 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits); in kern_select() 1002 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits); in kern_select() 1005 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits); in kern_select() 1015 ncpubytes = roundup(nd, abi_nfdbits) / NBBY; in kern_select() 1062 if (abi_nfdbits != NFDBITS && bits != NULL) { \ in kern_select()
|
| /freebsd-10-stable/sys/sys/ |
| D | syscallsubr.h | 185 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits); 218 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);
|