Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c446 uint64_t total_mem = 0; in get_opl_mem_regs() local
490 total_mem += in get_opl_mem_regs()
498 return (total_mem); in get_opl_mem_regs()
508 uint64_t total_mem = 0, total_sys_mem = 0; in display_memoryconf() local
547 total_mem += get_opl_mem_regs(bnode); in display_memoryconf()
558 if (total_mem != total_sys_mem) { in display_memoryconf()
561 "[%lldMB]\n"), total_mem, total_sys_mem, 0); in display_memoryconf()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c90 uint32_t total_mem; in qlt_dmem_init() local
149 total_mem = p->dmem_buf_size * p->dmem_nbufs; in qlt_dmem_init()
151 if ((i = ddi_dma_mem_alloc(p->dmem_dma_handle, total_mem, &acc, in qlt_dmem_init()
159 (caddr_t)addr, total_mem, DDI_DMA_RDWR | DDI_DMA_STREAMING, in qlt_dmem_init()
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c159 static float total_mem; /* total memory usage */ variable
461 if (id->id_sizematch == B_FALSE && total_mem >= 100) in list_print()
462 mem = (100 * id->id_pctmem) / total_mem; in list_print()
734 total_mem += FRC2PCT(lwp->li_info.pr_pctmem); in list_update()
764 total_mem += id->id_pctmem; in list_update()
942 total_mem = 0; in prstat_scandir()