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