Searched refs:abi_nfdbits (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1043 struct timeval *tvp, sigset_t *uset, int abi_nfdbits) in kern_pselect() argument 1054 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits); in kern_pselect() 1111 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) in select_check_badfd() argument 1128 if (abi_nfdbits == NFDBITS) { in select_check_badfd() 1151 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) in kern_select() argument 1175 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits); in kern_select() 1178 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits); in kern_select() 1181 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits); in kern_select() 1191 ncpubytes = roundup(nd, abi_nfdbits) / NBBY; in kern_select() 1239 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);
|