Home
last modified time | relevance | path

Searched defs:getrandom_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsys_getrandom.c116 struct getrandom_args { struct
124 sys_getrandom(struct thread *td, struct getrandom_args *uap) in sys_getrandom() argument
/freebsd/sys/sys/
H A Dsysproto.h1744 struct getrandom_args { struct
1745 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)];
1746 char buflen_l_[PADL_(size_t)]; size_t buflen; char buflen_r_[PADR_(size_t)];
1747 char flags_l_[PADL_(unsigned int)]; unsigned int flags; char flags_r_[PADR_(unsigned int)];