taglinefilesource code
stopped1400drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1785drivers/char/console.cif (tty->stopped)
stopped740drivers/char/cyclades.cif (info->tty->stopped || info->tty->hw_stopped){
stopped814drivers/char/cyclades.cif(info->tty->stopped){
stopped817drivers/char/cyclades.cinfo->tty->stopped = 0;
stopped824drivers/char/cyclades.cinfo->tty->stopped = 1;
stopped1467drivers/char/cyclades.cif (info->xmit_cnt <= 0 || tty->stopped
stopped1539drivers/char/cyclades.c&& !tty->stopped
stopped1996drivers/char/cyclades.ctty->stopped = 0;
stopped645drivers/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)
stopped419drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1231drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1278drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped650drivers/char/tty_io.cif (tty->stopped)
stopped652drivers/char/tty_io.ctty->stopped = 1;
stopped664drivers/char/tty_io.cif (!tty->stopped)
stopped666drivers/char/tty_io.ctty->stopped = 0;
stopped205include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;