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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_pcb.c87 dtp->dt_gen++;
96 if (idp->di_gen == dtp->dt_gen)
138 if (dxp->dx_gen == dtp->dt_gen)
144 if (pvp->pv_gen == dtp->dt_gen)
H A Ddt_pragma.c128 if (idp->di_gen != dtp->dt_gen) {
142 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
180 if (idp->di_gen != dtp->dt_gen) {
193 _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.l814 0, _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
H A Ddt_provider.c98 pvp->pv_gen = dtp->dt_gen;
282 &dt_idops_probe, NULL, dtp->dt_gen);
H A Ddt_cc.c356 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
405 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
472 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
546 if (aid->di_gen == dtp->dt_gen &&
H A Ddt_impl.h245 ulong_t dt_gen; /* compiler generation number */ member in struct:dtrace_hdl
H A Ddt_parser.c1676 &dt_idops_thaw, NULL, dtp->dt_gen);
2240 _dtrace_defattr, 0, &dt_idops_inline, inp, dtp->dt_gen);
2286 pinp, dtp->dt_gen);
2470 &dt_idops_probe, NULL, dtp->dt_gen);
2703 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
2756 &dt_idops_assc, NULL, dtp->dt_gen);
2760 &dt_idops_thaw, NULL, dtp->dt_gen);
4303 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen)
H A Ddt_decl.c788 &dt_idops_inline, NULL, dtp->dt_gen);
H A Ddt_ident.c1015 return (idp->di_gen == yypcb->pcb_hdl->dt_gen &&
H A Ddt_module.c1254 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);

Completed in 115 milliseconds