taglinefilesource code
ltp1215drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp1222drivers/char/tty_io.cltp = o_ltp = NULL;
ltp1242drivers/char/tty_io.cif (!termios_locked[dev] && !ltp) {
ltp1243drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp1245drivers/char/tty_io.cif (!ltp)
ltp1247drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp1288drivers/char/tty_io.ctermios_locked[dev] = ltp;
ltp1289drivers/char/tty_io.cltp = NULL;
ltp1321drivers/char/tty_io.cif (ltp)
ltp1322drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));