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

/openbsd-current/usr.bin/systat/
H A Diostat.c47 struct bcachestats bclast, bccur; variable in typeref:struct:bcachestats
147 bclast = bccur;
156 if (bclast.numbufs == 0)
157 bclast = bccur;
160 memset(&bclast, 0, sizeof(bclast));
290 print_fld_ssize(FLD_IO_SVAL, bccur.cachehits - bclast.cachehits);
294 print_fld_ssize(FLD_IO_SVAL, bccur.highflips - bclast.highflips);
298 print_fld_ssize(FLD_IO_SVAL, bccur.highflops - bclast.highflops);
302 print_fld_ssize(FLD_IO_SVAL, bccur.dmaflips - bclast
[all...]

Completed in 121 milliseconds