tag | line | file | source code |
stopped | 1999 | arch/m68k/kernel/console.c | if (tty->stopped) |
stopped | 1385 | drivers/char/console.c | while (!tty->stopped && count) { |
stopped | 1826 | drivers/char/console.c | if (tty->stopped) |
stopped | 886 | drivers/char/cyclades.c | if (info->tty->stopped || info->tty->hw_stopped){ |
stopped | 1605 | drivers/char/cyclades.c | if (info->xmit_cnt <= 0 || tty->stopped |
stopped | 1678 | drivers/char/cyclades.c | && !tty->stopped |
stopped | 2310 | drivers/char/cyclades.c | tty->stopped = 0; |
stopped | 353 | drivers/char/keyb_m68k.c | if (tty->stopped) |
stopped | 666 | drivers/char/keyboard.c | if (tty->stopped) |
stopped | 355 | 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 | 473 | drivers/char/riscom8.c | || tty->stopped || tty->hw_stopped) { |
stopped | 1244 | drivers/char/riscom8.c | if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
stopped | 1286 | drivers/char/riscom8.c | if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 2047 | drivers/char/scc.c | tty->stopped = 0; |
stopped | 441 | drivers/char/serial.c | if ((info->xmit_cnt <= 0) || info->tty->stopped || |
stopped | 1333 | drivers/char/serial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 1382 | drivers/char/serial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
stopped | 986 | drivers/char/stallion.c | if (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail)) |
stopped | 688 | drivers/char/tty_io.c | if (tty->stopped) |
stopped | 690 | drivers/char/tty_io.c | tty->stopped = 1; |
stopped | 702 | drivers/char/tty_io.c | if (!tty->stopped) |
stopped | 704 | drivers/char/tty_io.c | tty->stopped = 0; |
stopped | 574 | drivers/sbus/char/sunkbd.c | if (tty->stopped) |
stopped | 469 | drivers/sbus/char/sunserial.c | if((info->xmit_cnt <= 0) || info->tty->stopped) { |
stopped | 1047 | drivers/sbus/char/sunserial.c | if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped || |
stopped | 1114 | drivers/sbus/char/sunserial.c | if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped && |
stopped | 305 | include/asm-m68k/serial.h | if (info->xmit_cnt <= 0 || info->tty->stopped || info->tty->hw_stopped) |
stopped | 318 | include/asm-m68k/serial.h | info->tty->stopped || |
stopped | 216 | include/linux/tty.h | unsigned char stopped:1, hw_stopped:1, packet:1; |