tag | line | file | source code |
o_ltp | 762 | drivers/char/tty_io.c | struct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc; |
o_ltp | 774 | drivers/char/tty_io.c | ltp = o_ltp = NULL; |
o_ltp | 840 | drivers/char/tty_io.c | if (!*o_ltp_loc && !o_ltp) { |
o_ltp | 841 | drivers/char/tty_io.c | o_ltp = (struct termios *) |
o_ltp | 843 | drivers/char/tty_io.c | if (!o_ltp) |
o_ltp | 845 | drivers/char/tty_io.c | memset(o_ltp, 0, sizeof(struct termios)); |
o_ltp | 882 | drivers/char/tty_io.c | *o_ltp_loc = o_ltp; |
o_ltp | 883 | drivers/char/tty_io.c | o_ltp = NULL; |
o_ltp | 919 | drivers/char/tty_io.c | if (o_ltp) |
o_ltp | 920 | drivers/char/tty_io.c | kfree_s(o_ltp, sizeof(struct termios)); |
o_ltp | 932 | drivers/char/tty_io.c | struct termios *tp, *o_tp, *ltp, *o_ltp; |
o_ltp | 978 | drivers/char/tty_io.c | o_ltp = (o_tty) ? o_tty->termios_locked : NULL; |
o_ltp | 992 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |