| tag | line | file | source code |
|---|---|---|---|
| o_ltp_loc | 768 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
| o_ltp_loc | 782 | drivers/char/tty_io.c | o_tp_loc = o_ltp_loc = NULL; |
| o_ltp_loc | 822 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
| o_ltp_loc | 846 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
| o_ltp_loc | 894 | drivers/char/tty_io.c | if (!*o_ltp_loc) { |
| o_ltp_loc | 895 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
| o_ltp_loc | 900 | drivers/char/tty_io.c | o_tty->termios_locked = *o_ltp_loc; |