Searched refs:dt_gen (Results 1 – 10 of 10) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pcb.c | 87 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 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_pragma.c | 135 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 D | dt_provider.c | 108 pvp->pv_gen = dtp->dt_gen; in dt_provider_create() 307 &dt_idops_probe, NULL, dtp->dt_gen); in dt_probe_discover()
|
H A D | dt_parser.c | 1748 &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 D | dt_cc.c | 353 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 D | dt_impl.h | 243 ulong_t dt_gen; /* compiler generation number */ member
|
H A D | dt_decl.c | 773 &dt_idops_inline, NULL, dtp->dt_gen); in dt_decl_enumerator()
|
H A D | dt_ident.c | 1030 return (idp->di_gen == yypcb->pcb_hdl->dt_gen && in dt_ident_unref()
|
H A D | dt_module.c | 1068 _dtrace_symattr, 0, &dt_idops_thaw, NULL, dtp->dt_gen); in dt_module_extern()
|