Searched refs:driveCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp452 uint8 driveCount = 0; local
538 driveCount++;
545 if (!driveCount) { // try to fallback to BIOS XXX: use MetaDOS
565 driveCount++;
571 dprintf("number of drives: %d\n", driveCount);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp526 uint8 driveCount;
527 if (get_number_of_drives(&driveCount) != B_OK)
530 dprintf("number of drives: %d\n", driveCount);
532 for (int32 i = 0; i < driveCount; i++) {

Completed in 75 milliseconds