tag | line | file | source code |
---|---|---|---|
o_ltp_loc | 714 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
o_ltp_loc | 728 | drivers/char/tty_io.c | o_tp_loc = o_ltp_loc = NULL; |
o_ltp_loc | 768 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
o_ltp_loc | 792 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
o_ltp_loc | 828 | drivers/char/tty_io.c | if (!*o_ltp_loc) { |
o_ltp_loc | 829 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
o_ltp_loc | 834 | drivers/char/tty_io.c | o_tty->termios_locked = *o_ltp_loc; |