Searched refs:line_open (Results 1 – 4 of 4) sorted by relevance
62 extern int line_open(struct line *lines, struct tty_struct *tty);
94 int err = line_open(vts, tty); in con_open()
92 int err = line_open(serial_lines, tty); in ssl_open()
397 int line_open(struct line *lines, struct tty_struct *tty) in line_open() function