Searched refs:linux_getrandom_args (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_proto.h | 1048 struct linux_getrandom_args { struct 1408 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux_sysent.c | 298 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux_systrace_args.c | 2094 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_proto.h | 1229 struct linux_getrandom_args { struct 1641 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux_sysent.c | 338 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux_systrace_args.c | 2466 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_proto.h | 1291 struct linux_getrandom_args { struct 1918 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux_sysent.c | 375 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux_systrace_args.c | 2617 struct linux_getrandom_args *p = params; in systrace_args()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_misc.c | 2531 linux_getrandom(struct thread *td, struct linux_getrandom_args *args) in linux_getrandom()
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 1298 struct linux_getrandom_args { struct 1923 int linux_getrandom(struct thread *, struct linux_getrandom_args *);
|
| H A D | linux32_sysent.c | 375 …{ .sy_narg = AS(linux_getrandom_args), .sy_call = (sy_call_t *)linux_getrandom, .sy_auevent = AUE_…
|
| H A D | linux32_systrace_args.c | 2578 struct linux_getrandom_args *p = params; in systrace_args()
|