Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c85 dtp->dt_gen++; in dt_pcb_push()
95 if (idp->di_gen == dtp->dt_gen) in dt_pcb_pop_ident()
137 if (dxp->dx_gen == dtp->dt_gen) in dt_pcb_pop()
143 if (pvp->pv_gen == dtp->dt_gen) in dt_pcb_pop()
H A Ddt_pragma.c130 if (idp->di_gen != dtp->dt_gen) { in dt_pragma_attributes()
144 attr, 0, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_attributes()
182 if (idp->di_gen != dtp->dt_gen) { in dt_pragma_binding()
195 _dtrace_defattr, vers, &dt_idops_thaw, (void *)prname, dtp->dt_gen); in dt_pragma_binding()
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_provider.c103 pvp->pv_gen = dtp->dt_gen; in dt_provider_create()
302 &dt_idops_probe, NULL, dtp->dt_gen); in dt_probe_discover()
H A Ddt_parser.c1732 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_node_decl()
2315 _dtrace_defattr, 0, &dt_idops_inline, inp, dtp->dt_gen); in dt_node_inline()
2361 pinp, dtp->dt_gen); in dt_node_inline()
2546 &dt_idops_probe, NULL, dtp->dt_gen); in dt_node_probe()
2779 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident()
2833 &dt_idops_assc, NULL, dtp->dt_gen); in dt_xcook_ident()
2837 &dt_idops_thaw, NULL, dtp->dt_gen); in dt_xcook_ident()
4400 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen) in dt_node_provider_cmp()
H A Ddt_cc.c352 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_clear()
401 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_normalize()
468 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) { in dt_action_trunc()
542 if (aid->di_gen == dtp->dt_gen && in dt_action_printa()
H A Ddt_impl.h214 ulong_t dt_gen; /* compiler generation number */ member
H A Ddt_ident.c1020 return (idp->di_gen == yypcb->pcb_hdl->dt_gen && in dt_ident_unref()
H A Ddt_decl.c812 &dt_idops_inline, NULL, dtp->dt_gen); in dt_decl_enumerator()
H A Ddt_module.c986 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_module_extern()