taglinefilesource code
o_ltp1071drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1078drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp1123drivers/char/tty_io.cif (!termios_locked[o_dev] && !o_ltp) {
o_ltp1124drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp1126drivers/char/tty_io.cif (!o_ltp)
o_ltp1128drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp1153drivers/char/tty_io.ctermios_locked[o_dev] = o_ltp;
o_ltp1154drivers/char/tty_io.co_ltp = NULL;
o_ltp1179drivers/char/tty_io.cif (o_ltp)
o_ltp1180drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));