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

/freebsd-10-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c128 #define AVAIL 1225388540ULL KB macro
133 .f_bavail = AVAIL / BSIZE,
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
137 #undef AVAIL macro
160 #define AVAIL (TOTAL / 2) macro
165 .f_bavail = AVAIL / BSIZE,
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
169 #undef AVAIL macro
189 #define AVAIL 15251512ULL macro
194 .f_bavail = AVAIL,
198 #undef AVAIL macro
[all...]

Completed in 44 milliseconds