Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c382 whatis_cb = whatis_cb_start; in whatis_init()
385 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp); in whatis_init()
420 if (whatis_cb == NULL) in mdb_whatis_register()
447 bcopy(whatis_cb, narray, obytes); in mdb_whatis_register()
449 if (whatis_cb != whatis_cb_start) in mdb_whatis_register()
450 mdb_free(whatis_cb, obytes); in mdb_whatis_register()
451 whatis_cb = narray; in mdb_whatis_register()
457 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp); in mdb_whatis_register()
474 whatis_cb[idx] = NULL; in mdb_whatis_unregister_module()
482 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), in mdb_whatis_unregister_module()
[all …]