Searched refs:abi_nfdbits (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1042 struct timeval *tvp, sigset_t *uset, int abi_nfdbits) in kern_pselect() argument 1053 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits); in kern_pselect() 1110 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) in select_check_badfd() argument 1127 if (abi_nfdbits == NFDBITS) { in select_check_badfd() 1150 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) in kern_select() argument 1174 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits); in kern_select() 1177 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits); in kern_select() 1180 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits); in kern_select() 1190 ncpubytes = roundup(nd, abi_nfdbits) / NBBY; in kern_select() 1238 if (abi_nfdbits != NFDBITS && bits != NULL) { \ in kern_select()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 291 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits); 321 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);
|