taglinefilesource code
stopped1119drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1436drivers/char/console.cif (tty->stopped)
stopped446drivers/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)
stopped415drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1217drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1264drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped602drivers/char/tty_io.cif (tty->stopped)
stopped604drivers/char/tty_io.ctty->stopped = 1;
stopped616drivers/char/tty_io.cif (!tty->stopped)
stopped618drivers/char/tty_io.ctty->stopped = 0;
stopped199include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;