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

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c590 uint32_t p_ent_size = PED_LE32_TO_CPU (gpt->SizeOfPartitionEntry); local
591 *ptes_bytes = p_ent_size * PED_LE32_TO_CPU (gpt->NumberOfPartitionEntries);
1030 uint32_t p_ent_size = PED_LE32_TO_CPU (gpt->SizeOfPartitionEntry); local
1034 = (GuidPartitionEntry_t *) ((char *) ptes + i * p_ent_size);

Completed in 225 milliseconds