taglinefilesource code
o_ltp1234drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1241drivers/char/tty_io.cltp = o_ltp = NULL;
o_ltp1286drivers/char/tty_io.cif (!termios_locked[o_dev] && !o_ltp) {
o_ltp1287drivers/char/tty_io.co_ltp = (struct termios *)
o_ltp1289drivers/char/tty_io.cif (!o_ltp)
o_ltp1291drivers/char/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp1316drivers/char/tty_io.ctermios_locked[o_dev] = o_ltp;
o_ltp1317drivers/char/tty_io.co_ltp = NULL;
o_ltp1342drivers/char/tty_io.cif (o_ltp)
o_ltp1343drivers/char/tty_io.ckfree_s(o_ltp, sizeof(struct termios));