Searched refs:kern_wait (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_exit.c | 765 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/ |
| D | syscallsubr.h | 313 int kern_wait(struct thread *td, pid_t pid, int *status, int options,
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_misc.c | 156 error = kern_wait(td, pid, &status, options, NULL); in ibcs2_wait()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_misc.c | 185 error = kern_wait(td, uap->pid, &status, uap->options, rup); in freebsd32_wait4()
|