Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1133 static int type_equals(mdb_ctf_id_t, mdb_ctf_id_t);
1154 return (type_equals(amem, bmem) ? 0 : 1); in type_equals_cb()
1158 type_equals(mdb_ctf_id_t a, mdb_ctf_id_t b) in type_equals() function
1206 type_equals(aar.mta_index, bar.mta_index) && in type_equals()
1207 type_equals(aar.mta_contents, bar.mta_contents)); in type_equals()