Searched refs:ctf_type_cmp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | ctf_api.h | 193 extern int ctf_type_cmp(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 706 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() function 750 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 1508 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl() 1661 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl() 1682 if (ctf_type_cmp(dnp->dn_ctfp, dnp->dn_type, in dt_node_decl() 4394 if (ctf_type_cmp(old_argv->dn_ctfp, old_argv->dn_type, in dt_node_provider_cmp_argv()
|