Searched refs:kern_pdwait (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_exit.c | 925 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 D | syscallsubr.h | 289 int kern_pdwait(struct thread *td, int fd, int *status,
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 300 error = kern_pdwait(td, uap->fd, &status, uap->options, wrup, sip); in freebsd32_pdwait()
|