Home
last modified time | relevance | path

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

/minix3/sys/sys/
H A Ddisklabel_gpt.h76 struct gpt_ent { struct
77 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 */