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

/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c117 uintptr_t ulpw_current; member in struct:uutil_listpool_walk
144 ulpw->ulpw_current = (uintptr_t)null_lpool.ulp_next;
158 ulpw->ulpw_current) == -1) {
159 mdb_warn("failed to read uu_list_pool %x", ulpw->ulpw_current);
163 status = wsp->walk_callback(ulpw->ulpw_current, &ulp, wsp->walk_cbdata);
165 if (ulpw->ulpw_current == ulpw->ulpw_final)
168 ulpw->ulpw_current = (uintptr_t)ulp.ulp_next;

Completed in 44 milliseconds