Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exit.c897 error = kern_wait6(td, idtype, id, &status, uap->options, wrup, sip); in sys_wait6()
1232 ret = kern_wait6(td, idtype, id, status, options, wrup, NULL); in kern_wait()
1274 kern_wait6(struct thread *td, idtype_t idtype, id_t id, int *status, in kern_wait6() function
/freebsd/sys/sys/
H A Dsyscallsubr.h395 int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
/freebsd/sys/compat/linux/
H A Dlinux_misc.c726 error = kern_wait6(td, idtype, id, &status, options, in linux_common_wait()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c265 error = kern_wait6(td, uap->idtype, PAIR32TO64(id_t, uap->id), in freebsd32_wait6()