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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c337 whatis_cbcmp(const void *lhs, const void *rhs) function
367 mdb_warn("whatis_cbcmp(): can't happen: duplicate indices\n");
385 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp);
457 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp);
483 whatis_cbcmp);

Completed in 58 milliseconds