Home
last modified time | relevance | path

Searched refs:memory_total (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4u.c64 struct mem_total memory_total; /* Total memory in system */ in display() local
99 display_memorysize(tree, kstats, &grps, &memory_total); in display()
H A Dmemory.c89 struct grp_info *grps, struct mem_total *memory_total) in display_memorysize() argument
H A Ddisplay_sun4v.c121 struct mem_total memory_total; /* Total memory in system */ in sun4v_display() local
158 display_memorysize(tree, NULL, &grps, &memory_total); in sun4v_display()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c79 struct grp_info *grps, struct mem_total *memory_total);
563 struct grp_info *grps, struct mem_total *memory_total) { in display_memorysize() argument
569 get_mem_total(memory_total, grps); in display_memorysize()
571 "Memory size: %4dMb\n"), memory_total->dram, 0); in display_memorysize()
574 if (memory_total->nvsimm != 0) { in display_memorysize()
576 "NVSIMM size: %4dMb\n"), memory_total->nvsimm); in display_memorysize()
/titanic_41/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h142 struct grp_info *grps, struct mem_total *memory_total);
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c345 struct mem_total memory_total; /* total memory in system */ in do_prominfo() local
381 display_memorysize(tree, kstats, &grps, &memory_total); in do_prominfo()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c355 struct mem_total memory_total; /* Total memory in system */ in display() local
388 display_memorysize(tree, kstats, &grps, &memory_total); in display()