taglinefilesource code
ltp1234drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp1241drivers/char/tty_io.cltp = o_ltp = NULL;
ltp1261drivers/char/tty_io.cif (!termios_locked[dev] && !ltp) {
ltp1262drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp1264drivers/char/tty_io.cif (!ltp)
ltp1266drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp1307drivers/char/tty_io.ctermios_locked[dev] = ltp;
ltp1308drivers/char/tty_io.cltp = NULL;
ltp1340drivers/char/tty_io.cif (ltp)
ltp1341drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));