taglinefilesource code
ltp716drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
ltp728drivers/char/tty_io.cltp = o_ltp = NULL;
ltp759drivers/char/tty_io.cif (!*ltp_loc && !ltp) {
ltp760drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp762drivers/char/tty_io.cif (!ltp)
ltp764drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp810drivers/char/tty_io.c*ltp_loc = ltp;
ltp811drivers/char/tty_io.cltp = NULL;
ltp871drivers/char/tty_io.cif (ltp)
ltp872drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));
ltp886drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp898drivers/char/tty_io.cltp = tty->termios_locked;
ltp917drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
ltp1011drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));