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

/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c176 long long tpop = 0; local
219 tpop += DELTA(rtape);
220 tpop += DELTA(wtape);
221 totl = (dskop + tpop) ? (dskop + tpop) : 1;
224 tpcnt = (tpop * 100) / totl;

Completed in 191 milliseconds