Searched refs:totalbytesread (Results 1 – 2 of 2) sorted by relevance
115 uint64_t totalbytesread : 32; member117 uint64_t totalbytesread : 32; member
1234 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local1257 totalbytesread = DELTA(bytes, DEVSTAT_READ); in devstat_compute_statistics()1260 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()1270 totalblocksread = totalbytesread; in devstat_compute_statistics()1332 *destu64 = totalbytesread; in devstat_compute_statistics()1376 *destld = totalbytesread; in devstat_compute_statistics()1443 *destld = totalbytesread; in devstat_compute_statistics()