Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_exit.c774 error = kern_wait(td, WAIT_ANY, &status, 0, NULL); in owait()
794 error = kern_wait(td, uap->pid, &status, uap->options, rup); in sys_wait4()
1133 kern_wait(struct thread *td, pid_t pid, int *status, int options, in kern_wait() function
/NextBSD/sys/sys/
HDsyscallsubr.h259 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
/NextBSD/sys/compat/svr4/
HDsvr4_misc.c138 error = kern_wait(td, WAIT_ANY, &st, 0, NULL);
1228 error = kern_wait(td, pid, &status, options, &ru);
/NextBSD/sys/i386/ibcs2/
HDibcs2_misc.c158 error = kern_wait(td, pid, &status, options, NULL);
/NextBSD/sys/compat/linux/
HDlinux_misc.c961 error = kern_wait(td, pid, &tmpstat, options, ru); in linux_common_wait()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_misc.c166 error = kern_wait(td, uap->pid, &status, uap->options, rup); in freebsd32_wait4()