Searched defs:gpt_hdr (Results 1 – 1 of 1) sorted by relevance
44 struct gpt_hdr { struct45 int8_t hdr_sig[8]; /* identifies GUID Partition Table */46 uint32_t hdr_revision; /* GPT specification revsion */47 uint32_t hdr_size; /* size of GPT Header */48 uint32_t hdr_crc_self; /* CRC32 of GPT Header */49 uint32_t hdr__rsvd0; /* must be zero */50 uint64_t hdr_lba_self; /* LBA that contains this Header */51 uint64_t hdr_lba_alt; /* LBA of backup GPT Header */52 uint64_t hdr_lba_start; /* first LBA usable for partitions */53 uint64_t hdr_lba_end; /* last LBA usable for partitions */[all …]