Searched defs: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
331 static size_t whatis_cb_size; /* size of whatis_cb array */
382 whatis_cb = whatis_cb_start;
385 qsort(whatis_cb, whatis_cb_count, sizeof (*whatis_cb), whatis_cbcmp);
420 if (whatis_cb == NULL)
442 size_t obytes = sizeof (*whatis_cb) * whatis_cb_size;
443 size_t nbytes = sizeof (*whatis_cb) * nsize;
447 bcopy(whatis_cb, narray, obytes);
449 if (whatis_cb !
[all...]

Completed in 55 milliseconds