tag | line | file | source code |
stopped | 1432 | drivers/char/console.c | while (!tty->stopped && count) { |
stopped | 1870 | drivers/char/console.c | if (tty->stopped) |
stopped | 844 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
stopped | 918 | drivers/char/cyclades.c | if(info->tty->stopped){ |
stopped | 921 | drivers/char/cyclades.c | info->tty->stopped = 0; |
stopped | 928 | drivers/char/cyclades.c | info->tty->stopped = 1; |
stopped | 1561 | drivers/char/cyclades.c | if (info->xmit_cnt <= 0 || tty->stopped |
stopped | 1634 | drivers/char/cyclades.c | && !tty->stopped |
stopped | 2272 | drivers/char/cyclades.c | tty->stopped = 0; |
stopped | 638 | 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 | 1788 | drivers/char/scc.c | tty->stopped = 0; |
stopped | 422 | drivers/char/serial.c | if ((info->xmit_cnt <= 0) || info->tty->stopped || |
stopped | 1284 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 1331 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
stopped | 1069 | drivers/char/stallion.c | if (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail)) |
stopped | 658 | drivers/char/tty_io.c | if (tty->stopped) |
stopped | 660 | drivers/char/tty_io.c | tty->stopped = 1; |
stopped | 672 | drivers/char/tty_io.c | if (!tty->stopped) |
stopped | 674 | drivers/char/tty_io.c | tty->stopped = 0; |
stopped | 210 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |