Home
last modified time | relevance | path

Searched refs:SGI_BOOT_BLOCK_MAXVOLDIRS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/sgimips/stand/sgivol/
Dsgivol.c280 if (slot < 0 || slot >= SGI_BOOT_BLOCK_MAXVOLDIRS) in names_match()
312 for (i = 0; i < SGI_BOOT_BLOCK_MAXVOLDIRS; ++i) in display_vol()
397 for (i = 0; i < SGI_BOOT_BLOCK_MAXVOLDIRS; ++i) { in read_file()
402 if (i >= SGI_BOOT_BLOCK_MAXVOLDIRS) in read_file()
438 for (i = 0; i < SGI_BOOT_BLOCK_MAXVOLDIRS; ++i) { in write_file()
512 for (i = 0; i < SGI_BOOT_BLOCK_MAXVOLDIRS; ++i) { in delete_file()
517 if (i >= SGI_BOOT_BLOCK_MAXVOLDIRS) in delete_file()
547 for (i = 0; i < SGI_BOOT_BLOCK_MAXVOLDIRS; i++) { in move_file()
620 while (n < SGI_BOOT_BLOCK_MAXVOLDIRS) { in allocate_space()
/netbsd/src/sys/sys/
Dbootblock.h1306 #define SGI_BOOT_BLOCK_MAXVOLDIRS 15 macro
1356 } voldir[SGI_BOOT_BLOCK_MAXVOLDIRS];
/netbsd/src/sbin/svhlabel/
Dsvhlabel.c264 for (i = 0; i < SGI_BOOT_BLOCK_MAXVOLDIRS; i++) { in convert_sgi_boot_block()