tag | line | file | source code |
stopped | 1382 | drivers/char/console.c | while (!tty->stopped && count) { |
stopped | 1821 | drivers/char/console.c | if (tty->stopped) |
stopped | 862 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
stopped | 936 | drivers/char/cyclades.c | if(info->tty->stopped){ |
stopped | 939 | drivers/char/cyclades.c | info->tty->stopped = 0; |
stopped | 946 | drivers/char/cyclades.c | info->tty->stopped = 1; |
stopped | 1585 | drivers/char/cyclades.c | if (info->xmit_cnt <= 0 || tty->stopped |
stopped | 1658 | drivers/char/cyclades.c | && !tty->stopped |
stopped | 2296 | 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 | 2047 | drivers/char/scc.c | tty->stopped = 0; |
stopped | 424 | drivers/char/serial.c | if ((info->xmit_cnt <= 0) || info->tty->stopped || |
stopped | 1299 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 1348 | 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 | 673 | drivers/char/tty_io.c | if (tty->stopped) |
stopped | 675 | drivers/char/tty_io.c | tty->stopped = 1; |
stopped | 687 | drivers/char/tty_io.c | if (!tty->stopped) |
stopped | 689 | drivers/char/tty_io.c | tty->stopped = 0; |
stopped | 210 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |