Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1143 int akind, bkind; in type_equals() local
1155 (bkind = mdb_ctf_type_kind(b)) == -1 || in type_equals()
1156 asz != bsz || akind != bkind) { in type_equals()