Home
last modified time | relevance | path

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

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