Home
last modified time | relevance | path

Searched refs:kern_pselect (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dsyscallsubr.h290 int kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou,
/freebsd/sys/kern/
H A Dsys_generic.c1036 return (kern_pselect(td, uap->nd, uap->in, uap->ou, uap->ex, tvp, in sys_pselect()
1041 kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou, fd_set *ex, in kern_pselect() function
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2160 error = kern_pselect(td, nfds, readfds, writefds, in linux_common_pselect6()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c677 error = kern_pselect(td, uap->nd, uap->in, uap->ou, uap->ex, tvp, in freebsd32_pselect()