tag
line
file
source code
con_open
371
include/linux/tty.h
extern int con_open(struct tty_struct * tty, struct file * filp);
con_open
1467
kernel/chr_drv/tty_io.c
tty->open = con_open;