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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c454 uint64_t ms_bootpages; /* Pages on the bootpages list */ member in struct:memstat
477 stats->ms_bootpages++;
593 if (stats.ms_bootpages != 0) {
595 stats.ms_bootpages,
596 (uint64_t)stats.ms_bootpages * PAGESIZE / (1024 * 1024),
597 MS_PCT_TOTAL(stats.ms_bootpages));

Completed in 59 milliseconds