Searched defs:part_desc (Results 1 – 1 of 1) sorted by relevance
559 struct part_desc { struct560 struct desc_tag tag;561 uint32_t seq_num; /* MAX prevailing */562 uint16_t flags; /* bit 0 : if set the space is allocated */563 uint16_t part_num; /* KEY */564 struct regid contents;565 union {568 } _impl_use;569 uint32_t access_type; /* R/W, WORM etc. */570 uint32_t start_loc; /* start of partition with given length */[all …]