Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Ddisklabel32.h134 struct partition32 { /* the partition table */ struct
135 u_int32_t p_size; /* number of sectors in partition */
136 u_int32_t p_offset; /* starting sector */
137 u_int32_t p_fsize; /* filesystem basic fragment size */
138 u_int8_t p_fstype; /* filesystem type, see below */
139 u_int8_t p_frag; /* filesystem fragments per block */
140 union {
143 } __partition_u1;