Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_exit.c832 error = kern_wait6(td, idtype, id, &status, uap->options, wrup, sip); in sys_wait6()
1171 ret = kern_wait6(td, idtype, id, status, options, wrup, NULL); in kern_wait()
1210 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, in kern_wait6() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h336 int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,