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

  /src/sys/arch/atari/include/
disklabel.h 46 #define SWAP_PART 1 /* xx?b is default swap partition */
  /src/sys/arch/mac68k/mac68k/
disksubr.c 84 #define SWAP_PART 3
157 type = SWAP_PART;
203 } else if (type == SWAP_PART) {
274 getNamedType(part, NUM_PARTS, lp, SWAP_PART, -1, &maxslot);
293 case SWAP_PART:
  /src/sys/arch/macppc/macppc/
disksubr.c 126 #define SWAP_PART 3
226 type = SWAP_PART;
282 } else if (type == SWAP_PART) {
356 getNamedType(part, NUM_PARTS, lp, SWAP_PART, -1, &maxslot);
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 71 #define SWAP_PART 3

Completed in 13 milliseconds