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

/opensolaris-onvv-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers74 ctf_type_compat;
/opensolaris-onvv-gate/usr/src/uts/common/ctf/
H A Dmapfile90 ctf_type_compat;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c300 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_type,
302 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
312 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_base,
314 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
322 if (ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base,
H A Ddt_parser.c1089 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref));
1134 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type));
3258 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
3492 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type))
3840 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
3951 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
4148 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) {
H A Ddt_printf.c224 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp,
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dctf_api.h186 extern int ctf_type_compat(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_types.c572 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, function
603 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
608 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat(
610 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index));

Completed in 392 milliseconds