taglinefilesource code
tty_termios55kernel/chr_drv/tty_io.cstruct termios *tty_termios[MAX_TTYS]; /* We need to keep the termios state */
tty_termios1016kernel/chr_drv/tty_io.cif (!tty_termios[dev] && !tp) {
tty_termios1031kernel/chr_drv/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
tty_termios1040kernel/chr_drv/tty_io.cif (!tty_termios[dev]) {
tty_termios1041kernel/chr_drv/tty_io.ctty_termios[dev] = tp;
tty_termios1045kernel/chr_drv/tty_io.ctty->termios = tty_termios[dev];
tty_termios1050kernel/chr_drv/tty_io.cif (!tty_termios[o_dev]) {
tty_termios1051kernel/chr_drv/tty_io.ctty_termios[o_dev] = o_tp;
tty_termios1055kernel/chr_drv/tty_io.co_tty->termios = tty_termios[o_dev];
tty_termios1090kernel/chr_drv/tty_io.ctp = tty_termios[dev];
tty_termios1103kernel/chr_drv/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
tty_termios1152kernel/chr_drv/tty_io.ctty_termios[PTY_OTHER(dev)] = NULL;
tty_termios1157kernel/chr_drv/tty_io.ctty_termios[dev] = NULL;
tty_termios1523kernel/chr_drv/tty_io.ctty_termios[i] = 0;