taglinefilesource code
o_tp1083drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_tp1089drivers/char/tty_io.ctp = o_tp = NULL;
o_tp1127drivers/char/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1128drivers/char/tty_io.co_tp = (struct termios *)
o_tp1130drivers/char/tty_io.cif (!o_tp)
o_tp1132drivers/char/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1161drivers/char/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1162drivers/char/tty_io.co_tp = NULL;
o_tp1187drivers/char/tty_io.cif (o_tp)
o_tp1188drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1204drivers/char/tty_io.cstruct termios *tp, *o_tp;
o_tp1210drivers/char/tty_io.co_tp = NULL;
o_tp1224drivers/char/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1229drivers/char/tty_io.cif (!o_tp) {
o_tp1296drivers/char/tty_io.cif (o_tp)
o_tp1297drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));