taglinefilesource code
stopped1361drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1747drivers/char/console.cif (tty->stopped)
stopped803drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped877drivers/char/cyclades.cif(info->tty->stopped){
stopped880drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped887drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1535drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1607drivers/char/cyclades.c&& !tty->stopped
stopped2236drivers/char/cyclades.ctty->stopped = 0;
stopped639drivers/char/keyboard.cif (tty->stopped)
stopped348drivers/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)
stopped423drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1260drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1307drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped644drivers/char/tty_io.cif (tty->stopped)
stopped646drivers/char/tty_io.ctty->stopped = 1;
stopped658drivers/char/tty_io.cif (!tty->stopped)
stopped660drivers/char/tty_io.ctty->stopped = 0;
stopped205include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;