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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pcb.c91 dtp->dt_gen++;
103 if (idp->di_gen == dtp->dt_gen)
145 if (dxp->dx_gen == dtp->dt_gen)
151 if (pvp->pv_gen == dtp->dt_gen)
H A Ddt_pragma.c127 if (idp->di_gen != dtp->dt_gen) {
141 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
179 if (idp->di_gen != dtp->dt_gen) {
192 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
H A Ddt_xlator.c112 dxp->dx_gen = dtp->dt_gen;
133 _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
163 dxp->dx_souid.di_gen = dtp->dt_gen;
174 dxp->dx_ptrid.di_gen = dtp->dt_gen;
H A Ddt_lex.l860 0, _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
H A Ddt_provider.c104 pvp->pv_gen = dtp->dt_gen;
288 &dt_idops_probe, NULL, dtp->dt_gen);
H A Ddt_cc.c367 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
416 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
483 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
557 if (aid->di_gen == dtp->dt_gen &&
H A Ddt_impl.h211 ulong_t dt_gen; /* compiler generation number */ member in struct:dtrace_hdl
H A Ddt_parser.c1680 &dt_idops_thaw, NULL, dtp->dt_gen);
2247 _dtrace_defattr, 0, &dt_idops_inline, inp, dtp->dt_gen);
2293 pinp, dtp->dt_gen);
2477 &dt_idops_probe, NULL, dtp->dt_gen);
2710 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
2762 &dt_idops_assc, NULL, dtp->dt_gen);
2766 &dt_idops_thaw, NULL, dtp->dt_gen);
4305 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen)
H A Ddt_decl.c778 &dt_idops_inline, NULL, dtp->dt_gen);
H A Ddt_ident.c1021 return (idp->di_gen == yypcb->pcb_hdl->dt_gen &&
H A Ddt_module.c800 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c3708 0, _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);

Completed in 107 milliseconds