taglinefilesource code
tty_termios44kernel/chr_drv/tty_io.cstruct termios *tty_termios[256]; /* We need to keep the termios state */
tty_termios738kernel/chr_drv/tty_io.cfree_termios = tty_termios[PTY_OTHER(dev)];
tty_termios739kernel/chr_drv/tty_io.ctty_termios[PTY_OTHER(dev)] = 0;
tty_termios754kernel/chr_drv/tty_io.cfree_termios = tty_termios[dev];
tty_termios755kernel/chr_drv/tty_io.ctty_termios[dev] = 0;
tty_termios865kernel/chr_drv/tty_io.cstruct termios *tp = tty_termios[line];
tty_termios872kernel/chr_drv/tty_io.cif (!tty_termios[line]) {
tty_termios874kernel/chr_drv/tty_io.cif (!tty_termios[line]) {
tty_termios896kernel/chr_drv/tty_io.ctty_termios[line] = tp;
tty_termios899kernel/chr_drv/tty_io.ctty->termios = tty_termios[line];
tty_termios921kernel/chr_drv/tty_io.ctty_termios[i] = 0;