Home
last modified time | relevance | path

Searched refs:ctf_type_compat (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c302 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup()
304 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
314 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_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_parser.c1163 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref)); in dt_node_is_ptrcompat()
1208 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type)); in dt_node_is_argcompat()
3392 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
3627 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type)) in dt_cook_op2()
3953 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
4072 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op3()
4270 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) { in dt_cook_inline()
H A Ddt_printf.c240 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c742 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() function
772 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
777 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat( in ctf_type_compat()
779 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h194 extern int ctf_type_compat(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);