Home
last modified time | relevance | path

Searched refs:dt_gen (Results 1 – 10 of 10) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.c87 dtp->dt_gen++; in dt_pcb_push()
97 if (idp->di_gen == dtp->dt_gen) in dt_pcb_pop_ident()
139 if (dxp->dx_gen == dtp->dt_gen) in dt_pcb_pop()
145 if (pvp->pv_gen == dtp->dt_gen) in dt_pcb_pop()
H A Ddt_xlator.c112 dxp->dx_gen = dtp->dt_gen; in dt_xlator_create()
133 _dtrace_defattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xlator_create()
163 dxp->dx_souid.di_gen = dtp->dt_gen; in dt_xlator_create()
174 dxp->dx_ptrid.di_gen = dtp->dt_gen; in dt_xlator_create()
H A Ddt_pragma.c135 if (idp->di_gen != dtp->dt_gen) { in dt_pragma_attributes()
149 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_attributes()
187 if (idp->di_gen != dtp->dt_gen) { in dt_pragma_binding()
200 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_binding()
H A Ddt_provider.c108 pvp->pv_gen = dtp->dt_gen; in dt_provider_create()
307 &dt_idops_probe, NULL, dtp->dt_gen); in dt_probe_discover()
H A Ddt_parser.c1748 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_node_decl()
2332 _dtrace_defattr, 0, &dt_idops_inline, inp, dtp->dt_gen); in dt_node_inline()
2378 pinp, dtp->dt_gen); in dt_node_inline()
2563 &dt_idops_probe, NULL, dtp->dt_gen); in dt_node_probe()
2796 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident()
2850 &dt_idops_assc, NULL, dtp->dt_gen); in dt_xcook_ident()
2854 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident()
4417 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen) in dt_node_provider_cmp()
H A Ddt_cc.c353 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_clear()
402 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_normalize()
469 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_trunc()
543 if (aid->di_gen == dtp->dt_gen && in dt_action_printa()
H A Ddt_impl.h243 ulong_t dt_gen; /* compiler generation number */ member
H A Ddt_decl.c773 &dt_idops_inline, NULL, dtp->dt_gen); in dt_decl_enumerator()
H A Ddt_ident.c1030 return (idp->di_gen == yypcb->pcb_hdl->dt_gen && in dt_ident_unref()
H A Ddt_module.c1068 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_module_extern()