tag | line | file | source code |
---|---|---|---|
o_ltp_loc | 723 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
o_ltp_loc | 737 | drivers/char/tty_io.c | o_tp_loc = o_ltp_loc = NULL; |
o_ltp_loc | 777 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
o_ltp_loc | 801 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
o_ltp_loc | 842 | drivers/char/tty_io.c | if (!*o_ltp_loc) { |
o_ltp_loc | 843 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
o_ltp_loc | 848 | drivers/char/tty_io.c | o_tty->termios_locked = *o_ltp_loc; |