Searched refs:dt_gen (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c87 dtp->dt_gen++;
97 if (idp->di_gen == dtp->dt_gen)
139 if (dxp->dx_gen == dtp->dt_gen)
145 if (pvp->pv_gen == dtp->dt_gen)
H A Ddt_pragma.c125 if (idp->di_gen != dtp->dt_gen) {
139 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
177 if (idp->di_gen != dtp->dt_gen) {
190 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
H A Ddt_xlator.c110 dxp->dx_gen = dtp->dt_gen;
131 _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
161 dxp->dx_souid.di_gen = dtp->dt_gen;
172 dxp->dx_ptrid.di_gen = dtp->dt_gen;
H A Ddt_lex.l785 0, _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
H A Ddt_impl.h201 ulong_t dt_gen; /* compiler generation number */ member in struct:dtrace_hdl
H A Ddt_provider.c100 pvp->pv_gen = dtp->dt_gen;
284 &dt_idops_probe, NULL, dtp->dt_gen);
H A Ddt_cc.c349 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
398 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
465 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
539 if (aid->di_gen == dtp->dt_gen &&
H A Ddt_parser.c1672 &dt_idops_thaw, NULL, dtp->dt_gen);
2235 _dtrace_defattr, 0, &dt_idops_inline, inp, dtp->dt_gen);
2281 pinp, dtp->dt_gen);
2467 &dt_idops_probe, NULL, dtp->dt_gen);
2700 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
2753 &dt_idops_assc, NULL, dtp->dt_gen);
2757 &dt_idops_thaw, NULL, dtp->dt_gen);
4296 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen)
H A Ddt_decl.c772 &dt_idops_inline, NULL, dtp->dt_gen);
H A Ddt_ident.c1043 return (idp->di_gen == yypcb->pcb_hdl->dt_gen &&
H A Ddt_module.c775 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);

Completed in 55 milliseconds