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

  /src/sys/arch/mac68k/mac68k/
disksubr.c 83 #define UFS_PART 2
155 type = UFS_PART;
195 } else if (type == UFS_PART) {
272 if (getNamedType(part, NUM_PARTS, lp, UFS_PART, 0, &maxslot))
273 getNamedType(part, NUM_PARTS, lp, UFS_PART, -1, &maxslot);
288 * UFS_PART partition, live with it.
290 case UFS_PART:
  /src/sys/arch/macppc/macppc/
disksubr.c 125 #define UFS_PART 2
206 type = UFS_PART;
223 type = UFS_PART;
276 } else if (type == UFS_PART) {
354 if (getNamedType(part, NUM_PARTS, lp, UFS_PART, 0, &maxslot))
355 getNamedType(part, NUM_PARTS, lp, UFS_PART, -1, &maxslot);
369 * UFS_PART partition, live with it.
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 70 #define UFS_PART 2

Completed in 13 milliseconds