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

/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp451 uint8 driveID; local
472 for (driveID = 0; driveID < 32; driveID++) {
474 err = XHInqDev(driveID, &major, &minor, &startsect, NULL);
476 ;//dprintf("XHInqDev(%d) error %d\n", driveID, err);
478 dprintf("XHInqDev(%d): (%d,%d):%d\n", driveID, major, minor, startsect);
524 driveID = (uint8)major;
526 //if (driveID == gBootDriveID)
530 BlockHandle *drive = new(nothrow) XHDIDrive(driveID, majo
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp132 BIOSDrive(uint8 driveID);
533 uint8 driveID = i + 0x80; local
534 if (driveID == gBootDriveID)
537 BIOSDrive *drive = new(nothrow) BIOSDrive(driveID);
539 dprintf("could not add drive %u\n", driveID);
548 dprintf("could not read from drive %" B_PRIu8 ", not adding\n", driveID);
571 BIOSDrive::BIOSDrive(uint8 driveID) argument
573 fDriveID(driveID),
576 TRACE(("drive ID %u\n", driveID));
578 if (driveID <
[all...]

Completed in 35 milliseconds