Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-zip.h115 uint64_t totalbytesread : 32; member
117 uint64_t totalbytesread : 32; member
/freebsd-11-stable/lib/libdevstat/
HDdevstat.c1227 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1250 totalbytesread = DELTA(bytes, DEVSTAT_READ); in devstat_compute_statistics()
1253 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1263 totalblocksread = totalbytesread; in devstat_compute_statistics()
1325 *destu64 = totalbytesread; in devstat_compute_statistics()
1369 *destld = totalbytesread; in devstat_compute_statistics()
1436 *destld = totalbytesread; in devstat_compute_statistics()