tag | line | file | source code |
---|---|---|---|
tp_loc | 799 | drivers/char/tty_io.c | struct termios *tp, **tp_loc, *o_tp, **o_tp_loc; |
tp_loc | 817 | drivers/char/tty_io.c | tp_loc = &driver->termios[idx]; |
tp_loc | 835 | drivers/char/tty_io.c | if (!*tp_loc && !tp) { |
tp_loc | 889 | drivers/char/tty_io.c | if (!*tp_loc) { |
tp_loc | 890 | drivers/char/tty_io.c | *tp_loc = tp; |
tp_loc | 898 | drivers/char/tty_io.c | tty->termios = *tp_loc; |