Searched refs:dx_dst_ctfp (Results 1 – 5 of 5) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_xlator.c | 74 dt_node_type_assign(enp, dxp->dx_dst_ctfp, type, B_FALSE); in dt_xlator_create_member() 88 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, type, B_FALSE); in dt_xlator_create_member() 192 dxp->dx_dst_ctfp = dst->dtt_ctfp; 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 D | dt_xlator.h | 52 ctf_file_t *dx_dst_ctfp; /* CTF container for output type */ member
|
H A D | dt_parser.c | 495 dt_type_name(dnp->dn_xlator->dx_dst_ctfp, in dt_node_name() 4262 ctf_file_t *rctfp = dxp->dx_dst_ctfp; in dt_cook_inline() 4319 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_type, in dt_cook_xlator() 4323 mnp->dn_membname, ctf_type_name(dxp->dx_dst_ctfp, in dt_cook_xlator() 4328 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type, in dt_cook_xlator() 5028 if (ctf_type_name(dnp->dn_xlator->dx_dst_ctfp, in dt_node_printr()
|
H A D | dt_cg.c | 1034 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() 1065 ctf_errno(dxp->dx_dst_ctfp); in dt_cg_asgn_op()
|
H A D | dt_dof.c | 389 dxp->dx_dst_ctfp, dxp->dx_dst_type, buf, sizeof (buf))); in dof_add_translator()
|