Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c305 BDS_REMOVABLE_DEVICE_SUPPORT* RemovableDevice; in TryRemovableDevice() local
309 RemovableDevice = NULL; in TryRemovableDevice()
316 RemovableDevice = &RemovableDeviceSupport[Index]; in TryRemovableDevice()
317 if (RemovableDevice->IsRemovable (TmpDevicePath)) { in TryRemovableDevice()
331 Status = RemovableDevice->GetDevice (RemovableDevicePath, DeviceHandle, NewDevicePath); in TryRemovableDevice()
337 Status = RemovableDevice->GetDevice (RemovableDevicePath, DeviceHandle, NewDevicePath); in TryRemovableDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
DScsiBus.h103 BOOLEAN RemovableDevice; member
DScsiBus.c1374 ScsiIoDevice->RemovableDevice = InquiryData->Rmb; in DiscoverScsiDevice()