tag | line | file | source code |
---|---|---|---|
tp_loc | 713 | drivers/char/tty_io.c | struct termios *tp, **tp_loc, *o_tp, **o_tp_loc; |
tp_loc | 731 | drivers/char/tty_io.c | tp_loc = &driver->termios[idx]; |
tp_loc | 749 | drivers/char/tty_io.c | if (!*tp_loc && !tp) { |
tp_loc | 803 | drivers/char/tty_io.c | if (!*tp_loc) { |
tp_loc | 804 | drivers/char/tty_io.c | *tp_loc = tp; |
tp_loc | 812 | drivers/char/tty_io.c | tty->termios = *tp_loc; |