taglinefilesource code
o_tp1215drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_tp1221drivers/char/tty_io.ctp = o_tp = NULL;
o_tp1259drivers/char/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1260drivers/char/tty_io.co_tp = (struct termios *)
o_tp1262drivers/char/tty_io.cif (!o_tp)
o_tp1264drivers/char/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1293drivers/char/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1294drivers/char/tty_io.co_tp = NULL;
o_tp1319drivers/char/tty_io.cif (o_tp)
o_tp1320drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1336drivers/char/tty_io.cstruct termios *tp, *o_tp;
o_tp1342drivers/char/tty_io.co_tp = NULL;
o_tp1356drivers/char/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1361drivers/char/tty_io.cif (!o_tp) {
o_tp1428drivers/char/tty_io.cif (o_tp)
o_tp1429drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));