tag | line | file | source code |
stopped | 1433 | drivers/char/console.c | while (!tty->stopped && count) { |
stopped | 1871 | drivers/char/console.c | if (tty->stopped) |
stopped | 806 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
stopped | 880 | drivers/char/cyclades.c | if(info->tty->stopped){ |
stopped | 883 | drivers/char/cyclades.c | info->tty->stopped = 0; |
stopped | 890 | drivers/char/cyclades.c | info->tty->stopped = 1; |
stopped | 1538 | drivers/char/cyclades.c | if (info->xmit_cnt <= 0 || tty->stopped |
stopped | 1610 | drivers/char/cyclades.c | && !tty->stopped |
stopped | 2239 | drivers/char/cyclades.c | tty->stopped = 0; |
stopped | 639 | drivers/char/keyboard.c | if (tty->stopped) |
stopped | 348 | drivers/char/n_tty.c | if (tty->stopped && I_IXON(tty) && I_IXANY(tty)) { |
stopped | 119 | drivers/char/pty.c | if (!to || tty->stopped) |
stopped | 150 | drivers/char/pty.c | if (!to || tty->stopped) |
stopped | 1637 | drivers/char/scc.c | tty->stopped = 0; |
stopped | 423 | drivers/char/serial.c | if ((info->xmit_cnt <= 0) || info->tty->stopped || |
stopped | 1285 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 1332 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
stopped | 656 | drivers/char/tty_io.c | if (tty->stopped) |
stopped | 658 | drivers/char/tty_io.c | tty->stopped = 1; |
stopped | 670 | drivers/char/tty_io.c | if (!tty->stopped) |
stopped | 672 | drivers/char/tty_io.c | tty->stopped = 0; |
stopped | 210 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |