| tag | line | file | source code |
| tty_termios | 44 | kernel/chr_drv/tty_io.c | struct termios *tty_termios[256]; /* We need to keep the termios state */ |
| tty_termios | 738 | kernel/chr_drv/tty_io.c | free_termios = tty_termios[PTY_OTHER(dev)]; |
| tty_termios | 739 | kernel/chr_drv/tty_io.c | tty_termios[PTY_OTHER(dev)] = 0; |
| tty_termios | 754 | kernel/chr_drv/tty_io.c | free_termios = tty_termios[dev]; |
| tty_termios | 755 | kernel/chr_drv/tty_io.c | tty_termios[dev] = 0; |
| tty_termios | 865 | kernel/chr_drv/tty_io.c | struct termios *tp = tty_termios[line]; |
| tty_termios | 872 | kernel/chr_drv/tty_io.c | if (!tty_termios[line]) { |
| tty_termios | 874 | kernel/chr_drv/tty_io.c | if (!tty_termios[line]) { |
| tty_termios | 896 | kernel/chr_drv/tty_io.c | tty_termios[line] = tp; |
| tty_termios | 899 | kernel/chr_drv/tty_io.c | tty->termios = tty_termios[line]; |
| tty_termios | 921 | kernel/chr_drv/tty_io.c | tty_termios[i] = 0; |