taglinefilesource code
tp_loc775drivers/char/tty_io.cstruct termios *tp, **tp_loc, *o_tp, **o_tp_loc;
tp_loc793drivers/char/tty_io.ctp_loc = &driver->termios[idx];
tp_loc811drivers/char/tty_io.cif (!*tp_loc && !tp) {
tp_loc865drivers/char/tty_io.cif (!*tp_loc) {
tp_loc866drivers/char/tty_io.c*tp_loc = tp;
tp_loc874drivers/char/tty_io.ctty->termios = *tp_loc;