Searched refs:linux_waitid (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/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, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 95 = linux_waitid */
|
H A D | linux_proto.h | 1322 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd-src/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, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 284 = linux_waitid */
|
H A D | linux32_proto.h | 1951 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd-src/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, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 247 = linux_waitid */
|
H A D | linux_proto.h | 1632 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd-src/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, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 284 = linux_waitid */
|
H A D | linux_proto.h | 1947 int linux_waitid(struct thread *, struct linux_waitid_args *);
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 819 linux_waitid(struct thread *td, struct linux_waitid_args *args) in linux_waitid() function
|