Searched refs:TTY_OTHER_CLOSED (Results 1 – 5 of 5) sorted by relevance
61 set_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_close()65 set_bit(TTY_OTHER_CLOSED, &tty->flags); in pty_close()242 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open()250 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
603 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read()831 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
2235 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()2449 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
337 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */ macro
214 TTY_OTHER_CLOSED Device is a pty and the other side has closed.