taglinefilesource code
TTY_IO_ERROR611kernel/chr_drv/serial.cclear_bit(TTY_IO_ERROR, &info->tty->flags);
TTY_IO_ERROR630kernel/chr_drv/serial.cset_bit(TTY_IO_ERROR, &info->tty->flags);
TTY_IO_ERROR951kernel/chr_drv/serial.cset_bit(TTY_IO_ERROR, &tty->flags);
TTY_IO_ERROR820kernel/chr_drv/tty_io.cif (!tty || (tty->flags & (1 << TTY_IO_ERROR)))
TTY_IO_ERROR856kernel/chr_drv/tty_io.cif (!tty || !tty->write || (tty->flags & (1 << TTY_IO_ERROR)))