taglinefilesource code
o_ltp781drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
o_ltp793drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp859drivers/char/tty_io.cif (!*o_ltp_loc && !o_ltp) {
o_ltp860drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp862drivers/char/tty_io.cif (!o_ltp)
o_ltp864drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp908drivers/char/tty_io.c*o_ltp_loc = o_ltp;
o_ltp909drivers/char/tty_io.co_ltp = NULL;
o_ltp945drivers/char/tty_io.cif (o_ltp)
o_ltp946drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));
o_ltp958drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1006drivers/char/tty_io.co_ltp = (o_tty) ? o_tty->termios_locked : NULL;
o_ltp1022drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {