Searched refs:backup_tty (Results 1 – 2 of 2) sorted by relevance
161 struct tty_struct *backup_tty; /* TTY to use if tty gets closed */ member298 if (tty == n_hdlc->backup_tty) in n_hdlc_tty_close()299 n_hdlc->backup_tty = 0; in n_hdlc_tty_close()302 if (n_hdlc->backup_tty) { in n_hdlc_tty_close()303 n_hdlc->tty = n_hdlc->backup_tty; in n_hdlc_tty_close()
88 struct tty_struct *backup_tty; /* TTY to use if tty gets closed */ member