tag | line | file | source code |
o_ltp | 800 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
o_ltp | 812 | drivers/char/tty_io.c | ltp = o_ltp = NULL; |
o_ltp | 878 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
o_ltp | 879 | drivers/char/tty_io.c | o_ltp = (struct termios *) |
o_ltp | 881 | drivers/char/tty_io.c | if (!o_ltp) |
o_ltp | 883 | drivers/char/tty_io.c | memset(o_ltp, 0, sizeof(struct termios)); |
o_ltp | 927 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
o_ltp | 928 | drivers/char/tty_io.c | o_ltp = NULL; |
o_ltp | 964 | drivers/char/tty_io.c | if (o_ltp) |
o_ltp | 965 | drivers/char/tty_io.c | kfree_s(o_ltp, sizeof(struct termios)); |
o_ltp | 977 | drivers/char/tty_io.c | struct termios *tp, *o_tp, *ltp, *o_ltp; |
o_ltp | 1025 | drivers/char/tty_io.c | o_ltp = (o_tty) ? o_tty->termios_locked : NULL; |
o_ltp | 1041 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |