taglinefilesource code
ltp1097drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp1104drivers/char/tty_io.cltp = o_ltp = NULL;
ltp1124drivers/char/tty_io.cif (!termios_locked[dev] && !ltp) {
ltp1125drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp1127drivers/char/tty_io.cif (!ltp)
ltp1129drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp1170drivers/char/tty_io.ctermios_locked[dev] = ltp;
ltp1171drivers/char/tty_io.cltp = NULL;
ltp1203drivers/char/tty_io.cif (ltp)
ltp1204drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));