Home
last modified time | relevance | path

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

/NextBSD/lib/libdevstat/
HDdevstat.c1227 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1252 totalbytesfree = DELTA(bytes, DEVSTAT_FREE); in devstat_compute_statistics()
1253 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1265 totalblocksfree = totalbytesfree; in devstat_compute_statistics()
1331 *destu64 = totalbytesfree; in devstat_compute_statistics()
1385 *destld = totalbytesfree; in devstat_compute_statistics()
1452 *destld = totalbytesfree; in devstat_compute_statistics()