taglinefilesource code
o_ltp1083drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1090drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp1135drivers/char/tty_io.cif (!termios_locked[o_dev] && !o_ltp) {
o_ltp1136drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp1138drivers/char/tty_io.cif (!o_ltp)
o_ltp1140drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp1165drivers/char/tty_io.ctermios_locked[o_dev] = o_ltp;
o_ltp1166drivers/char/tty_io.co_ltp = NULL;
o_ltp1191drivers/char/tty_io.cif (o_ltp)
o_ltp1192drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));