Searched refs:linux_wait4 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1029 return (linux_wait4(td, &wait4_args)); in linux_waitpid() 1034 linux_wait4(struct thread *td, struct linux_wait4_args *args) in linux_wait4() function
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 280 …{ AS(linux_wait4_args), (sy_call_t *)linux_wait4, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /* 26…
|
| H A D | linux_proto.h | 1250 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 81 …{ AS(linux_wait4_args), (sy_call_t *)linux_wait4, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /* 61…
|
| H A D | linux_proto.h | 1295 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 134 …{ AS(linux_wait4_args), (sy_call_t *)linux_wait4, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /* 11…
|
| H A D | linux32_proto.h | 1594 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 134 …{ AS(linux_wait4_args), (sy_call_t *)linux_wait4, AUE_WAIT4, NULL, 0, 0, 0, SY_THR_STATIC }, /* 11…
|
| H A D | linux_proto.h | 1613 int linux_wait4(struct thread *, struct linux_wait4_args *);
|