Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drandom.h161 extern const struct file_operations random_fops, urandom_fops;
/openbmc/linux/drivers/char/
H A Dmem.c709 [8] = { "random", &random_fops, FMODE_NOWAIT, 0666 },
H A Drandom.c1541 const struct file_operations random_fops = { variable