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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zip.h115 uint64_t totalbytesread : 32; member in struct:__anon11492::__anon11493
117 uint64_t totalbytesread : 32; member in struct:__anon11492::__anon11493
/freebsd-12-stable/lib/libdevstat/
H A Ddevstat.c1234 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; local
1257 totalbytesread = DELTA(bytes, DEVSTAT_READ);
1260 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree;
1270 totalblocksread = totalbytesread;
1332 *destu64 = totalbytesread;
1376 *destld = totalbytesread;
1443 *destld = totalbytesread;

Completed in 107 milliseconds