Searched refs:dx_dst_base (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_xlator.h | 54 ctf_id_t dx_dst_base; /* CTF reference for output base */ member in struct:dt_xlator
|
H A D | dt_xlator.c | 194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type); 196 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base); 205 if (ctf_member_iter(dxp->dx_dst_ctfp, dxp->dx_dst_base, 304 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, 316 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, 325 if (ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
|
H A D | dt_cg.c | 1034 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base)); 1062 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base,
|
H A D | dt_parser.c | 4233 ctf_id_t rtype = dxp->dx_dst_base;
|
Completed in 293 milliseconds