taglinefilesource code
o_ltp719drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
o_ltp731drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp797drivers/char/tty_io.cif (!*o_ltp_loc && !o_ltp) {
o_ltp798drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp800drivers/char/tty_io.cif (!o_ltp)
o_ltp802drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp839drivers/char/tty_io.c*o_ltp_loc = o_ltp;
o_ltp840drivers/char/tty_io.co_ltp = NULL;
o_ltp876drivers/char/tty_io.cif (o_ltp)
o_ltp877drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));
o_ltp889drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp934drivers/char/tty_io.co_ltp = (o_tty) ? o_tty->termios_locked : NULL;
o_ltp948drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {