taglinefilesource code
o_tp1065kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_tp1071kernel/chr_drv/tty_io.ctp = o_tp = NULL;
o_tp1109kernel/chr_drv/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1110kernel/chr_drv/tty_io.co_tp = (struct termios *)
o_tp1112kernel/chr_drv/tty_io.cif (!o_tp)
o_tp1114kernel/chr_drv/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1143kernel/chr_drv/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1144kernel/chr_drv/tty_io.co_tp = NULL;
o_tp1169kernel/chr_drv/tty_io.cif (o_tp)
o_tp1170kernel/chr_drv/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1186kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp;
o_tp1192kernel/chr_drv/tty_io.co_tp = NULL;
o_tp1203kernel/chr_drv/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1208kernel/chr_drv/tty_io.cif (!o_tp) {
o_tp1265kernel/chr_drv/tty_io.cif (o_tp)
o_tp1266kernel/chr_drv/tty_io.ckfree_s(o_tp, sizeof(struct termios));