tag | line | file | source code |
---|---|---|---|
char_error | 206 | include/linux/tty.h | unsigned char char_error:2; |
char_error | 504 | kernel/chr_drv/tty_io.c | tty->char_error = c & 3; |
char_error | 507 | kernel/chr_drv/tty_io.c | if (tty->char_error) { |
char_error | 508 | kernel/chr_drv/tty_io.c | if (tty->char_error == TTY_BREAK) { |
char_error | 509 | kernel/chr_drv/tty_io.c | tty->char_error = 0; |
char_error | 520 | kernel/chr_drv/tty_io.c | tty->char_error = 0; |