HomeSort by: relevance | last modified time | path
    Searched refs:AVAIL (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/bin/df/
getmntinfo.c 128 #define AVAIL 1225388540ULL KB
133 .f_bavail = AVAIL / BSIZE,
134 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
137 #undef AVAIL
160 #define AVAIL (TOTAL / 2)
165 .f_bavail = AVAIL / BSIZE,
166 .f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
169 #undef AVAIL
189 #define AVAIL 15251512ULL
194 .f_bavail = AVAIL,
    [all...]
  /src/tests/sbin/newfs_msdos/
t_create.sh 34 AVAIL=$( df -m ${TMPDIR} | awk '{if (int($4) > 0) print $4}' )
35 if [ $AVAIL -lt 34 ]; then
  /src/tests/fs/zfs/
t_zpool.sh 46 AVAIL=$( df -m ${TMPDIR} | awk '{if (int($4) > 0) print $4}' )
47 if [ $AVAIL -lt 65 ]; then
  /src/tests/lib/libc/db/
t_db.sh 922 AVAIL=$( df -m ${TMPDIR} | awk '{if (int($4) > 0) print $4}' )
924 if [ $AVAIL -gt 30 ]; then
927 if [ $AVAIL -gt 60 ]; then
  /src/regress/sys/fs/lfs/ckckp/
check-all 227 if (m/AVAIL GIVEN/ ||

Completed in 15 milliseconds