Home
last modified time | relevance | path

Searched refs:backup_tty (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dn_hdlc.c161 struct tty_struct *backup_tty; /* TTY to use if tty gets closed */ member
298 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()
/linux-2.4.37.9/include/linux/
Dif_pppvar.h88 struct tty_struct *backup_tty; /* TTY to use if tty gets closed */ member