Home
last modified time | relevance | path

Searched defs:part_desc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/isofs/udf/
H A Decma167-udf.h536 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 */
[all …]