taglinefilesource code
stopped1385drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1826drivers/char/console.cif (tty->stopped)
stopped868drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped942drivers/char/cyclades.cif(info->tty->stopped){
stopped945drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped952drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1591drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1664drivers/char/cyclades.c&& !tty->stopped
stopped2302drivers/char/cyclades.ctty->stopped = 0;
stopped648drivers/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)
stopped2047drivers/char/scc.ctty->stopped = 0;
stopped426drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1312drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1361drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped1071drivers/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;
stopped214include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;