Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile83 ctf_type_cmp;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile89 ctf_type_cmp;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers124 ctf_type_cmp;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h264 extern int ctf_type_cmp(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c722 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() function
766 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1492 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl()
1645 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl()
1666 if (ctf_type_cmp(dnp->dn_ctfp, dnp->dn_type, in dt_node_decl()
4358 if (ctf_type_cmp(old_argv->dn_ctfp, old_argv->dn_type, in dt_node_provider_cmp_argv()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c519 return (ctf_type_cmp(aidp->mci_fp, aidp->mci_id, in mdb_ctf_type_cmp()