| tag | line | file | source code |
|---|---|---|---|
| o_tp_loc | 718 | drivers/char/tty_io.c | struct termios *tp, **tp_loc, *o_tp, **o_tp_loc; |
| o_tp_loc | 733 | drivers/char/tty_io.c | o_tp_loc = o_ltp_loc = NULL; |
| o_tp_loc | 772 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
| o_tp_loc | 789 | drivers/char/tty_io.c | if (!*o_tp_loc && !o_tp) { |
| o_tp_loc | 834 | drivers/char/tty_io.c | if (!*o_tp_loc) { |
| o_tp_loc | 835 | drivers/char/tty_io.c | *o_tp_loc = o_tp; |
| o_tp_loc | 843 | drivers/char/tty_io.c | o_tty->termios = *o_tp_loc; |