Searched refs:linux_prctl (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/sys/arm64/linux/ |
H A D | linux_sysent.c | 184 { .sy_narg = AS(linux_prctl_args), .sy_call = (sy_call_t *)linux_prctl, .sy_auevent = AUE_PRCTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 167 = linux_prctl */
|
H A D | linux_proto.h | 1378 int linux_prctl(struct thread *, struct linux_prctl_args *);
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 190 { .sy_narg = AS(linux_prctl_args), .sy_call = (sy_call_t *)linux_prctl, .sy_auevent = AUE_PRCTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 172 = linux_prctl */
|
H A D | linux32_proto.h | 1863 int linux_prctl(struct thread *, struct linux_prctl_args *);
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_sysent.c | 174 { .sy_narg = AS(linux_prctl_args), .sy_call = (sy_call_t *)linux_prctl, .sy_auevent = AUE_PRCTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 157 = linux_prctl */
|
H A D | linux_proto.h | 1561 int linux_prctl(struct thread *, struct linux_prctl_args *);
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_sysent.c | 189 { .sy_narg = AS(linux_prctl_args), .sy_call = (sy_call_t *)linux_prctl, .sy_auevent = AUE_PRCTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 172 = linux_prctl */
|
H A D | linux_proto.h | 1858 int linux_prctl(struct thread *, struct linux_prctl_args *);
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 1690 linux_prctl(struct thread *td, struct linux_prctl_args *args) in linux_prctl() function
|