HomeSort by: relevance | last modified time | path
    Searched refs:whichType (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/sysinst/arch/mac68k/
md.h 194 extern int whichType(struct apple_part_map_entry *);
md.c 289 switch (whichType(&map.blk[j])) {
612 whichType(part)
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)) {
1004 switch (whichType(&map.blk[i])) {
1154 if (whichType(&map.blk[i]))
1178 j = whichType(&map.blk[i])
    [all...]
menus.md.de 180 if (whichType(&map.blk[j]) == ROOT_PART) {
menus.md.en 181 if (whichType(&map.blk[j]) == ROOT_PART) {
menus.md.es 180 if (whichType(&map.blk[j]) == ROOT_PART) {
  /src/sys/arch/mac68k/mac68k/
disksubr.c 96 static int whichType(struct part_map_entry *);
126 whichType(struct part_map_entry *part)
186 if (whichType(part + i) != type)
284 switch (whichType(part + i)) {
  /src/sys/arch/macppc/macppc/
disksubr.c 131 static int whichType(struct part_map_entry *, u_int8_t *, int *);
167 whichType(struct part_map_entry *part, u_int8_t *fstype, int *clust)
269 if (whichType(part + i, &realtype, &clust) != type)
372 if (whichType(part + i, &realtype, &clust)) {

Completed in 32 milliseconds