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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c398 uintptr_t ucw_current; member in struct:__anon30
424 ucw->ucw_current = (uintptr_t)c.cache_next;
437 if (mdb_vread(&c, sizeof (umem_cache_t), ucw->ucw_current) == -1) {
438 mdb_warn("couldn't read cache at %p", ucw->ucw_current);
442 status = wsp->walk_callback(ucw->ucw_current, &c, wsp->walk_cbdata);
444 if ((ucw->ucw_current = (uintptr_t)c.cache_next) == ucw->ucw_first)
459 uint32_t ucw_current; member in struct:__anon31
478 ucw->ucw_current = 0;
493 if (ucw->ucw_current >= ucw->ucw_max)
496 caddr = (uintptr_t)&(ucw->ucw_cpus[ucw->ucw_current]);
[all...]

Completed in 70 milliseconds