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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c804 uint64_t old_phys_total; local
806 old_phys_total = phys_total;
808 if (phys_total != old_phys_total)
809 debug("physical memory%s: %lluM\n", (old_phys_total == 0 ?

Completed in 75 milliseconds