Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dpty.c65 set_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_close()
69 set_bit(TTY_OTHER_CLOSED, &tty->flags); in pty_close()
244 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in pty_open()
252 clear_bit(TTY_OTHER_CLOSED, &tty->link->flags); in pty_open()
Dn_hdlc.c585 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_hdlc_tty_read()
818 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_hdlc_tty_poll()
Dn_tty.c2186 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) { in n_tty_read()
2402 if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) in n_tty_poll()
/Linux-v4.19/include/linux/
Dtty.h361 #define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */ macro
/Linux-v4.19/Documentation/serial/
Dtty.txt211 TTY_OTHER_CLOSED Device is a pty and the other side has closed.