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

  /src/sys/arch/x68k/stand/boot_ufs/
bootmain.c 101 #define MAXPART 6
102 const unsigned char partition_conv[MAXPART + 1] = { 0, 1, 3, 4, 5, 6, 7 };
131 for (i = 0; i < MAXPART; i++)
  /src/sys/arch/x68k/stand/xxboot/
bootmain.c 115 #define MAXPART (6)
153 for (i = 0; i < MAXPART; i++) {

Completed in 13 milliseconds