taglinefilesource code
stopped1359drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1748drivers/char/console.cif (tty->stopped)
stopped741drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped815drivers/char/cyclades.cif(info->tty->stopped){
stopped818drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped825drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1468drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1540drivers/char/cyclades.c&& !tty->stopped
stopped1997drivers/char/cyclades.ctty->stopped = 0;
stopped638drivers/char/keyboard.cif (tty->stopped)
stopped348drivers/char/n_tty.cif (tty->stopped && I_IXON(tty) && I_IXANY(tty) && L_IEXTEN(tty)) {
stopped119drivers/char/pty.cif (!to || tty->stopped)
stopped150drivers/char/pty.cif (!to || tty->stopped)
stopped420drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1236drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1283drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped643drivers/char/tty_io.cif (tty->stopped)
stopped645drivers/char/tty_io.ctty->stopped = 1;
stopped657drivers/char/tty_io.cif (!tty->stopped)
stopped659drivers/char/tty_io.ctty->stopped = 0;
stopped205include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;