Searched refs:urandom_read_nowarn (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/char/ |
D | random.c | 1829 urandom_read_nowarn(struct file *file, char __user *buf, size_t nbytes, in urandom_read_nowarn() function 1856 return urandom_read_nowarn(file, buf, nbytes, ppos); in urandom_read() 1867 return urandom_read_nowarn(file, buf, nbytes, ppos); in random_read() 2032 return urandom_read_nowarn(NULL, buf, count, NULL); in SYSCALL_DEFINE3()
|