tag | line | file | source code |
stopped | 1421 | drivers/char/console.c | while (!tty->stopped && count) { |
stopped | 1814 | drivers/char/console.c | if (tty->stopped) |
stopped | 741 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
stopped | 815 | drivers/char/cyclades.c | if(info->tty->stopped){ |
stopped | 818 | drivers/char/cyclades.c | info->tty->stopped = 0; |
stopped | 825 | drivers/char/cyclades.c | info->tty->stopped = 1; |
stopped | 1468 | drivers/char/cyclades.c | if (info->xmit_cnt <= 0 || tty->stopped |
stopped | 1540 | drivers/char/cyclades.c | && !tty->stopped |
stopped | 1997 | drivers/char/cyclades.c | tty->stopped = 0; |
stopped | 632 | drivers/char/keyboard.c | if (tty->stopped) |
stopped | 348 | drivers/char/n_tty.c | if (tty->stopped && I_IXON(tty) && I_IXANY(tty) && L_IEXTEN(tty)) { |
stopped | 119 | drivers/char/pty.c | if (!to || tty->stopped) |
stopped | 150 | drivers/char/pty.c | if (!to || tty->stopped) |
stopped | 420 | drivers/char/serial.c | if ((info->xmit_cnt <= 0) || info->tty->stopped || |
stopped | 1236 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 1283 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
stopped | 650 | drivers/char/tty_io.c | if (tty->stopped) |
stopped | 652 | drivers/char/tty_io.c | tty->stopped = 1; |
stopped | 664 | drivers/char/tty_io.c | if (!tty->stopped) |
stopped | 666 | drivers/char/tty_io.c | tty->stopped = 0; |
stopped | 205 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |