Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c1234 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1258 totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE); in devstat_compute_statistics()
1260 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1271 totalblockswrite = totalbyteswrite; in devstat_compute_statistics()
1335 *destu64 = totalbyteswrite; in devstat_compute_statistics()
1384 *destld = totalbyteswrite; in devstat_compute_statistics()
1451 *destld = totalbyteswrite; in devstat_compute_statistics()