taglinefilesource code
ltp1071drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp1078drivers/char/tty_io.cltp = o_ltp = NULL;
ltp1098drivers/char/tty_io.cif (!termios_locked[dev] && !ltp) {
ltp1099drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp1101drivers/char/tty_io.cif (!ltp)
ltp1103drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp1144drivers/char/tty_io.ctermios_locked[dev] = ltp;
ltp1145drivers/char/tty_io.cltp = NULL;
ltp1177drivers/char/tty_io.cif (ltp)
ltp1178drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));