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

  /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)) {
  /src/usr.sbin/sysinst/arch/mac68k/
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...]

Completed in 13 milliseconds