tag | line | file | source code |
tty_termios | 55 | kernel/chr_drv/tty_io.c | struct termios *tty_termios[MAX_TTYS]; /* We need to keep the termios state */ |
tty_termios | 1016 | kernel/chr_drv/tty_io.c | if (!tty_termios[dev] && !tp) { |
tty_termios | 1031 | kernel/chr_drv/tty_io.c | if (!tty_termios[o_dev] && !o_tp) { |
tty_termios | 1040 | kernel/chr_drv/tty_io.c | if (!tty_termios[dev]) { |
tty_termios | 1041 | kernel/chr_drv/tty_io.c | tty_termios[dev] = tp; |
tty_termios | 1045 | kernel/chr_drv/tty_io.c | tty->termios = tty_termios[dev]; |
tty_termios | 1050 | kernel/chr_drv/tty_io.c | if (!tty_termios[o_dev]) { |
tty_termios | 1051 | kernel/chr_drv/tty_io.c | tty_termios[o_dev] = o_tp; |
tty_termios | 1055 | kernel/chr_drv/tty_io.c | o_tty->termios = tty_termios[o_dev]; |
tty_termios | 1090 | kernel/chr_drv/tty_io.c | tp = tty_termios[dev]; |
tty_termios | 1103 | kernel/chr_drv/tty_io.c | o_tp = tty_termios[PTY_OTHER(dev)]; |
tty_termios | 1152 | kernel/chr_drv/tty_io.c | tty_termios[PTY_OTHER(dev)] = NULL; |
tty_termios | 1157 | kernel/chr_drv/tty_io.c | tty_termios[dev] = NULL; |
tty_termios | 1523 | kernel/chr_drv/tty_io.c | tty_termios[i] = 0; |