taglinefilesource code
o_tp997kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp;
o_tp1003kernel/chr_drv/tty_io.ctp = o_tp = NULL;
o_tp1031kernel/chr_drv/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1032kernel/chr_drv/tty_io.co_tp = (struct termios *) kmalloc(sizeof(struct termios), GFP_KERNEL);
o_tp1033kernel/chr_drv/tty_io.cif (!o_tp)
o_tp1035kernel/chr_drv/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1051kernel/chr_drv/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1052kernel/chr_drv/tty_io.co_tp = NULL;
o_tp1073kernel/chr_drv/tty_io.cif (o_tp)
o_tp1074kernel/chr_drv/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1086kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp;
o_tp1092kernel/chr_drv/tty_io.co_tp = NULL;
o_tp1103kernel/chr_drv/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1108kernel/chr_drv/tty_io.cif (!o_tp) {
o_tp1165kernel/chr_drv/tty_io.cif (o_tp)
o_tp1166kernel/chr_drv/tty_io.ckfree_s(o_tp, sizeof(struct termios));