Searched refs:linux_wait4 (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_misc.c | 992 return (linux_wait4(td, &wait4_args)); in linux_waitpid() 997 linux_wait4(struct thread *td, struct linux_wait4_args *args) in linux_wait4() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 81 …{ .sy_narg = AS(linux_wait4_args), .sy_call = (sy_call_t *)linux_wait4, .sy_auevent = AUE_WAIT4, .…
|
| H A D | linux_proto.h | 1431 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 134 …{ .sy_narg = AS(linux_wait4_args), .sy_call = (sy_call_t *)linux_wait4, .sy_auevent = AUE_WAIT4, .…
|
| H A D | linux32_proto.h | 1724 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 134 …{ .sy_narg = AS(linux_wait4_args), .sy_call = (sy_call_t *)linux_wait4, .sy_auevent = AUE_WAIT4, .…
|
| H A D | linux_proto.h | 1718 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 134 …{ .sy_narg = AS(linux_wait4_args), .sy_call = (sy_call_t *)linux_wait4, .sy_auevent = AUE_WAIT4, .…
|
| H A D | linux_proto.h | 1295 int linux_wait4(struct thread *, struct linux_wait4_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 280 …{ .sy_narg = AS(linux_wait4_args), .sy_call = (sy_call_t *)linux_wait4, .sy_auevent = AUE_WAIT4, .…
|
| H A D | linux_proto.h | 1390 int linux_wait4(struct thread *, struct linux_wait4_args *);
|