Searched refs:totaltransfersother (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libdevstat/
H A Ddevstat.c1236 u_int64_t totaltransfersother, totalblocks, totalblocksread; local
1264 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA);
1267 totaltransfersother + totaltransfersfree;
1353 *destu64 = totaltransfersother;
1429 *destld = totaltransfersother;
1532 if (totaltransfersother > 0) {
1534 *destld /= totaltransfersother;

Completed in 65 milliseconds