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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c692 uintptr_t *umhw_table; member in struct:umem_hash_walk
731 umhw->umhw_table = hash = mdb_alloc(hsize, UM_SLEEP);
752 if ((addr = umhw->umhw_table[umhw->umhw_pos++]) != NULL)
775 mdb_free(umhw->umhw_table, umhw->umhw_nelems * sizeof (uintptr_t));

Completed in 56 milliseconds