Home
last modified time | relevance | path

Searched refs:dx_dst_base (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type); in dt_xlator_create()
196 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base); in dt_xlator_create()
205 if (ctf_member_iter(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_create()
304 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
316 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
325 if (ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
H A Ddt_xlator.h54 ctf_id_t dx_dst_base; /* CTF reference for output base */ member
H A Ddt_cg.c1034 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base)); in dt_cg_asgn_op()
1062 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_cg_asgn_op()
H A Ddt_parser.c4263 ctf_id_t rtype = dxp->dx_dst_base; in dt_cook_inline()