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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
H A DBootOptionSupport.c183 BDS_SUPPORTED_DEVICE* SupportedDevice; local
187 SupportedDevice = SUPPORTED_BOOT_DEVICE_FROM_LINK(Entry);
189 if (SupportedDevice != Except) {
190 FreePool (SupportedDevice);
225 BDS_SUPPORTED_DEVICE *SupportedDevice; local
242 SupportedDevice = (BDS_SUPPORTED_DEVICE*)AllocatePool (sizeof(BDS_SUPPORTED_DEVICE));
258 UnicodeSPrint (SupportedDevice->Description,BOOT_DEVICE_DESCRIPTION_MAX,L"%s (%d MB)",FsInfo->VolumeLabel,(UINT32)(FsInfo->VolumeSize / (1024 * 1024)));
262 SupportedDevice->DevicePathProtocol = DevicePathProtocol;
263 SupportedDevice->Support = &BdsLoadOptionSupportList[BDS_DEVICE_FILESYSTEM];
265 InsertTailList (BdsLoadOptionList,&SupportedDevice
433 BDS_SUPPORTED_DEVICE *SupportedDevice; local
651 BDS_SUPPORTED_DEVICE *SupportedDevice; local
781 BDS_SUPPORTED_DEVICE *SupportedDevice; local
[all...]

Completed in 56 milliseconds