disksubr.c | 167 whichType(struct part_map_entry *part, u_int8_t *fstype, int *clust) 176 *clust = 0; /* only A/UX partitions not in cluster 0 */ 216 *clust = bzb->bzbCluster; 265 int i = 0, clust; local in function:getNamedType 269 if (whichType(part + i, &realtype, &clust) != type) 273 if (alt >= 0 && alt != clust) 277 if (alt >= 0 && alt != clust) 329 int i, slot, maxslot = 0, clust; local in function:read_mac_label 372 if (whichType(part + i, &realtype, &clust)) {
|