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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1785 int maxndx, i, j, k; local
1812 maxndx = lhp->lh_chunksize / sizeof (kmem_bufctl_audit_t) - 1;
1822 klw->klw_sorted = mdb_alloc(maxndx * lhp->lh_nchunks *
1829 for (j = 0; j < maxndx; j++)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1547 int maxndx, i, j, k; local
1574 maxndx = lhp->lh_chunksize / UMEM_BUFCTL_AUDIT_SIZE - 1;
1584 ulw->ulw_sorted = mdb_alloc(maxndx * lhp->lh_nchunks *
1591 for (j = 0; j < maxndx; j++) {

Completed in 102 milliseconds