Searched refs:getrandom_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | sys_getrandom.c | 85 struct getrandom_args { struct 93 sys_getrandom(struct thread *td, struct getrandom_args *uap) in sys_getrandom() argument
|
| H A D | init_sysent.c | 615 …{ AS(getrandom_args), (sy_call_t *)sys_getrandom, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STA…
|
| H A D | systrace_args.c | 3262 struct getrandom_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 649 …{ AS(getrandom_args), (sy_call_t *)sys_getrandom, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STA…
|
| H A D | freebsd32_systrace_args.c | 3270 struct getrandom_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1768 struct getrandom_args { struct 2172 int sys_getrandom(struct thread *, struct getrandom_args *);
|