Home
last modified time | relevance | path

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

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