Searched refs:dt_gen (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_pcb.c | 85 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 D | dt_pragma.c | 130 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 D | dt_xlator.c | 112 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 D | dt_provider.c | 103 pvp->pv_gen = dtp->dt_gen; in dt_provider_create() 302 &dt_idops_probe, NULL, dtp->dt_gen); in dt_probe_discover()
|
H A D | dt_parser.c | 1732 &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 D | dt_cc.c | 352 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 D | dt_impl.h | 214 ulong_t dt_gen; /* compiler generation number */ member
|
H A D | dt_ident.c | 1020 return (idp->di_gen == yypcb->pcb_hdl->dt_gen && in dt_ident_unref()
|
H A D | dt_decl.c | 812 &dt_idops_inline, NULL, dtp->dt_gen); in dt_decl_enumerator()
|
H A D | dt_module.c | 985 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_module_extern()
|