Home
last modified time | relevance | path

Searched refs:urandom_fops (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Drandom.h161 extern const struct file_operations random_fops, urandom_fops;
/Linux-v6.6/drivers/char/
Dmem.c709 [9] = { "urandom", &urandom_fops, FMODE_NOWAIT, 0666 },
Drandom.c1553 const struct file_operations urandom_fops = { variable