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

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c169 uint32_t PartitionEntryArrayCRC32; member in struct:_GuidPartitionTableHeader_t
626 *valid = (ptes_crc == PED_LE32_TO_CPU (gpt->PartitionEntryArrayCRC32));
1021 if (ptes_crc != PED_LE32_TO_CPU (gpt->PartitionEntryArrayCRC32))
1157 gpt->PartitionEntryArrayCRC32 = PED_CPU_TO_LE32 (ptes_crc);

Completed in 27 milliseconds