Searched refs:o_tty (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c948 struct tty_struct *o_tty; local
984 o_tty = tty->link;
994 if (tty->ldisc.refcount || (o_tty && o_tty->ldisc.refcount)) {
1011 if(o_tty && o_tty->ldisc.refcount) {
1014 if (wait_event_interruptible(tty_ldisc_wait, o_tty->ldisc.refcount == 0) < 0)
1031 if (o_tty)
1032 clear_bit(TTY_LDISC, &o_tty->flags);
1091 if (o_tty)
1926 struct tty_struct *tty, *o_tty; local
2211 struct tty_struct *tty, *o_tty; local
[all...]
H A Dpty.c80 struct tty_struct *o_tty = tty->link; local
82 if (!o_tty)
85 tty_wakeup(o_tty);

Completed in 109 milliseconds