Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h429 } MEDIA_FW_VOL_DEVICE_PATH; typedef
520 MEDIA_FW_VOL_DEVICE_PATH PiwgFirmwareVolume;
570 MEDIA_FW_VOL_DEVICE_PATH *PiwgFirmwareVolume;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbSmmDxe.h52 MEDIA_FW_VOL_DEVICE_PATH FvDevPath;
DFvbService.h85 MEDIA_FW_VOL_DEVICE_PATH FvDevPath;
DFvbSmmDxe.c82 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)),
83 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8)
DFvbService.c75 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)),
76 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.h37 MEDIA_FW_VOL_DEVICE_PATH FvDevPath;
DFwVolBlock.c51 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)),
52 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1083 } MEDIA_FW_VOL_DEVICE_PATH; typedef
1248 MEDIA_FW_VOL_DEVICE_PATH FirmwareVolume;
1304 MEDIA_FW_VOL_DEVICE_PATH *FirmwareVolume;
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.h51 MEDIA_FW_VOL_DEVICE_PATH FvDevPath;
DFwBlockService.c78 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)),
79 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFwBlockService.h52 MEDIA_FW_VOL_DEVICE_PATH FvDevPath;
DFWBlockService.c84 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)),
85 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.h121 MEDIA_FW_VOL_DEVICE_PATH FvDevPath;
DFwBlockService.c57 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH)),
58 (UINT8)(sizeof (MEDIA_FW_VOL_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystemEntryPoint.c504 FvGuid = &((MEDIA_FW_VOL_DEVICE_PATH *) FvDevicePath)->FvName; in FvSimpleFileSystemDriverStart()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c3085 MEDIA_FW_VOL_DEVICE_PATH *Fv; in DevPathFromTextFv()
3088 Fv = (MEDIA_FW_VOL_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextFv()
3091 (UINT16) sizeof (MEDIA_FW_VOL_DEVICE_PATH) in DevPathFromTextFv()
DDevicePathToText.c1833 MEDIA_FW_VOL_DEVICE_PATH *Fv; in DevPathToTextFv()