Lines Matching defs:part_entry
23 struct part_entry { struct24 uint8_t active_flag; /* 0x80 if "active" */25 uint8_t start_head;26 uint8_t start_sect;27 uint8_t start_cyl;28 uint8_t ostype;29 uint8_t end_head;30 uint8_t end_sect;31 uint8_t end_cyl;32 uint32_t start_lba;33 uint32_t length;