Searched refs:abi_nfdbits (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | sys_generic.c | 1044 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() 1116 select_check_badfd(fd_set *fd_in, int nd, int ndu, int abi_nfdbits) in select_check_badfd() argument 1133 if (abi_nfdbits == NFDBITS) { in select_check_badfd() 1156 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits) in kern_select() argument 1180 error = select_check_badfd(fd_in, nd, ndu, abi_nfdbits); in kern_select() 1183 error = select_check_badfd(fd_ou, nd, ndu, abi_nfdbits); in kern_select() 1186 error = select_check_badfd(fd_ex, nd, ndu, abi_nfdbits); in kern_select() 1196 ncpubytes = roundup(nd, abi_nfdbits) / NBBY; in kern_select() 1244 if (abi_nfdbits != NFDBITS && bits != NULL) { \ in kern_select()
|
| /freebsd-14-stable/sys/sys/ |
| HD | syscallsubr.h | 283 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits); 313 fd_set *fd_ex, struct timeval *tvp, int abi_nfdbits);
|