Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c461 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFileNode; in RemoveStaleFvFileOptions() local
471 FvFileNode = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)Node2; in RemoveStaleFvFileOptions()
478 &FvFileNode->FvFileName, // NameGuid in RemoveStaleFvFileOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c153 EFI_DEVICE_PATH_PROTOCOL *FvFileNode; in BmGetFileBufferByFvFilePath() local
165 FvFileNode = FilePath; in BmGetFileBufferByFvFilePath()
166 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &FvFileNode, &FvHandle); in BmGetFileBufferByFvFilePath()
182 FvFileNode = NextDevicePathNode (FilePath); in BmGetFileBufferByFvFilePath()
192 …ewDevicePath = AppendDevicePathNode (DevicePathFromHandle (LoadedImage->DeviceHandle), FvFileNode); in BmGetFileBufferByFvFilePath()
217 NewDevicePath = AppendDevicePathNode (DevicePathFromHandle (FvHandles[Index]), FvFileNode); in BmGetFileBufferByFvFilePath()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c217 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFileNode; in RemoveStaleFvFileOptions() local
227 FvFileNode = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)Node2; in RemoveStaleFvFileOptions()
234 &FvFileNode->FvFileName, // NameGuid in RemoveStaleFvFileOptions()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c190 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FvFileNode; in UpdateFvFileDevicePath() local
364 EfiInitializeFwVolDevicepathNode (&FvFileNode, FileGuid); in UpdateFvFileDevicePath()
365 NewDevicePath = AppendDevicePathNode (NewDevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &FvFileNode); in UpdateFvFileDevicePath()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c4313 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FvFileNode; in BdsLibUpdateFvFileDevicePath() local
4466 EfiInitializeFwVolDevicepathNode (&FvFileNode, FileGuid); in BdsLibUpdateFvFileDevicePath()
4467 NewDevicePath = AppendDevicePathNode (NewDevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &FvFileNode); in BdsLibUpdateFvFileDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c4196 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FvFileNode; in BdsLibUpdateFvFileDevicePath() local
4349 EfiInitializeFwVolDevicepathNode (&FvFileNode, FileGuid); in BdsLibUpdateFvFileDevicePath()
4350 NewDevicePath = AppendDevicePathNode (NewDevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &FvFileNode); in BdsLibUpdateFvFileDevicePath()