Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevstat/
H A Ddevstat.c1229 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1253 totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE); in devstat_compute_statistics()
1255 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1266 totalblockswrite = totalbyteswrite; in devstat_compute_statistics()
1330 *destu64 = totalbyteswrite; in devstat_compute_statistics()
1379 *destld = totalbyteswrite; in devstat_compute_statistics()
1446 *destld = totalbyteswrite; in devstat_compute_statistics()