Searched defs:gpt_hdr (Results 1 – 2 of 2) sorted by relevance
44 struct gpt_hdr { struct45 int8_t hdr_sig[8]; /* identifies GUID Partition Table */46 uint32_t hdr_revision; /* GPT specification revision */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 …]
692 gpt_hdr(gpt_t gpt) in gpt_hdr() function1104 void (*cfn)(struct gpt_hdr *, void *, int), void *v) in gpt_change_hdr() argument