Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h240 int kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou,
/f-stack/freebsd/kern/
H A Dsys_generic.c964 return (kern_pselect(td, uap->nd, uap->in, uap->ou, uap->ex, tvp, in sys_pselect()
969 kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou, fd_set *ex, in kern_pselect() function