Lines Matching refs:partitions
81 * Some ports seem to not set the number of partitions
133 if (vh->partitions[i].blocks == 0)
139 switch (vh->partitions[i].type) {
142 * For some reason, my IRIX CDs list EFS partitions as SYSV!?
145 if (is_efs(sd, vh->partitions[i].first)) {
147 npe.p_size = vh->partitions[i].blocks;
148 npe.p_offset = vh->partitions[i].first;
156 if (label.d_secperunit != (uint32_t)vh->partitions[i].blocks)
158 label.d_secperunit = vh->partitions[i].blocks;
270 BE32TOH(vh->partitions[i].blocks);
271 BE32TOH(vh->partitions[i].first);
272 BE32TOH(vh->partitions[i].type);