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

/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp457 BIOSDrive *compareDrive = (BIOSDrive *)device; local
459 if (compareDrive == drive
460 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
467 if (!memcmp(&drive->Identifier(), &compareDrive->Identifier(),
474 const disk_identifier& otherId = compareDrive->Identifier();
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp397 BlockHandle *compareDrive = (BlockHandle *)device; local
399 if (compareDrive == drive
400 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
403 if (!memcmp(&drive->Identifier(), &compareDrive->Identifier(),

Completed in 44 milliseconds