Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c166 OUT BDS_SUPPORTED_DEVICE** SupportedBootDevice in SelectBootDevice() argument
193 *SupportedBootDevice = SUPPORTED_BOOT_DEVICE_FROM_LINK(Entry); in SelectBootDevice()
194 Print(L"[%d] %s\n",SupportedDeviceCount+1,(*SupportedBootDevice)->Description); in SelectBootDevice()
202 …DevicePathTxt = DevicePathToTextProtocol->ConvertDevicePathToText ((*SupportedBootDevice)->DeviceP… in SelectBootDevice()
244 *SupportedBootDevice = SUPPORTED_BOOT_DEVICE_FROM_LINK(Entry); in SelectBootDevice()
251 BootDeviceListSupportedFree (&SupportedDeviceList, *SupportedBootDevice); in SelectBootDevice()
261 BDS_SUPPORTED_DEVICE* SupportedBootDevice; in BootMenuAddBootOption() local
274 SupportedBootDevice = NULL; in BootMenuAddBootOption()
277 Status = SelectBootDevice (&SupportedBootDevice); in BootMenuAddBootOption()
285 …Status = SupportedBootDevice->Support->CreateDevicePathNode (L"EFI Application or the kernel", &De… in BootMenuAddBootOption()
[all …]