Searched refs:ptotal (Results 1 – 2 of 2) sorted by relevance
1557 mmd_getsize(multidata_t *mmd, uint_t *ptotal, uint_t *pinuse) in mmd_getsize() argument1567 if (ptotal != NULL) { in mmd_getsize()1568 *ptotal = 0; in mmd_getsize()1571 *ptotal += MBLKL(mmd->mmd_hbuf); in mmd_getsize()1575 *ptotal += MBLKL(mmd->mmd_pbuf[i]); in mmd_getsize()
1623 double ptotal = 0.0; in report_stats() local1717 ptotal += percent; in report_stats()1734 (void) fprintf(out, "%3.0f%% ", ptotal); in report_stats()