taglinefilesource code
stopped1347drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1785drivers/char/console.cif (tty->stopped)
stopped862drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped936drivers/char/cyclades.cif(info->tty->stopped){
stopped939drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped946drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1585drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1658drivers/char/cyclades.c&& !tty->stopped
stopped2296drivers/char/cyclades.ctty->stopped = 0;
stopped655drivers/char/keyboard.cif (tty->stopped)
stopped355drivers/char/n_tty.cif (tty->stopped && I_IXON(tty) && I_IXANY(tty)) {
stopped121drivers/char/pty.cif (!to || tty->stopped)
stopped152drivers/char/pty.cif (!to || tty->stopped)
stopped1787drivers/char/scc.ctty->stopped = 0;    
stopped422drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1284drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1331drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped1028drivers/char/stallion.cif (tty->stopped || tty->hw_stopped || (portp->tx.head == portp->tx.tail))
stopped664drivers/char/tty_io.cif (tty->stopped)
stopped666drivers/char/tty_io.ctty->stopped = 1;
stopped678drivers/char/tty_io.cif (!tty->stopped)
stopped680drivers/char/tty_io.ctty->stopped = 0;
stopped212include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;