tag | line | file | source code |
o_ltp | 714 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
o_ltp | 726 | drivers/char/tty_io.c | ltp = o_ltp = NULL; |
o_ltp | 792 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
o_ltp | 793 | drivers/char/tty_io.c | o_ltp = (struct termios *) |
o_ltp | 795 | drivers/char/tty_io.c | if (!o_ltp) |
o_ltp | 797 | drivers/char/tty_io.c | memset(o_ltp, 0, sizeof(struct termios)); |
o_ltp | 834 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
o_ltp | 835 | drivers/char/tty_io.c | o_ltp = NULL; |
o_ltp | 871 | drivers/char/tty_io.c | if (o_ltp) |
o_ltp | 872 | drivers/char/tty_io.c | kfree_s(o_ltp, sizeof(struct termios)); |
o_ltp | 884 | drivers/char/tty_io.c | struct termios *tp, *o_tp, *ltp, *o_ltp; |
o_ltp | 929 | drivers/char/tty_io.c | o_ltp = (o_tty) ? o_tty->termios_locked : NULL; |
o_ltp | 943 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
o_ltp | 1042 | drivers/char/tty_io.c | if (o_ltp) |
o_ltp | 1043 | drivers/char/tty_io.c | kfree_s(o_ltp, sizeof(struct termios)); |