tag | line | file | source code |
TTY_SLAVE_CLOSED | 829 | drivers/char/n_tty.c | if (tty->flags & (1 << TTY_SLAVE_CLOSED)) { |
TTY_SLAVE_CLOSED | 988 | drivers/char/n_tty.c | if (tty->flags & (1 << TTY_SLAVE_CLOSED)) |
TTY_SLAVE_CLOSED | 83 | drivers/char/pty.c | set_bit(TTY_SLAVE_CLOSED, &tty->flags); |
TTY_SLAVE_CLOSED | 86 | drivers/char/pty.c | set_bit(TTY_SLAVE_CLOSED, &tty->link->flags); |
TTY_SLAVE_CLOSED | 204 | drivers/char/pty.c | clear_bit(TTY_SLAVE_CLOSED, &tty->link->flags); |
TTY_SLAVE_CLOSED | 209 | drivers/char/pty.c | while (test_bit(TTY_SLAVE_CLOSED, &tty->link->flags) && |
TTY_SLAVE_CLOSED | 2656 | drivers/net/ppp.c | if (tty->flags & (1 << TTY_SLAVE_CLOSED)) |