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

/netbsd-current/usr.bin/systat/
H A Ddf.c82 int64_t used, bsize, bavail, availblks; local
105 availblks = bavail + used;
108 if (availblks == 0) {
111 pct = (1.0 * used) / availblks;
/netbsd-current/bin/df/
H A Ddf.c439 int64_t used, availblks, inodes; local
560 availblks = bavail + used;
574 availblks == 0 ? full : strspct(pb, sizeof(pb), used,
575 availblks, 0), sfsp->f_mntonname);
612 availblks == 0 ? full :
613 strspct(pb, sizeof(pb), used, availblks, 0));

Completed in 107 milliseconds