Lines Matching defs:gpt_hdr
44 struct gpt_hdr { struct
45 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 */
54 uint8_t hdr_guid[16]; /* GUID to identify the disk */
55 uint64_t hdr_lba_table; /* first LBA of GPE array */
56 uint32_t hdr_entries; /* number of entries in GPE array */
57 uint32_t hdr_entsz; /* size of each GPE */
58 uint32_t hdr_crc_table; /* CRC32 of GPE array */