Searched defs:partition32 (Results 1 – 1 of 1) sorted by relevance
134 struct partition32 { /* the partition table */ struct135 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;