Searched refs:ped_unit_format (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dunit.h78 extern char* ped_unit_format (const PedDevice* dev, PedSector sector);
/osnet-11/usr/src/cmd/parted/
H A Dparted.c845 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 Dui.c932 def_str = ped_unit_format (dev, *value);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c130 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 Dunit.c294 ped_unit_format (const PedDevice* dev, PedSector sector) function
H A Ddisk.c622 char *fs_size = ped_unit_format (disk->dev, geom->length);
625 char* part_size = ped_unit_format (disk->dev,

Completed in 29 milliseconds