taglinefilesource code
tp_loc761drivers/char/tty_io.cstruct termios *tp, **tp_loc, *o_tp, **o_tp_loc;
tp_loc779drivers/char/tty_io.ctp_loc = &driver->termios[idx];
tp_loc797drivers/char/tty_io.cif (!*tp_loc && !tp) {
tp_loc851drivers/char/tty_io.cif (!*tp_loc) {
tp_loc852drivers/char/tty_io.c*tp_loc = tp;
tp_loc860drivers/char/tty_io.ctty->termios = *tp_loc;