Home
last modified time | relevance | path

Searched refs:clust (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c146 check_apm_root(struct part_map_entry *part, int *clust) in check_apm_root() argument
152 *clust = 0; /* may become 1 for A/UX partitions */ in check_apm_root()
171 *clust = bzb->bzbCluster; in check_apm_root()
189 int blkno, clust, lastblk, lastclust; in search_mac_label() local
205 fstype = check_apm_root(pme, &clust); in search_mac_label()
207 if (fstype && (lastclust == -1 || clust < lastclust)) { in search_mac_label()
211 if ((lastclust = clust) == 0) in search_mac_label()
/netbsd-src/sys/arch/macppc/macppc/
H A Ddisksubr.c167 whichType(struct part_map_entry *part, u_int8_t *fstype, int *clust) in whichType() argument
176 *clust = 0; /* only A/UX partitions not in cluster 0 */ in whichType()
216 *clust = bzb->bzbCluster; in whichType()
265 int i = 0, clust; in getNamedType() local
269 if (whichType(part + i, &realtype, &clust) != type) in getNamedType()
273 if (alt >= 0 && alt != clust) in getNamedType()
277 if (alt >= 0 && alt != clust) in getNamedType()
329 int i, slot, maxslot = 0, clust; in read_mac_label() local
372 if (whichType(part + i, &realtype, &clust)) { in read_mac_label()