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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
H A DBootOptionSupport.c124 BDS_LOAD_OPTION_SUPPORT BdsLoadOptionSupportList[] = { variable
170 BdsLoadOptionSupportList[Index].ListDevices (SupportedDeviceList);
207 if (BdsLoadOptionSupportList[Index].IsSupported (DevicePath)) {
208 *DeviceSupport = &BdsLoadOptionSupportList[Index];
263 SupportedDevice->Support = &BdsLoadOptionSupportList[BDS_DEVICE_FILESYSTEM];
509 SupportedDevice->Support = &BdsLoadOptionSupportList[BDS_DEVICE_MEMMAP];
681 SupportedDevice->Support = &BdsLoadOptionSupportList[BDS_DEVICE_PXE];
847 SupportedDevice->Support = &BdsLoadOptionSupportList[BDS_DEVICE_TFTP];

Completed in 22 milliseconds