Searched refs:kern_wait (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_exit.c | 774 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/ |
| HD | syscallsubr.h | 259 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_misc.c | 138 error = kern_wait(td, WAIT_ANY, &st, 0, NULL); 1228 error = kern_wait(td, pid, &status, options, &ru);
|
| /NextBSD/sys/i386/ibcs2/ |
| HD | ibcs2_misc.c | 158 error = kern_wait(td, pid, &status, options, NULL);
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 961 error = kern_wait(td, pid, &tmpstat, options, ru); in linux_common_wait()
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 166 error = kern_wait(td, uap->pid, &status, uap->options, rup); in freebsd32_wait4()
|