taglinefilesource code
TTY_SLAVE_CLOSED50drivers/char/pty.cset_bit(TTY_SLAVE_CLOSED, &tty->link->flags);
TTY_SLAVE_CLOSED103drivers/char/pty.cclear_bit(TTY_SLAVE_CLOSED, &tty->link->flags);
TTY_SLAVE_CLOSED1008drivers/char/tty_io.cif (tty->flags & (1 << TTY_SLAVE_CLOSED)) {
TTY_SLAVE_CLOSED1586drivers/char/tty_io.cif (tty->flags & (1 << TTY_SLAVE_CLOSED))