Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dline.h60 extern int line_open(struct tty_struct *tty, struct file *filp);
H A Dstdio_console.c99 .open = line_open,
H A Dssl.c93 .open = line_open,
H A Dline.c323 int line_open(struct tty_struct *tty, struct file *filp) in line_open() function