| tag | line | file | source code |
|---|---|---|---|
| tp_loc | 718 | drivers/char/tty_io.c | struct termios *tp, **tp_loc, *o_tp, **o_tp_loc; |
| tp_loc | 736 | drivers/char/tty_io.c | tp_loc = &driver->termios[idx]; |
| tp_loc | 754 | drivers/char/tty_io.c | if (!*tp_loc && !tp) { |
| tp_loc | 808 | drivers/char/tty_io.c | if (!*tp_loc) { |
| tp_loc | 809 | drivers/char/tty_io.c | *tp_loc = tp; |
| tp_loc | 817 | drivers/char/tty_io.c | tty->termios = *tp_loc; |