tag | line | file | source code |
stopped | 1347 | drivers/char/console.c | while (!tty->stopped && count) { |
stopped | 1785 | 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 | 655 | drivers/char/keyboard.c | if (tty->stopped) |
stopped | 355 | drivers/char/n_tty.c | if (tty->stopped && I_IXON(tty) && I_IXANY(tty)) { |
stopped | 121 | drivers/char/pty.c | if (!to || tty->stopped) |
stopped | 152 | drivers/char/pty.c | if (!to || tty->stopped) |
stopped | 1787 | 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 | 1028 | drivers/char/stallion.c | if (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail)) |
stopped | 664 | drivers/char/tty_io.c | if (tty->stopped) |
stopped | 666 | drivers/char/tty_io.c | tty->stopped = 1; |
stopped | 678 | drivers/char/tty_io.c | if (!tty->stopped) |
stopped | 680 | drivers/char/tty_io.c | tty->stopped = 0; |
stopped | 212 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |