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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c827 if(test_bit(TTY_LDISC, &tty->flags))
915 * Set the TTY_LDISC flag when the line discipline can be called
924 set_bit(TTY_LDISC, &tty->flags);
988 * reference to the line discipline. The TTY_LDISC bit
1020 /* if the TTY_LDISC bit is set, then we are racing against another ldisc change */
1022 if (!test_bit(TTY_LDISC, &tty->flags)) {
1030 clear_bit(TTY_LDISC, &tty->flags);
1032 clear_bit(TTY_LDISC, &o_tty->flags);
2128 if(!test_bit(TTY_LDISC, &tty->flags))
2421 clear_bit(TTY_LDISC,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h270 #define TTY_LDISC 9 /* Line discipline attached */ macro

Completed in 53 milliseconds