Searched refs:urandom_fops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | random.h | 138 extern const struct file_operations random_fops, urandom_fops;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | random.h | 161 extern const struct file_operations random_fops, urandom_fops;
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | mem.c | 709 [9] = { "urandom", &urandom_fops, FMODE_NOWAIT, 0666 },
|
H A D | random.c | 1553 const struct file_operations urandom_fops = { variable
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | mem.c | 985 [9] = { "urandom", 0666, &urandom_fops, FMODE_NOWAIT },
|
H A D | random.c | 1398 const struct file_operations urandom_fops = { variable
|
Completed in 8 milliseconds