Home
last modified time | relevance | path

Searched refs:read_random_uio (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Drandom.h62 #define read_random_uio(a, b) (*_read_random_uio)(a, b) macro
66 int read_random_uio(struct uio *, bool);
/f-stack/freebsd/kern/
H A Dsys_getrandom.c112 error = read_random_uio(&auio, (flags & GRND_NONBLOCK) != 0); in kern_getrandom()