Searched refs:ped_unit_format (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | unit.h | 78 extern char* ped_unit_format (const PedDevice* dev, PedSector sector);
|
/osnet-11/usr/src/cmd/parted/ |
H A D | parted.c | 845 start_usr = ped_unit_format (*dev, start); 846 end_usr = ped_unit_format (*dev, end); 847 start_sol = ped_unit_format (*dev, part->geom.start); 848 end_sol = ped_unit_format (*dev, part->geom.end); 1054 start_usr = ped_unit_format (*dev, start); 1055 end_usr = ped_unit_format (*dev, end); 1056 start_sol = ped_unit_format (*dev, part->geom.start); 1057 end_sol = ped_unit_format (*dev, part->geom.end); 1332 compact = ped_unit_format (dev, sector); 1483 start = ped_unit_format (*de [all...] |
H A D | ui.c | 932 def_str = ped_unit_format (dev, *value);
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | calc.c | 130 char* needed = ped_unit_format (geom->dev, min_free_space); 131 char* have = ped_unit_format (geom->dev, free_space);
|
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | unit.c | 294 ped_unit_format (const PedDevice* dev, PedSector sector) function
|
H A D | disk.c | 622 char *fs_size = ped_unit_format (disk->dev, geom->length); 625 char* part_size = ped_unit_format (disk->dev,
|
Completed in 60 milliseconds