Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c266 BDS_REMOVABLE_DEVICE_SUPPORT RemovableDeviceSupport[] = { variable
283 …for (Index = 0; Index < sizeof (RemovableDeviceSupport) / sizeof (BDS_REMOVABLE_DEVICE_SUPPORT); I… in IsRemovableDevice()
284 if (RemovableDeviceSupport[Index].IsRemovable (TmpDevicePath)) { in IsRemovableDevice()
315 …for (Index = 0; Index < sizeof (RemovableDeviceSupport) / sizeof (BDS_REMOVABLE_DEVICE_SUPPORT); I… in TryRemovableDevice()
316 RemovableDevice = &RemovableDeviceSupport[Index]; in TryRemovableDevice()