Searched refs:linux_waitpid (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/i386/linux/ |
| HD | linux_sysent.c | 28 …{ AS(linux_waitpid_args), (sy_call_t *)linux_waitpid, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| HD | linux_proto.h | 1183 int linux_waitpid(struct thread *, struct linux_waitpid_args *);
|
| /NextBSD/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 29 …{ AS(linux_waitpid_args), (sy_call_t *)linux_waitpid, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| HD | linux32_proto.h | 1165 int linux_waitpid(struct thread *, struct linux_waitpid_args *);
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 983 linux_waitpid(struct thread *td, struct linux_waitpid_args *args) in linux_waitpid() function
|