Searched refs:dx_src_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_xlator.c | 189 dxp->dx_src_type = src->dtt_type; in dt_xlator_create() 302 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_type, 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 | 50 ctf_id_t dx_src_type; /* CTF reference for input type */ member
|
H A D | dt_dof.c | 386 dxp->dx_src_ctfp, dxp->dx_src_type, buf, sizeof (buf))); in dof_add_translator()
|
H A D | dt_parser.c | 498 dnp->dn_xlator->dx_src_type, n2, sizeof (n2))); in dt_node_name() 5025 dnp->dn_xlator->dx_src_type, n, sizeof (n)) != NULL) in dt_node_printr()
|