tag | line | file | source code |
---|---|---|---|
random_fops | 351 | drivers/char/mem.c | filp->f_op = &random_fops; |
random_fops | 798 | drivers/char/random.c | struct file_operations random_fops = { |
random_fops | 39 | include/linux/random.h | struct file_operations random_fops, urandom_fops; |