Searched defs:type_equals (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1131 static int type_equals(mdb_ctf_id_t, mdb_ctf_id_t);
1152 return (type_equals(amem, bmem) ? 0 : 1);
1156 type_equals(mdb_ctf_id_t a, mdb_ctf_id_t b) function
1204 type_equals(aar.mta_index, bar.mta_index) &&
1205 type_equals(aar.mta_contents, bar.mta_contents));
1482 if (!type_equals(modid, tgtid)) {

Completed in 64 milliseconds