Searched refs:kern_wait6 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 832 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 D | syscallsubr.h | 336 int kern_wait6(struct thread *td, enum idtype idtype, id_t id, int *status,
|