taglinefilesource code
ltp800drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
ltp812drivers/char/tty_io.cltp = o_ltp = NULL;
ltp843drivers/char/tty_io.cif (!*ltp_loc && !ltp) {
ltp844drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp846drivers/char/tty_io.cif (!ltp)
ltp848drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp894drivers/char/tty_io.c*ltp_loc = ltp;
ltp895drivers/char/tty_io.cltp = NULL;
ltp962drivers/char/tty_io.cif (ltp)
ltp963drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));
ltp977drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp990drivers/char/tty_io.cltp = tty->termios_locked;
ltp1010drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {