Searched defs:RemovableDevice (Results 1 - 2 of 2) sorted by relevance

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

Completed in 48 milliseconds