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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c445 uint64_t total_mem = 0; local
489 total_mem +=
497 return (total_mem);
508 uint64_t total_mem = 0, total_sys_mem = 0; local
547 total_mem += get_opl_mem_regs(bnode);
558 if (total_mem != total_sys_mem) {
561 "[%lldMB]\n"), total_mem, total_sys_mem, 0);
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c90 uint32_t total_mem; local
149 total_mem = p->dmem_buf_size * p->dmem_nbufs;
151 if ((i = ddi_dma_mem_alloc(p->dmem_dma_handle, total_mem, &acc,
159 (caddr_t)addr, total_mem, DDI_DMA_RDWR | DDI_DMA_STREAMING,
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c158 static float total_mem; /* total memory usage */ variable
454 if (id->id_sizematch == B_FALSE && total_mem >= 100)
455 mem = (100 * id->id_pctmem) / total_mem;
733 total_mem += FRC2PCT(lwp->li_info.pr_pctmem);
763 total_mem += id->id_pctmem;
919 total_mem = 0;

Completed in 72 milliseconds