Searched refs:linux_getrandom_args (Results 1 – 13 of 13) sorted by relevance
| /src/sys/arm64/linux/ |
| H A D | linux_proto.h | 1060 struct linux_getrandom_args { struct 1464 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 | 2113 struct linux_getrandom_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux/ |
| H A D | linux_proto.h | 1246 struct linux_getrandom_args { struct 1706 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 | 2485 struct linux_getrandom_args *p = params; in systrace_args()
|
| /src/sys/i386/linux/ |
| H A D | linux_proto.h | 1306 struct linux_getrandom_args { struct 2020 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 | 2625 struct linux_getrandom_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 1312 struct linux_getrandom_args { struct 2024 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 | 2594 struct linux_getrandom_args *p = params; in systrace_args()
|
| /src/sys/compat/linux/ |
| H A D | linux_misc.c | 2433 linux_getrandom(struct thread *td, struct linux_getrandom_args *args) in linux_getrandom()
|