Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1232 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1257 totalbytesfree = DELTA(bytes, DEVSTAT_FREE); in devstat_compute_statistics()
1258 totalbytes = totalbytesread + totalbyteswrite + totalbytesfree; in devstat_compute_statistics()
1270 totalblocksfree = totalbytesfree; in devstat_compute_statistics()
1336 *destu64 = totalbytesfree; in devstat_compute_statistics()
1390 *destld = totalbytesfree; in devstat_compute_statistics()
1457 *destld = totalbytesfree; in devstat_compute_statistics()