Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevstat/
H A Ddevstat.c1229 u_int64_t totalbytes, totalbytesread, totalbyteswrite, totalbytesfree; in devstat_compute_statistics() local
1254 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()