Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1232 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1256 totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE); in devstat_compute_statistics()
1258 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1269 totalblockswrite = totalbyteswrite; in devstat_compute_statistics()
1333 *destu64 = totalbyteswrite; in devstat_compute_statistics()
1382 *destld = totalbyteswrite; in devstat_compute_statistics()
1449 *destld = totalbyteswrite; in devstat_compute_statistics()