Home
last modified time | relevance | path

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

/trueos/lib/libdevstat/
HDdevstat.c1222 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1246 totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE); in devstat_compute_statistics()
1248 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1259 totalblockswrite = totalbyteswrite; in devstat_compute_statistics()
1323 *destu64 = totalbyteswrite; in devstat_compute_statistics()
1372 *destld = totalbyteswrite; in devstat_compute_statistics()
1439 *destld = totalbyteswrite; in devstat_compute_statistics()