Home
last modified time | relevance | path

Searched defs:gpt_partition (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/sys/
H A Ddisklabel.h376 struct gpt_partition { struct
377 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 */