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

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2685 kmem_cpu_log_header_t clh; local
2745 if (mdb_vread(&clh, sizeof (clh), clhp) == -1) {
2751 kmc[i].kmc_low = clh.clh_chunk * lh.lh_chunksize +
2753 kmc[i].kmc_high = (uintptr_t)clh.clh_current;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2193 umem_cpu_log_header_t clh; local
2219 if (mdb_vread(&clh, sizeof (clh), clhp) == -1) {
2225 umc[i].umc_low = clh.clh_chunk * lh.lh_chunksize +
2227 umc[i].umc_high = (uintptr_t)clh.clh_current;

Completed in 158 milliseconds