Searched refs:totalbytesfree (Results 1 – 1 of 1) sorted by relevance
1229 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local1254 totalbytesfree = DELTA(bytes, DEVSTAT_FREE); in devstat_compute_statistics()1255 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()1267 totalblocksfree = totalbytesfree; in devstat_compute_statistics()1333 *destu64 = totalbytesfree; in devstat_compute_statistics()1387 *destld = totalbytesfree; in devstat_compute_statistics()1454 *destld = totalbytesfree; in devstat_compute_statistics()