Searched refs:SWAP_PART (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/atari/include/
H A Ddisklabel.h46 #define SWAP_PART 1 /* xx?b is default swap partition */ macro
/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmd.h71 #define SWAP_PART 3 macro
H A Dmd.c299 case SWAP_PART:
656 type = SWAP_PART;
678 case SWAP_PART:
712 case SWAP_PART:
755 case SWAP_PART:
816 } else if (type == SWAP_PART) {
988 if (findStdType(map.in_use_cnt, in_use, SWAP_PART, &map.swap_cnt, 0))
989 findStdType(map.in_use_cnt, in_use, SWAP_PART, &map.swap_cnt, -1);
1013 case SWAP_PART:
/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c84 #define SWAP_PART 3 macro
157 type = SWAP_PART;
203 } else if (type == SWAP_PART) {
274 getNamedType(part, NUM_PARTS, lp, SWAP_PART, -1, &maxslot);
293 case SWAP_PART:
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dread.c234 while (pno == ROOT_PART || pno == SWAP_PART || pno == RAW_PART)
242 ptable->parts[i].letter = SWAP_PART;
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c126 #define SWAP_PART 3 macro
226 type = SWAP_PART;
282 } else if (type == SWAP_PART) {
356 getNamedType(part, NUM_PARTS, lp, SWAP_PART, -1, &maxslot);

Completed in 96 milliseconds