| tag | line | file | source code |
| stopped | 1073 | drivers/char/console.c | while (!tty->stopped && count) { |
| stopped | 1387 | drivers/char/console.c | if (tty->stopped) |
| stopped | 439 | drivers/char/keyboard.c | if (tty->stopped) |
| stopped | 347 | drivers/char/n_tty.c | if (tty->stopped && I_IXON(tty) && I_IXANY(tty) && L_IEXTEN(tty)) { |
| stopped | 95 | drivers/char/pty.c | if (!to || tty->stopped) |
| stopped | 126 | drivers/char/pty.c | if (!to || tty->stopped) |
| stopped | 287 | drivers/char/serial.c | tty->stopped = 0; |
| stopped | 408 | drivers/char/serial.c | if (!info->xmit_cnt || info->tty->stopped || info->tty->hw_stopped) { |
| stopped | 1197 | drivers/char/serial.c | if (!tty || tty->stopped || tty->hw_stopped || !info->xmit_buf) |
| stopped | 1216 | drivers/char/serial.c | if (info->xmit_cnt == 0 || tty->stopped || tty->hw_stopped || |
| stopped | 1259 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
| stopped | 1782 | drivers/char/serial.c | tty->stopped = 0; /* Force flush to succeed */ |
| stopped | 601 | drivers/char/tty_io.c | if (tty->stopped) |
| stopped | 603 | drivers/char/tty_io.c | tty->stopped = 1; |
| stopped | 615 | drivers/char/tty_io.c | if (!tty->stopped) |
| stopped | 617 | drivers/char/tty_io.c | tty->stopped = 0; |
| stopped | 197 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |