Home
last modified time | relevance | path

Searched refs:mem_total (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h45 struct mem_total { struct
H A Dlibprtdiag.h141 struct mem_total *memory_total);
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c472 u_longlong_t slab_create, slab_destroy, slab_size, mem_total; in all_stat_load() local
489 mem_total = (slab_create - slab_destroy) * slab_size; in all_stat_load()
491 d.kmi.km_mem[kmi_index] += (ulong_t)mem_total; in all_stat_load()
493 (ulong_t)mem_total - buf_size * buf_avail; in all_stat_load()
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4u.c65 struct mem_total memory_total; /* Total memory in system */ in display()
H A Dmemory.c88 struct mem_total *memory_total) in display_memorysize()
H A Ddisplay_sun4v.c122 struct mem_total memory_total; /* Total memory in system */ in sun4v_display()