Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c331 static size_t whatis_cb_size; /* size of whatis_cb array */ variable
383 whatis_cb_count = whatis_cb_size = NBUILTINS; in whatis_init()
439 if (whatis_cb_count == whatis_cb_size) { in mdb_whatis_register()
440 size_t nsize = MAX(2 * whatis_cb_size, WHATIS_CB_SIZE_MIN); in mdb_whatis_register()
442 size_t obytes = sizeof (*whatis_cb) * whatis_cb_size; in mdb_whatis_register()
452 whatis_cb_size = nsize; in mdb_whatis_register()