tag
line
file
source code
pty_open
253
include/linux/tty.h
extern int pty_open(unsigned int dev, struct file * filp);
pty_open
540
kernel/chr_drv/tty_io.c
retval = pty_open(dev,filp);