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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c302 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_type,
304 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
314 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_base,
316 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
325 if (ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
H A Ddt_parser.c1140 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref));
1185 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type));
3355 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
3590 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type))
3927 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
4046 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
4244 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) {
H A Ddt_printf.c233 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp,
/freebsd-11-stable/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);
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c597 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, function
628 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
633 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat(
635 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index));

Completed in 185 milliseconds