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

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h47 struct mem_total { struct
H A Dlibprtdiag.h142 struct grp_info *grps, struct mem_total *memory_total);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4u.c64 struct mem_total memory_total; /* Total memory in system */
H A Dmemory.c89 struct grp_info *grps, struct mem_total *memory_total)
H A Ddisplay_sun4v.c121 struct mem_total memory_total; /* Total memory in system */
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c346 "mem_total");
472 u_longlong_t slab_create, slab_destroy, slab_size, mem_total; local
489 mem_total = (slab_create - slab_destroy) * slab_size;
491 d.kmi.km_mem[kmi_index] += (ulong_t)mem_total;
493 (ulong_t)mem_total - buf_size * buf_avail;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c79 struct grp_info *grps, struct mem_total *memory_total);
92 static void get_mem_total(struct mem_total *, struct grp_info *);
563 struct grp_info *grps, struct mem_total *memory_total) {
1139 get_mem_total(struct mem_total *mem_total, struct grp_info *grps) argument
1145 mem_total->dram = 0;
1146 mem_total->nvsimm = 0;
1151 mem_total->dram += grp->size;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c345 struct mem_total memory_total; /* total memory in system */
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c355 struct mem_total memory_total; /* Total memory in system */

Completed in 61 milliseconds