Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1141 int akind, bkind; in type_equals() local
1152 (akind = mdb_ctf_type_kind(a)) == -1 || in type_equals()
1154 asz != bsz || akind != bkind) { in type_equals()
1158 switch (akind) { in type_equals()