Searched refs:dx_src_ctfp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_xlator.c | 188 dxp->dx_src_ctfp = src->dtt_ctfp; in dt_xlator_create() 302 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup() 314 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_base, in dt_xlator_lookup() 323 dt_node_type_assign(&xn, dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup()
|
H A D | dt_xlator.h | 49 ctf_file_t *dx_src_ctfp; /* CTF container for input type */ member
|
H A D | dt_dof.c | 382 dxp->dx_src_ctfp, dxp->dx_src_type, buf, sizeof (buf))); in dof_add_translator()
|
H A D | dt_parser.c | 492 dt_type_name(dnp->dn_xlator->dx_src_ctfp, in dt_node_name() 4994 if (ctf_type_name(dnp->dn_xlator->dx_src_ctfp, in dt_node_printr()
|