Home
last modified time | relevance | path

Searched refs:kern_pdwait (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_exit.c925 error = kern_pdwait(td, uap->fd, &status, uap->options, wrup, sip); in sys_pdwait()
1507 kern_pdwait(struct thread *td, int fd, int *status, in kern_pdwait() function
/freebsd/sys/sys/
H A Dsyscallsubr.h289 int kern_pdwait(struct thread *td, int fd, int *status,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c300 error = kern_pdwait(td, uap->fd, &status, uap->options, wrup, sip); in freebsd32_pdwait()