| tag | line | file | source code |
|---|---|---|---|
| o_ltp_loc | 716 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
| o_ltp_loc | 730 | drivers/char/tty_io.c | o_tp_loc = o_ltp_loc = NULL; |
| o_ltp_loc | 770 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
| o_ltp_loc | 794 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
| o_ltp_loc | 835 | drivers/char/tty_io.c | if (!*o_ltp_loc) { |
| o_ltp_loc | 836 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
| o_ltp_loc | 841 | drivers/char/tty_io.c | o_tty->termios_locked = *o_ltp_loc; |