taglinefilesource code
o_ltp1065kernel/chr_drv/tty_io.cstruct termios *tp, *o_tp, *ltp, *o_ltp;
o_ltp1072kernel/chr_drv/tty_io.cltp = o_ltp = NULL;
o_ltp1117kernel/chr_drv/tty_io.cif (!termios_locked[o_dev] && !o_ltp) {
o_ltp1118kernel/chr_drv/tty_io.co_ltp = (struct termios *)
o_ltp1120kernel/chr_drv/tty_io.cif (!o_ltp)
o_ltp1122kernel/chr_drv/tty_io.cmemset(o_ltp, 0, sizeof(struct termios));
o_ltp1147kernel/chr_drv/tty_io.ctermios_locked[o_dev] = o_ltp;
o_ltp1148kernel/chr_drv/tty_io.co_ltp = NULL;
o_ltp1173kernel/chr_drv/tty_io.cif (o_ltp)
o_ltp1174kernel/chr_drv/tty_io.ckfree_s(o_ltp, sizeof(struct termios));