taglinefilesource code
o_tp1234drivers/char/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_tp1240drivers/char/tty_io.ctp = o_tp = NULL;
o_tp1278drivers/char/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1279drivers/char/tty_io.co_tp = (struct termios *)
o_tp1281drivers/char/tty_io.cif (!o_tp)
o_tp1283drivers/char/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1312drivers/char/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1313drivers/char/tty_io.co_tp = NULL;
o_tp1338drivers/char/tty_io.cif (o_tp)
o_tp1339drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1355drivers/char/tty_io.cstruct termios *tp, *o_tp;
o_tp1361drivers/char/tty_io.co_tp = NULL;
o_tp1375drivers/char/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1380drivers/char/tty_io.cif (!o_tp) {
o_tp1447drivers/char/tty_io.cif (o_tp)
o_tp1448drivers/char/tty_io.ckfree_s(o_tp, sizeof(struct termios));