Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootMenu.c400 BDS_LOAD_OPTION_SUPPORT* DeviceSupport; in BootMenuUpdateBootOption() local
420 Status = BootDeviceGetDeviceSupport (BootOption->FilePathList, &DeviceSupport); in BootMenuUpdateBootOption()
428 …Status = DeviceSupport->UpdateDevicePathNode (BootOption->FilePathList, L"EFI Application or the k… in BootMenuUpdateBootOption()
463 …Status = DeviceSupport->UpdateDevicePathNode (BootOption->FilePathList, L"EFI Application", &Devic… in BootMenuUpdateBootOption()
DBdsInternal.h102 OUT BDS_LOAD_OPTION_SUPPORT **DeviceSupport
DBootOptionSupport.c200 OUT BDS_LOAD_OPTION_SUPPORT **DeviceSupport in BootDeviceGetDeviceSupport() argument
208 *DeviceSupport = &BdsLoadOptionSupportList[Index]; in BootDeviceGetDeviceSupport()