Searched refs:kern_pselect (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 290 int kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou,
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1036 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 D | linux_misc.c | 2160 error = kern_pselect(td, nfds, readfds, writefds, in linux_common_pselect6()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 677 error = kern_pselect(td, uap->nd, uap->in, uap->ou, uap->ex, tvp, in freebsd32_pselect()
|