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

/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c447 uint64_t total_mem = 0; local
491 total_mem +=
499 return (total_mem);
510 uint64_t total_mem = 0, total_sys_mem = 0; local
549 total_mem += get_opl_mem_regs(bnode);
560 if (total_mem != total_sys_mem) {
563 "[%lldMB]\n"), total_mem, total_sys_mem, 0);

Completed in 39 milliseconds