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