Home
last modified time | relevance | path

Searched refs:whichType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c289 switch (whichType(&map.blk[j])) { in md_make_bsd_partitions()
612 whichType(part) in whichType() function
673 switch(whichType(part)) {
702 switch(whichType(part)) {
749 switch(whichType(part)) {
801 if (whichType(&map.blk[i]) != type || bzb->flags.used)
975 if (whichType(&map.blk[i]) && (j < MAXPARTITIONS - 1)) { in sortmerge()
1004 switch (whichType(&map.blk[i])) { in sortmerge()
1154 if (whichType(&map.blk[i])) in edit_diskmap()
1178 j = whichType(&map.blk[i]);
H A Dmd.h194 extern int whichType(struct apple_part_map_entry *);
H A Dmenus.md.en181 if (whichType(&map.blk[j]) == ROOT_PART) {
H A Dmenus.md.es180 if (whichType(&map.blk[j]) == ROOT_PART) {
H A Dmenus.md.de180 if (whichType(&map.blk[j]) == ROOT_PART) {
/netbsd-src/sys/arch/mac68k/mac68k/
H A Ddisksubr.c96 static int whichType(struct part_map_entry *);
126 whichType(struct part_map_entry *part) in whichType() function
186 if (whichType(part + i) != type) in getNamedType()
284 switch (whichType(part + i)) { in read_mac_label()
/netbsd-src/sys/arch/macppc/macppc/
H A Ddisksubr.c131 static int whichType(struct part_map_entry *, u_int8_t *, int *);
167 whichType(struct part_map_entry *part, u_int8_t *fstype, int *clust) in whichType() function
269 if (whichType(part + i, &realtype, &clust) != type) in getNamedType()
372 if (whichType(part + i, &realtype, &clust)) { in read_mac_label()