Searched defs:part_entry (Results 1 – 2 of 2) sorted by relevance
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;[all …]
56 struct part_entry { struct57 struct partition *part;58 char *sec_buffer;59 sector_t start_offset;60 int modified;