Searched defs:gpt_hdr (Results 1 – 1 of 1) sorted by relevance
34 struct gpt_hdr { struct35 char hdr_sig[8];37 uint32_t hdr_revision;61 #define GPT_MIN_HDR_SIZE __offsetof(struct gpt_hdr, padding) argument