taglinefilesource code
tp_loc780drivers/char/tty_io.cstruct termios *tp, **tp_loc, *o_tp, **o_tp_loc;
tp_loc798drivers/char/tty_io.ctp_loc = &driver->termios[idx];
tp_loc816drivers/char/tty_io.cif (!*tp_loc && !tp) {
tp_loc870drivers/char/tty_io.cif (!*tp_loc) {
tp_loc871drivers/char/tty_io.c*tp_loc = tp;
tp_loc879drivers/char/tty_io.ctty->termios = *tp_loc;