Home
last modified time | relevance | path

Searched refs:TTY_OTHER_CLOSED (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/tty/
Dpty.c56 set_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_close()
60 set_bit(TTY_OTHER_CLOSED, &tty->flags); in pty_close()
237 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open()
245 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
Dn_hdlc.c603 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()
Dn_tty.c2256 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()
2473 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
/linux-4.1.27/include/linux/
Dtty.h338 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */ macro
/linux-4.1.27/Documentation/serial/
Dtty.txt199 TTY_OTHER_CLOSED Device is a pty and the other side has closed.