Searched defs:getrandom_args (Results 1 – 2 of 2) sorted by relevance
116 struct getrandom_args { struct124 sys_getrandom(struct thread *td, struct getrandom_args *uap) in sys_getrandom() argument
1744 struct getrandom_args { struct1745 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)];