Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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.c1145 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref)); in dt_node_is_ptrcompat()
1190 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type)); in dt_node_is_argcompat()
3374 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
3609 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type)) in dt_cook_op2()
3936 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
4055 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op3()
4253 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) { in dt_cook_inline()
H A Ddt_printf.c226 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile90 ctf_type_compat;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers126 ctf_type_compat;
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c758 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() function
789 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
794 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat( in ctf_type_compat()
796 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h265 extern int ctf_type_compat(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);