Searched defs:part_desc (Results 1 – 1 of 1) sorted by relevance
536 struct part_desc { struct537 struct desc_tag tag;538 uint32_t seq_num; /* MAX prevailing */539 uint16_t flags; /* bit 0 : if set the space is allocated */540 uint16_t part_num; /* KEY */541 struct regid contents;542 union {545 } _impl_use;546 uint32_t access_type; /* R/W, WORM etc. */547 uint32_t start_loc; /* start of partition with given length */[all …]