taglinefilesource code
o_tp1071drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_tp1077drivers/char/tty_io.ctp = o_tp = NULL;
o_tp1115drivers/char/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1116drivers/char/tty_io.co_tp = (struct termios *)
o_tp1118drivers/char/tty_io.cif (!o_tp)
o_tp1120drivers/char/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1149drivers/char/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1150drivers/char/tty_io.co_tp = NULL;
o_tp1175drivers/char/tty_io.cif (o_tp)
o_tp1176drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1192drivers/char/tty_io.cstruct termios *tp, *o_tp;
o_tp1198drivers/char/tty_io.co_tp = NULL;
o_tp1209drivers/char/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1214drivers/char/tty_io.cif (!o_tp) {
o_tp1271drivers/char/tty_io.cif (o_tp)
o_tp1272drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));