taglinefilesource code
ltp755drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
ltp767drivers/char/tty_io.cltp = o_ltp = NULL;
ltp798drivers/char/tty_io.cif (!*ltp_loc && !ltp) {
ltp799drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp801drivers/char/tty_io.cif (!ltp)
ltp803drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp849drivers/char/tty_io.c*ltp_loc = ltp;
ltp850drivers/char/tty_io.cltp = NULL;
ltp910drivers/char/tty_io.cif (ltp)
ltp911drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));
ltp925drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp938drivers/char/tty_io.cltp = tty->termios_locked;
ltp957drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {