Searched refs:vsw_current (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3464 uintptr_t vsw_current; member in struct:vmem_seg_walk
3482 vsw->vsw_current = vsw->vsw_start;
3521 uintptr_t addr = vsw->vsw_current;
3540 vsw->vsw_current = (uintptr_t)seg.vs_anext;
3547 if (vsw->vsw_current == vsw->vsw_start)
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3120 uintptr_t vsw_current; member in struct:vmem_seg_walk
3138 vsw->vsw_current = vsw->vsw_start;
3177 uintptr_t addr = vsw->vsw_current;
3196 vsw->vsw_current = (uintptr_t)seg.vs_anext;
3203 if (vsw->vsw_current == vsw->vsw_start)

Completed in 132 milliseconds