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

  /src/sbin/svhlabel/
svhlabel.c 132 for (i = j = 0; i < SGI_BOOT_BLOCK_MAXPARTITIONS; i++) {
269 for (i = 0; i < SGI_BOOT_BLOCK_MAXPARTITIONS; i++) {
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 321 for (i = 0; i < SGI_BOOT_BLOCK_MAXPARTITIONS; ++i) {
577 if (partno < 0 || partno >= SGI_BOOT_BLOCK_MAXPARTITIONS)
  /src/sys/sys/
bootblock.h 1305 #define SGI_BOOT_BLOCK_MAXPARTITIONS 16
1361 } partitions[SGI_BOOT_BLOCK_MAXPARTITIONS];

Completed in 15 milliseconds