tag | line | file | source code |
---|---|---|---|
o_ltp_loc | 800 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
o_ltp_loc | 814 | drivers/char/tty_io.c | o_tp_loc = o_ltp_loc = NULL; |
o_ltp_loc | 854 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
o_ltp_loc | 878 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
o_ltp_loc | 926 | drivers/char/tty_io.c | if (!*o_ltp_loc) { |
o_ltp_loc | 927 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
o_ltp_loc | 932 | drivers/char/tty_io.c | o_tty->termios_locked = *o_ltp_loc; |