Searched defs:ptes_size (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c711 normally set to disk->dev->length - 2 - ptes_size (at least for parted
712 created volumes), where ptes_size is the number of entries *
1136 PedSector ptes_size = writing_entry_count local
1142 = PED_CPU_TO_LE64 (disk->dev->length - 1 - ptes_size);
1198 int ptes_size; local
1215 ptes_size = sizeof (GuidPartitionEntry_t) * writing_entry_count;
1216 ptes = (GuidPartitionEntry_t *) ped_malloc (ptes_size);
1219 memset (ptes, 0, ptes_size);
1247 ptes_size / disk->dev->sector_size))
1264 ptes_size / dis
[all...]

Completed in 22 milliseconds