Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dvmlogrdr.c89 static int vmlogrdr_open(struct inode *, struct file *);
96 .open = vmlogrdr_open,
309 static int vmlogrdr_open (struct inode *inode, struct file *filp) in vmlogrdr_open() function