Home
last modified time | relevance | path

Searched refs:mdb_ctf_type_cmp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h90 extern int mdb_ctf_type_cmp(mdb_ctf_id_t, mdb_ctf_id_t);
H A Dmdb_ctf.c514 mdb_ctf_type_cmp(mdb_ctf_id_t aid, mdb_ctf_id_t bid) in mdb_ctf_type_cmp() function
H A Dmdb_print.c2907 if (mdb_ctf_type_cmp(base, ipv6_base) != 0) { in printf_ipv6()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c388 if (mdb_ctf_type_cmp(type, tg_typetab[i].tgt_type) == 0) { in typegraph_resolve()
1439 if (mdb_ctf_type_cmp(tp->tgt_type, type) == 0) in typegraph_node_addtype()
2066 if (src != NULL && mdb_ctf_type_cmp(type, ntype) != 0) { in typegraph_pass4_node()
2933 if (mdb_ctf_type_cmp(type, mutex) == 0) { in findlocks_findmutex()
2957 if (mdb_ctf_type_cmp(ttype, thread) != 0) in findlocks_findmutex()
3255 if (mdb_ctf_type_cmp(type, sync[i].type) == 0) { in findfalse_findsync()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern75 mdb_ctf_type_cmp { FLAGS = EXTERN };