HomeSort by: relevance | last modified time | path
    Searched refs:dt_gen (Results 1 - 11 of 11) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pcb.c 87 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)
dt_pragma.c 135 if (idp->di_gen != dtp->dt_gen) {
149 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
187 if (idp->di_gen != dtp->dt_gen) {
200 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen);
dt_xlator.c 112 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;
dt_lex.l 836 0, _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
dt_provider.c 107 pvp->pv_gen = dtp->dt_gen;
306 &dt_idops_probe, NULL, dtp->dt_gen);
dt_cc.c 353 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
402 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
469 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
543 if (aid->di_gen == dtp->dt_gen &&
dt_impl.h 241 ulong_t dt_gen; /* compiler generation number */ member in struct:dtrace_hdl
dt_parser.c 1725 &dt_idops_thaw, NULL, dtp->dt_gen);
2309 _dtrace_defattr, 0, &dt_idops_inline, inp, dtp->dt_gen);
2355 pinp, dtp->dt_gen);
2540 &dt_idops_probe, NULL, dtp->dt_gen);
2773 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);
2827 &dt_idops_assc, NULL, dtp->dt_gen);
2831 &dt_idops_thaw, NULL, dtp->dt_gen);
4393 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen)
dt_decl.c 773 &dt_idops_inline, NULL, dtp->dt_gen);
dt_ident.c 1028 return (idp->di_gen == yypcb->pcb_hdl->dt_gen &&
dt_module.c 1078 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen);

Completed in 54 milliseconds