taglinefilesource code
ltp1065kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
ltp1072kernel/chr_drv/tty_io.cltp = o_ltp = NULL;
ltp1092kernel/chr_drv/tty_io.cif (!termios_locked[dev] && !ltp) {
ltp1093kernel/chr_drv/tty_io.cltp = (struct termios *) kmalloc(sizeof(struct termios),
ltp1095kernel/chr_drv/tty_io.cif (!ltp)
ltp1097kernel/chr_drv/tty_io.cmemset(ltp, 0, sizeof(struct termios));
ltp1138kernel/chr_drv/tty_io.ctermios_locked[dev] = ltp;
ltp1139kernel/chr_drv/tty_io.cltp = NULL;
ltp1171kernel/chr_drv/tty_io.cif (ltp)
ltp1172kernel/chr_drv/tty_io.ckfree_s(ltp, sizeof(struct termios));