Searched refs:dx_membdif (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_xlator.h57 dtrace_difo_t **dx_membdif; /* DIF for member expressions */ member in struct:dt_xlator
H A Ddt_xlator.c220 dxp->dx_membdif = dt_zalloc(dtp,
223 if (dxp->dx_membdif == NULL) {
248 dt_difo_free(dtp, dxp->dx_membdif[i]);
250 dt_free(dtp, dxp->dx_membdif);
H A Ddt_dof.c363 dxp->dx_membdif[dnp->dn_membid]);
H A Ddt_cc.c1420 assert(dxp->dx_membdif[mnp->dn_membid] == NULL);
1422 dxp->dx_membdif[mnp->dn_membid] = dt_as(yypcb);

Completed in 22 milliseconds