taglinefilesource code
tp_loc799drivers/char/tty_io.cstruct termios *tp, **tp_loc, *o_tp, **o_tp_loc;
tp_loc817drivers/char/tty_io.ctp_loc = &driver->termios[idx];
tp_loc835drivers/char/tty_io.cif (!*tp_loc && !tp) {
tp_loc889drivers/char/tty_io.cif (!*tp_loc) {
tp_loc890drivers/char/tty_io.c*tp_loc = tp;
tp_loc898drivers/char/tty_io.ctty->termios = *tp_loc;