Searched refs:ROOT_PART (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/mac68k/
H A Dmd.h69 #define ROOT_PART 1 macro
H A Dmd.c285 case ROOT_PART:
651 type = ROOT_PART;
675 case ROOT_PART:
704 case ROOT_PART:
752 case ROOT_PART:
804 if (type == ROOT_PART) {
985 if (findStdType(map.in_use_cnt, in_use, ROOT_PART, &map.root_cnt, 0))
986 findStdType(map.in_use_cnt, in_use, ROOT_PART, &map.root_cnt, -1);
1006 case ROOT_PART:
H A Dmenus.md.de180 if (whichType(&map.blk[j]) == ROOT_PART) {
H A Dmenus.md.en180 if (whichType(&map.blk[j]) == ROOT_PART) {
H A Dmenus.md.es180 if (whichType(&map.blk[j]) == ROOT_PART) {
H A Dmenus.md.pl182 if (whichType(&map.blk[j]) == ROOT_PART) {
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Ddisksubr.c82 #define ROOT_PART 1 macro
153 type = ROOT_PART;
189 if (type == ROOT_PART) {
270 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot))
271 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot);
285 case ROOT_PART:
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/ahdilabel/
H A Dread.c228 #define ROOT_PART 0 macro
234 while (pno == ROOT_PART || pno == SWAP_PART || pno == RAW_PART)
239 ptable->parts[i].letter = ROOT_PART;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Ddisksubr.c124 #define ROOT_PART 1 macro
197 type = ROOT_PART;
220 type = ROOT_PART;
273 if (type == ROOT_PART) {
357 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot))
358 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot);
373 * Additional ROOT_PART will turn into a plain old

Completed in 115 milliseconds