Searched refs:di_gen (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.h83 ulong_t di_gen; /* generation number (pass that created me) */ member in struct:dt_ident
H A Ddt_pcb.c96 if (idp->di_gen == dtp->dt_gen)
H A Ddt_pragma.c128 if (idp->di_gen != dtp->dt_gen) {
180 if (idp->di_gen != dtp->dt_gen) {
H A Ddt_xlator.c161 dxp->dx_souid.di_gen = dtp->dt_gen;
172 dxp->dx_ptrid.di_gen = dtp->dt_gen;
H A Ddt_ident.c379 idp->di_vers, idp->di_ops, idp->di_iarg, idp->di_gen);
397 idp->di_vers, idp->di_ops, idp->di_iarg, idp->di_gen);
919 idp->di_gen = gen;
1015 return (idp->di_gen == yypcb->pcb_hdl->dt_gen &&
H A Ddt_cc.c356 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
405 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
472 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
546 if (aid->di_gen == dtp->dt_gen &&
H A Ddt_parser.c1537 if (idp != NULL && idp->di_gen == 0) {
4303 if (old->pr_ident->di_gen == yypcb->pcb_hdl->dt_gen)

Completed in 151 milliseconds