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

  /src/usr.sbin/sysinst/arch/mac68k/
md.h 69 #define ROOT_PART 1
md.c 294 case ROOT_PART:
650 type = ROOT_PART;
674 case ROOT_PART:
703 case ROOT_PART:
751 case ROOT_PART:
803 if (type == ROOT_PART) {
984 if (findStdType(map.in_use_cnt, in_use, ROOT_PART, &map.root_cnt, 0))
985 findStdType(map.in_use_cnt, in_use, ROOT_PART, &map.root_cnt, -1);
1005 case ROOT_PART:
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 82 #define ROOT_PART 1
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:
  /src/sys/arch/atari/stand/ahdilabel/
read.c 228 #define ROOT_PART 0
234 while (pno == ROOT_PART || pno == SWAP_PART || pno == RAW_PART)
239 ptable->parts[i].letter = ROOT_PART;
  /src/sys/arch/macppc/macppc/
disksubr.c 124 #define ROOT_PART 1
197 type = ROOT_PART;
220 type = ROOT_PART;
272 if (type == ROOT_PART) {
352 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot))
353 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot);
368 * Additional ROOT_PART will turn into a plain old

Completed in 18 milliseconds