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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c694 size_t umhw_pos; member in struct:umem_hash_walk
725 umhw->umhw_pos = 0;
751 while (umhw->umhw_pos < umhw->umhw_nelems) {
752 if ((addr = umhw->umhw_table[umhw->umhw_pos++]) != NULL)

Completed in 268 milliseconds