Home
last modified time | relevance | path

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

/netbsd-src/lib/libukfs/
H A Dukfs_int_disklabel.h133 struct ukfs__partition { /* the partition table */ struct
134 uint32_t p_size; /* number of sectors in partition */
135 uint32_t p_offset; /* starting sector */
136 union {
140 } __partition_u2;
143 uint8_t p_fstype; /* filesystem type, see below */
144 uint8_t p_frag; /* filesystem fragments per block */
145 union {
148 } __partition_u1;