taglinefilesource code
tp_loc759drivers/char/tty_io.cstruct termios *tp, **tp_loc, *o_tp, **o_tp_loc;
tp_loc777drivers/char/tty_io.ctp_loc = &driver->termios[idx];
tp_loc795drivers/char/tty_io.cif (!*tp_loc && !tp) {
tp_loc849drivers/char/tty_io.cif (!*tp_loc) {
tp_loc850drivers/char/tty_io.c*tp_loc = tp;
tp_loc858drivers/char/tty_io.ctty->termios = *tp_loc;