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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2701 kmem_cpu_log_header_t clh; local
2761 if (mdb_vread(&clh, sizeof (clh), clhp) == -1) {
2767 kmc[i].kmc_low = clh.clh_chunk * lh.lh_chunksize +
2769 kmc[i].kmc_high = (uintptr_t)clh.clh_current;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2378 umem_cpu_log_header_t clh; local
2404 if (mdb_vread(&clh, sizeof (clh), clhp) == -1) {
2410 umc[i].umc_low = clh.clh_chunk * lh.lh_chunksize +
2412 umc[i].umc_high = (uintptr_t)clh.clh_current;

Completed in 60 milliseconds