Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libdevstat/
HDdevstat.c1227 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1251 totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE); in devstat_compute_statistics()
1253 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1264 totalblockswrite = totalbyteswrite; in devstat_compute_statistics()
1328 *destu64 = totalbyteswrite; in devstat_compute_statistics()
1377 *destld = totalbyteswrite; in devstat_compute_statistics()
1444 *destld = totalbyteswrite; in devstat_compute_statistics()