Searched defs:gpt_ent (Results 1 – 1 of 1) sorted by relevance
76 struct gpt_ent { struct77 uint8_t ent_type[16]; /* partition type GUID */78 uint8_t ent_guid[16]; /* unique partition GUID */79 uint64_t ent_lba_start; /* start of partition */80 uint64_t ent_lba_end; /* end of partition */81 uint64_t ent_attr; /* partition attributes */82 uint16_t ent_name[36]; /* partition name in UNICODE-16 */