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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c112 PedSector total_space; local
121 total_space = fs_info->fat->cluster_count * fs_info->cluster_sectors;
123 min_free_space = total_space - new_total_space + dir_space;
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c499 int total_space = list->num + num_segments; local
502 (sizeof (*(list->strs)) * (total_space)));
523 if (list->num >= total_space) {
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c510 int total_space = list->num + num_segments; local
513 (sizeof (*(list->strs)) * (total_space)));
534 if (list->num >= total_space) {

Completed in 47 milliseconds