taglinefilesource code
o_ltp1215drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1222drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp1267drivers/char/tty_io.cif (!termios_locked[o_dev] && !o_ltp) {
o_ltp1268drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp1270drivers/char/tty_io.cif (!o_ltp)
o_ltp1272drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp1297drivers/char/tty_io.ctermios_locked[o_dev] = o_ltp;
o_ltp1298drivers/char/tty_io.co_ltp = NULL;
o_ltp1323drivers/char/tty_io.cif (o_ltp)
o_ltp1324drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));