Home
last modified time | relevance | path

Searched refs:MEDIA_FW_VOL_FILEPATH_DEVICE_PATH (Results 1 – 25 of 41) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiNotTiano.c287 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/
DUefiNotTiano.c273 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/
DSmramProfileRecord.c43 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/
DUefiNotTiano.c329 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/
DDevicePath.c496 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/
DRtDevicePath.c593 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/
DBdsAppLoader.c44 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/
DSmramProfileRecord.c512 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/
DScriptExecute.c230 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/
DUpdateDispatcher.c605 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/
DEdkIIGlueUefiLib.h595 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/
DIntelBdsPlatformCommon.c31 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH ShellNode; in BdsLibBuildOptionFromApp()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h435 } 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/
DDxeServicesLib.c666 …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/
DPlatformBootManager.c178 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/
DPlatformBm.c341 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/
DDevicePath.h1076 } 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/
DEfiDriverLib.h1171 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode,
1188 IN MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvDevicePathNode
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiLib.h1030 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/
DMemoryProfileRecord.c570 …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/
DScriptSave.c813 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/
DArmFvpDxe.c65 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileDevicePath; in InternalFindFdtByGuid()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c131 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH FileNode; in PlatformRegisterFvBootOption()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpUtilities.c296 …NameGuid = EfiGetNameGuidFromFwVolDevicePathNode ((MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) DevicePath… in DpGetNameFromHandle()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c99 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()

12