Lines Matching defs:part_desc
536 struct part_desc { struct
537 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 */
548 uint32_t part_len;
549 struct regid imp_id;
550 uint8_t imp_use[128];
551 uint8_t reserved[156];