/src/sys/arch/macppc/macppc/ |
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)) {
|
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)) {
|
/src/sys/arch/macppc/stand/ofwboot/ |
ofdev.c | 146 check_apm_root(struct part_map_entry *part, int *clust) 152 *clust = 0; /* may become 1 for A/UX partitions */ 171 *clust = bzb->bzbCluster; 189 int blkno, clust, lastblk, lastclust; local in function:search_mac_label 205 fstype = check_apm_root(pme, &clust); 207 if (fstype && (lastclust == -1 || clust < lastclust)) { 211 if ((lastclust = clust) == 0)
|
ofdev.c | 146 check_apm_root(struct part_map_entry *part, int *clust) 152 *clust = 0; /* may become 1 for A/UX partitions */ 171 *clust = bzb->bzbCluster; 189 int blkno, clust, lastblk, lastclust; local in function:search_mac_label 205 fstype = check_apm_root(pme, &clust); 207 if (fstype && (lastclust == -1 || clust < lastclust)) { 211 if ((lastclust = clust) == 0)
|