Searched refs:abi_nfdbits (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sys_generic.c | 970 struct timeval *tvp, sigset_t *uset, int abi_nfdbits) in kern_pselect() argument 990 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits); in kern_pselect() 1029 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) in select_check_badfd() argument 1046 if (abi_nfdbits == NFDBITS) { in select_check_badfd() 1069 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) in kern_select() argument 1093 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits); in kern_select() 1096 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits); in kern_select() 1099 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits); in kern_select() 1109 ncpubytes = roundup(nd, abi_nfdbits) / NBBY; in kern_select() 1157 if (abi_nfdbits != NFDBITS && bits != NULL) { \ in kern_select()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 241 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits); 271 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);
|