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

/macosx-10.10/dtrace-147/libdtrace/
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.c1093 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref));
1138 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type));
3263 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
3497 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type))
3845 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
3960 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type,
4157 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) {
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c575 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) function
581 * This is a less pedantic version of ctf_type_compat. For printf
626 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
631 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat(
633 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index));
/macosx-10.10/dtrace-147/sys/
H A Dctf_api.h215 extern int ctf_type_compat(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);

Completed in 209 milliseconds