Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1161 int akind, bkind; in type_equals() local
1173 (bkind = mdb_ctf_type_kind(b)) == -1 || in type_equals()
1174 asz != bsz || akind != bkind) { in type_equals()