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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3623 umowner_t *umo, *umoend; local
3643 umoend = umu->umu_hash + umu->umu_size;
3644 for (umo = umu->umu_hash; umo < umoend; umo++) {
3650 umoend = umu->umu_hash + umu->umu_nelems;
3651 for (umo = umu->umu_hash; umo < umoend; umo++) {
3769 umowner_t *umo, *umoend; local
3844 umoend = umu.umu_hash + umu.umu_nelems;
3846 for (umo = umu.umu_hash; umo < umoend; umo++) {

Completed in 80 milliseconds