Lines Matching defs:used
132 * This structure is used to chain mntent structures into a list
413 * Following string is used as a table header.
422 * Following string is used as a table header.
433 * Following string is used as a table header.
444 * Following string is used as a table header.
453 * Following string is used as a table header.
458 "Filesystem kbytes used avail capacity Mounted on\n"));
470 fsblkcnt64_t totalblks, availblks, avail, free, used;
525 used = totalblks - free;
528 avail = availblks > used ? availblks - used : (fsblkcnt64_t)0;
535 dbtok(used, (fsblkcnt64_t)sblock.fs_fsize),
539 (double)used / (double)availblks * 100.0);
545 t_used += dbtok(used, (fsblkcnt64_t)sblock.fs_fsize);
592 fsblkcnt64_t totalblks, avail, free, used, reserved;
596 used = totalblks - free;
608 dbtok(used, (fsblkcnt64_t)fs.f_frsize),
613 (double)used / (double)totalblks * 100.0);
619 t_used += dbtok(used,
637 fsfilcnt64_t used = total - free;
644 (void) printf("%8lld", used);
652 (void) printf("%6.0f%% ", (double)used / (double)total * 100.0);
1074 * Following string is used as a table header.
1091 * Following string is used as a table header.