Searched refs:urandom_read_nowarn (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/ |
A D | random.c | 1805 urandom_read_nowarn(struct file *file, char __user *buf, size_t nbytes, in urandom_read_nowarn() function 1832 return urandom_read_nowarn(file, buf, nbytes, ppos); in urandom_read() 1843 return urandom_read_nowarn(file, buf, nbytes, ppos); in random_read() 2008 return urandom_read_nowarn(NULL, buf, count, NULL); in SYSCALL_DEFINE3()
|
Completed in 8 milliseconds