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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1159 int akind, bkind; local
1170 (akind = mdb_ctf_type_kind(a)) == -1 ||
1172 asz != bsz || akind != bkind) {
1176 switch (akind) {

Completed in 59 milliseconds