tag | line | file | source code |
stopped | 149 | include/linux/tty.h | int stopped; |
stopped | 908 | kernel/chr_drv/console.c | while (!tty->stopped && (c = get_tty_queue(tty->write_q)) >= 0) { |
stopped | 57 | kernel/chr_drv/pty.c | while (!from->stopped && !EMPTY(from->write_q)) { |
stopped | 69 | kernel/chr_drv/serial.c | if (info->tty->stopped) return; |
stopped | 79 | kernel/chr_drv/serial.c | if ((info->type != PORT_16550A) || (++i >= 14) || info->tty->stopped) |
stopped | 124 | kernel/chr_drv/serial.c | info->tty->stopped = !(status & 0x10); |
stopped | 126 | kernel/chr_drv/serial.c | if (!info->tty->stopped) |
stopped | 204 | kernel/chr_drv/tty_io.c | tty->stopped=1; |
stopped | 209 | kernel/chr_drv/tty_io.c | tty->stopped=0; |
stopped | 519 | kernel/chr_drv/tty_io.c | tty->stopped = 0; |
stopped | 281 | kernel/chr_drv/tty_ioctl.c | tty->stopped = 1; |
stopped | 285 | kernel/chr_drv/tty_ioctl.c | tty->stopped = 0; |