Searched refs:read_random_uio (Results 1 – 2 of 2) sorted by relevance
62 #define read_random_uio(a, b) (*_read_random_uio)(a, b) macro66 int read_random_uio(struct uio *, bool);
112 error = read_random_uio(&auio, (flags & GRND_NONBLOCK) != 0); in kern_getrandom()