Searched defs:gpt_header (Results 1 – 1 of 1) sorted by relevance
355 struct gpt_header { struct356 u_int64_t gh_sig; /* "EFI PART" */357 u_int32_t gh_rev; /* GPT Version 1.0: 0x00000100 */358 u_int32_t gh_size; /* Little-Endian */359 u_int32_t gh_csum; /* CRC32: with this field as 0 */360 u_int32_t gh_rsvd; /* always zero */361 u_int64_t gh_lba_self; /* LBA of this header */362 u_int64_t gh_lba_alt; /* LBA of alternate header */363 u_int64_t gh_lba_start; /* first usable LBA */364 u_int64_t gh_lba_end; /* last usable LBA */[all …]