read_random_uio
error = read_random_uio(&uio, args->flags & LINUX_GRND_NONBLOCK);
return ((read_random_uio)(uio, (flags & O_NONBLOCK) != 0));
(read_random_uio)(struct uio *uio, bool nonblock)
static int (read_random_uio)(struct uio *, bool);
_read_random_uio = (read_random_uio);
error = read_random_uio(&auio, (flags & GRND_NONBLOCK) != 0);
int read_random_uio(struct uio *, bool);