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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c695 umem_bufctl_t umhw_cur; member in struct:umem_hash_walk
724 umhw->umhw_cur.bc_next = NULL;
750 if ((addr = (uintptr_t)umhw->umhw_cur.bc_next) == NULL) {
759 if (mdb_vread(&umhw->umhw_cur, sizeof (umem_bufctl_t), addr) == -1) {
764 return (wsp->walk_callback(addr, &umhw->umhw_cur, wsp->walk_cbdata));

Completed in 71 milliseconds