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.c329 static whatis_callback_t **whatis_cb = NULL; /* callback array */ variable
382 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()
442 size_t obytes = sizeof (*whatis_cb) * whatis_cb_size; in mdb_whatis_register()
443 size_t nbytes = sizeof (*whatis_cb) * nsize; 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()
[all …]