taglinefilesource code
ltp1083drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp1090drivers/char/tty_io.cltp = o_ltp = NULL;
ltp1110drivers/char/tty_io.cif (!termios_locked[dev] && !ltp) {
ltp1111drivers/char/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp1113drivers/char/tty_io.cif (!ltp)
ltp1115drivers/char/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp1156drivers/char/tty_io.ctermios_locked[dev] = ltp;
ltp1157drivers/char/tty_io.cltp = NULL;
ltp1189drivers/char/tty_io.cif (ltp)
ltp1190drivers/char/tty_io.ckfree_s(ltp, sizeof(struct termios));