Searched defs:gpt_partition (Results 1 – 1 of 1) sorted by relevance
376 struct gpt_partition { struct377 struct uuid gp_type; /* partition type GUID */378 struct uuid gp_guid; /* unique partition GUID */379 u_int64_t gp_lba_start; /* starting LBA of this partition */380 u_int64_t gp_lba_end; /* ending LBA of this partition, inclusive,382 u_int64_t gp_attrs; /* attribute flags */383 u_int16_t gp_name[GPTPARTNAMESIZE]; /* partition name, utf-16le */