taglinefilesource code
stopped1999arch/m68k/kernel/console.cif (tty->stopped)
stopped1385drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1826drivers/char/console.cif (tty->stopped)
stopped886drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped1605drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1678drivers/char/cyclades.c&& !tty->stopped
stopped2310drivers/char/cyclades.ctty->stopped = 0;
stopped353drivers/char/keyb_m68k.cif (tty->stopped)
stopped666drivers/char/keyboard.cif (tty->stopped)
stopped355drivers/char/n_tty.cif (tty->stopped && I_IXON(tty) && I_IXANY(tty)) {
stopped119drivers/char/pty.cif (!to || tty->stopped)
stopped150drivers/char/pty.cif (!to || tty->stopped)
stopped473drivers/char/riscom8.c|| tty->stopped || tty->hw_stopped)  {
stopped1244drivers/char/riscom8.cif (port->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped1286drivers/char/riscom8.cif (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped2047drivers/char/scc.ctty->stopped = 0;
stopped441drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1333drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1382drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped986drivers/char/stallion.cif (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail))
stopped688drivers/char/tty_io.cif (tty->stopped)
stopped690drivers/char/tty_io.ctty->stopped = 1;
stopped702drivers/char/tty_io.cif (!tty->stopped)
stopped704drivers/char/tty_io.ctty->stopped = 0;
stopped574drivers/sbus/char/sunkbd.cif (tty->stopped)
stopped469drivers/sbus/char/sunserial.cif((info->xmit_cnt <= 0) || info->tty->stopped) {
stopped1047drivers/sbus/char/sunserial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1114drivers/sbus/char/sunserial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped305include/asm-m68k/serial.hif (info->xmit_cnt <= 0 || info->tty->stopped || info->tty->hw_stopped)
stopped318include/asm-m68k/serial.hinfo->tty->stopped ||
stopped216include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;