Searched refs:linux_getrandom_args (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_proto.h | 1057 struct linux_getrandom_args { struct 1461 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux_sysent.c | 295 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux_systrace_args.c | 2105 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_proto.h | 1243 struct linux_getrandom_args { struct 1703 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux_sysent.c | 335 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux_systrace_args.c | 2477 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_proto.h | 1303 struct linux_getrandom_args { struct 2017 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux_sysent.c | 372 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux_systrace_args.c | 2615 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 1309 struct linux_getrandom_args { struct 2021 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux32_sysent.c | 373 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux32_systrace_args.c | 2584 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_misc.c | 2430 linux_getrandom(struct thread *td, struct linux_getrandom_args *args) in linux_getrandom()
|