Searched refs:UNKNOWN_DEVICE (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/kernel/boot/
H A Ddisk_identifier.h19 UNKNOWN_DEVICE, enumerator in enum:device_types
/haiku/src/system/boot/platform/u-boot/
H A Ddevices.cpp81 disk_ident.device_type = UNKNOWN_DEVICE;
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp232 disk.device_type = UNKNOWN_DEVICE;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp387 if (drive->Identifier().device_type != UNKNOWN_DEVICE)
400 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
780 // UNKNOWN_BUS/UNKNOWN_DEVICE way to find the correct boot
792 fIdentifier.device_type = UNKNOWN_DEVICE;
951 // UNKNOWN_BUS/UNKNOWN_DEVICE way to find the correct boot
963 fIdentifier.device_type = UNKNOWN_DEVICE;
1082 fIdentifier.device_type = UNKNOWN_DEVICE;
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp207 identifier.device_type = UNKNOWN_DEVICE;
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp266 identifier.device_type = UNKNOWN_DEVICE;
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp447 if (drive->Identifier().device_type != UNKNOWN_DEVICE)
460 || compareDrive->Identifier().device_type != UNKNOWN_DEVICE)
825 // UNKNOWN_BUS/UNKNOWN_DEVICE way to find the correct boot
837 fIdentifier.device_type = UNKNOWN_DEVICE;
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp220 case UNKNOWN_DEVICE:

Completed in 48 milliseconds