/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiNotTiano.c | 287 IN CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode in EfiGetNameGuidFromFwVolDevicePathNode() 320 IN OUT MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, in EfiInitializeFwVolDevicepathNode() 332 SetDevicePathNodeLength (&FvDevicePathNode->Header, sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH)); in EfiInitializeFwVolDevicepathNode()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiNotTiano.c | 273 IN CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode in EfiGetNameGuidFromFwVolDevicePathNode() 309 IN OUT MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, in EfiInitializeFwVolDevicepathNode() 323 SetDevicePathNodeLength (&FvDevicePathNode->Header, sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH)); in EfiInitializeFwVolDevicepathNode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/ |
D | SmramProfileRecord.c | 43 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath; in GetFileNameFromFilePath() 45 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath; in GetFileNameFromFilePath() 50 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/ |
D | UefiNotTiano.c | 329 IN CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode in GlueEfiGetNameGuidFromFwVolDevicePathNode() 353 IN OUT MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, in GlueEfiInitializeFwVolDevicepathNode() 362 SetDevicePathNodeLength (&FvDevicePathNode->Header, sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH)); in GlueEfiInitializeFwVolDevicepathNode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
D | DevicePath.c | 496 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, in EfiInitializeFwVolDevicepathNode() 518 SetDevicePathNodeLength (&FvDevicePathNode->Header, sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH)); in EfiInitializeFwVolDevicepathNode() 526 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode in EfiGetNameGuidFromFwVolDevicePathNode()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
D | RtDevicePath.c | 593 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, in RtEfiInitializeFwVolDevicepathNode() 615 SetDevicePathNodeLength (&FvDevicePathNode->Header, sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH)); in RtEfiInitializeFwVolDevicepathNode() 623 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode in RtEfiGetNameGuidFromFwVolDevicePathNode()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsAppLoader.c | 44 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileDevicePath; in LocateEfiApplicationInFvByName() 163 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FvFileDevicePath; in LocateEfiApplicationInFvByGuid()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | SmramProfileRecord.c | 512 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FilePath; in RegisterImageToDxe() 513 …UINT8 TempBuffer[sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + sizeof (… in RegisterImageToDxe() 517 FilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)TempBuffer; in RegisterImageToDxe() 551 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FilePath; in UnregisterImageFromDxe() 552 …UINT8 TempBuffer[sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + sizeof (… in UnregisterImageFromDxe() 556 FilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)TempBuffer; in UnregisterImageFromDxe() 647 …UINT8 TempBuffer[sizeof(MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + sizeof(EF… in RegisterSmmCore() 648 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FilePath; in RegisterSmmCore() 650 FilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) TempBuffer; in RegisterSmmCore() 756 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath; in GetFileNameFromFilePath() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ |
D | ScriptExecute.c | 230 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FilePath; in RegisterMemoryProfileImage() 231 …UINT8 TempBuffer[sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + sizeof (… in RegisterMemoryProfileImage() 235 FilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)TempBuffer; in RegisterMemoryProfileImage()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
D | UpdateDispatcher.c | 605 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FwVolFilePathNode; in InitializeUpdateDriver() 606 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *AlignedDevPathNode; in InitializeUpdateDriver() 673 …if (EfiGetNameGuidFromFwVolDevicePathNode ((MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)FilePathNode)!= NU… in InitializeUpdateDriver() 674 FwVolFilePathNode = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePathNode; in InitializeUpdateDriver()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueUefiLib.h | 595 IN OUT MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, 611 IN CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/ |
D | IntelBdsPlatformCommon.c | 31 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH ShellNode; in BdsLibBuildOptionFromApp()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiDevicePath.h | 435 } MEDIA_FW_VOL_FILEPATH_DEVICE_PATH; typedef 521 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH PiwgFirmwareFile; 571 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *PiwgFirmwareFile;
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/ |
D | DxeServicesLib.c | 666 …FvNameGuid = EfiGetNameGuidFromFwVolDevicePathNode ((CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) De… in GetFileBufferByFilePath() 980 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *TempFvFileDevicePath; in GetFileDevicePathFromAnyFv() 1061 …TempFvFileDevicePath = AllocateZeroPool (sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + END_DEVICE_P… in GetFileDevicePathFromAnyFv() 1066 …EfiInitializeFwVolDevicepathNode ((MEDIA_FW_VOL_FILEPATH_DEVICE_PATH*)TempFvFileDevicePath, NameGu… in GetFileDevicePathFromAnyFv()
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 178 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in FvFilePath() 263 …NameGuid = EfiGetNameGuidFromFwVolDevicePathNode ((CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) Devi… in IsBootManagerMenuAppFilePath()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
D | PlatformBm.c | 341 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() 461 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFileNode; in RemoveStaleFvFileOptions() 471 FvFileNode = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)Node2; in RemoveStaleFvFileOptions()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DevicePath.h | 1076 } MEDIA_FW_VOL_FILEPATH_DEVICE_PATH; typedef 1259 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FirmwareFile; 1316 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FirmwareFile;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
D | EfiDriverLib.h | 1171 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, 1188 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | UefiLib.h | 1030 IN OUT MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode, 1055 IN CONST MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | MemoryProfileRecord.c | 570 …UINT8 TempBuffer[sizeof(MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + sizeof(EF… in RegisterDxeCore() 571 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FilePath; in RegisterDxeCore() 590 FilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) TempBuffer; in RegisterDxeCore() 691 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *ThisFilePath; in GetFileNameFromFilePath() 696 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) FilePath; in GetFileNameFromFilePath() 702 ThisFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) NextDevicePathNode (ThisFilePath); in GetFileNameFromFilePath()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ |
D | ScriptSave.c | 813 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FilePath; in RegisterMemoryProfileImage() 814 …UINT8 TempBuffer[sizeof (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH) + sizeof (… in RegisterMemoryProfileImage() 818 FilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)TempBuffer; in RegisterMemoryProfileImage()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/ |
D | ArmFvpDxe.c | 65 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileDevicePath; in InternalFindFdtByGuid()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 131 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/ |
D | DpUtilities.c | 296 …NameGuid = EfiGetNameGuidFromFwVolDevicePathNode ((MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) DevicePath… in DpGetNameFromHandle()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | BdsPlatform.c | 99 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption() 217 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFileNode; in RemoveStaleFvFileOptions() 227 FvFileNode = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *)Node2; in RemoveStaleFvFileOptions()
|