Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_exit.c765 error = kern_wait(td, WAIT_ANY, &status, 0, NULL); in owait()
785 error = kern_wait(td, uap->pid, &status, uap->options, rup); in sys_wait4()
1121 kern_wait(struct thread *td, pid_t pid, int *status, int options, in kern_wait() function
/freebsd-12-stable/sys/sys/
Dsyscallsubr.h313 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_misc.c156 error = kern_wait(td, pid, &status, options, NULL); in ibcs2_wait()
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c185 error = kern_wait(td, uap->pid, &status, uap->options, rup); in freebsd32_wait4()