Searched refs:totalbytesfree (Results 1 – 1 of 1) sorted by relevance
1234 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local1259 totalbytesfree = DELTA(bytes, DEVSTAT_FREE); in devstat_compute_statistics()1260 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()1272 totalblocksfree = totalbytesfree; in devstat_compute_statistics()1338 *destu64 = totalbytesfree; in devstat_compute_statistics()1392 *destld = totalbytesfree; in devstat_compute_statistics()1459 *destld = totalbytesfree; in devstat_compute_statistics()