Searched refs:linux_waitid (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 112 …{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6,…
|
H A D | linux_proto.h | 1325 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 819 linux_waitid(struct thread *td, struct linux_waitid_args *args) in linux_waitid() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 301 …{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6,…
|
H A D | linux_proto.h | 1950 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 264 …{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6,…
|
H A D | linux_proto.h | 1635 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 302 …{ .sy_narg = AS(linux_waitid_args), .sy_call = (sy_call_t *)linux_waitid, .sy_auevent = AUE_WAIT6,…
|
H A D | linux32_proto.h | 1954 int linux_waitid(struct thread *, struct linux_waitid_args *);
|