Lines Matching defs:_gpt_header
56 typedef struct _gpt_header { struct
57 __le64 signature;
58 __le32 revision;
59 __le32 header_size;
60 __le32 header_crc32;
61 __le32 reserved1;
62 __le64 my_lba;
63 __le64 alternate_lba;
64 __le64 first_usable_lba;
65 __le64 last_usable_lba;
66 efi_guid_t disk_guid;
67 __le64 partition_entry_lba;
68 __le32 num_partition_entries;
69 __le32 sizeof_partition_entry;
70 __le32 partition_entry_array_crc32;