taglinefilesource code
stopped1433drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1871drivers/char/console.cif (tty->stopped)
stopped806drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped880drivers/char/cyclades.cif(info->tty->stopped){
stopped883drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped890drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1538drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1610drivers/char/cyclades.c&& !tty->stopped
stopped2239drivers/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)
stopped1637drivers/char/scc.ctty->stopped = 0;    
stopped423drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1285drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1332drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped656drivers/char/tty_io.cif (tty->stopped)
stopped658drivers/char/tty_io.ctty->stopped = 1;
stopped670drivers/char/tty_io.cif (!tty->stopped)
stopped672drivers/char/tty_io.ctty->stopped = 0;
stopped210include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;