taglinefilesource code
o_tp973kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp;
o_tp979kernel/chr_drv/tty_io.ctp = o_tp = NULL;
o_tp1007kernel/chr_drv/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
o_tp1008kernel/chr_drv/tty_io.co_tp = (struct termios *) kmalloc(sizeof(struct termios), GFP_KERNEL);
o_tp1009kernel/chr_drv/tty_io.cif (!o_tp)
o_tp1011kernel/chr_drv/tty_io.cinitialize_termios(o_dev, o_tp);
o_tp1027kernel/chr_drv/tty_io.ctty_termios[o_dev] = o_tp;
o_tp1028kernel/chr_drv/tty_io.co_tp = NULL;
o_tp1049kernel/chr_drv/tty_io.cif (o_tp)
o_tp1050kernel/chr_drv/tty_io.ckfree_s(o_tp, sizeof(struct termios));
o_tp1062kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp;
o_tp1067kernel/chr_drv/tty_io.co_tp = NULL;
o_tp1078kernel/chr_drv/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
o_tp1083kernel/chr_drv/tty_io.cif (!o_tp) {
o_tp1131kernel/chr_drv/tty_io.cif (o_tp)
o_tp1132kernel/chr_drv/tty_io.ckfree_s(o_tp, sizeof(struct termios));