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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddamap.c156 int array_sz = 0; local
183 array_sz = kss.n_items * sizeof (void *);
184 kssarray = mdb_alloc(array_sz, UM_SLEEP);
185 if (mdb_vread(kssarray, array_sz, (uintptr_t)kss.array) == -1) {
232 ss->array = mdb_zalloc(array_sz, UM_SLEEP);
252 *pkdamda_n = array_sz / sizeof (void *);
257 err: damap_free(dam, kssarray, array_sz / sizeof (void *));

Completed in 56 milliseconds