taglinefilesource code
ltp770drivers/char/tty_io.cstruct termios *ltp, **ltp_loc, *o_ltp, **o_ltp_loc;
ltp782drivers/char/tty_io.cltp = o_ltp = NULL;
ltp813drivers/char/tty_io.cif (!*ltp_loc && !ltp) {
ltp814drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp816drivers/char/tty_io.cif (!ltp)
ltp818drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp864drivers/char/tty_io.c*ltp_loc = ltp;
ltp865drivers/char/tty_io.cltp = NULL;
ltp932drivers/char/tty_io.cif (ltp)
ltp933drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));
ltp947drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp960drivers/char/tty_io.cltp = tty->termios_locked;
ltp980drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {