Home
last modified time | relevance | path

Searched refs:EFI_FW_VOL_BLOCK_DEVICE (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c67 EFI_FW_VOL_BLOCK_DEVICE mFwVolBlock = {
106 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FwVolBlockGetAttributes()
210 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FwVolBlockReadBlock()
326 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FwVolBlockGetPhysicalAddress()
367 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FwVolBlockGetBlockSize()
420 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in GetFvbAuthenticationStatus()
424 FvbDevice = BASE_CR (FvbProtocol, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance); in GetFvbAuthenticationStatus()
461 EFI_FW_VOL_BLOCK_DEVICE *FvbDev; in ProduceFVBProtocolOnBuffer()
512 FvbDev = AllocateCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFwVolBlock); in ProduceFVBProtocolOnBuffer()
DFwVolBlock.h51 } EFI_FW_VOL_BLOCK_DEVICE; typedef
55 CR(a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEVICE_SIGNATURE)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbService.h80 #define FVB_DEVICE_FROM_THIS(a) CR(a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEVICE_SIGNA…
81 #define FVB_EXTEND_DEVICE_FROM_THIS(a) CR(a, EFI_FW_VOL_BLOCK_DEVICE, FvbExtension, FVB_DEVICE_SIGN…
99 } EFI_FW_VOL_BLOCK_DEVICE;
190 extern EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate;
DFvbServiceSmm.c52 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in InstallFvbProtocol()
57 FvbDevice = (EFI_FW_VOL_BLOCK_DEVICE *) AllocateRuntimeCopyPool ( in InstallFvbProtocol()
58 sizeof (EFI_FW_VOL_BLOCK_DEVICE), in InstallFvbProtocol()
DFvbServiceDxe.c87 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in InstallFvbProtocol()
93 FvbDevice = (EFI_FW_VOL_BLOCK_DEVICE *) AllocateRuntimeCopyPool ( in InstallFvbProtocol()
94 sizeof (EFI_FW_VOL_BLOCK_DEVICE), in InstallFvbProtocol()
DFvbService.c94 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
624 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
662 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
699 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetAttributes()
732 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolSetAttributes()
780 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
885 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolWrite()
940 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolRead()
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.h42 #define FVB_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, \
45 #define FVB_EXTEND_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, \
65 } EFI_FW_VOL_BLOCK_DEVICE; typedef
185 IN EFI_FW_VOL_BLOCK_DEVICE *FvbDevice
DFwBlockService.c94 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
485 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
522 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
556 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetAttributes()
584 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolSetAttributes()
624 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
963 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbInitialize()
1054 FvbDevice = AllocateRuntimePool (sizeof (EFI_FW_VOL_BLOCK_DEVICE)); in FvbInitialize()
1057 CopyMem (FvbDevice, &mFvbDeviceTemplate, sizeof (EFI_FW_VOL_BLOCK_DEVICE)); in FvbInitialize()
DFwBlockServiceSmm.c27 IN EFI_FW_VOL_BLOCK_DEVICE *FvbDevice in InstallProtocolInterfaces()
DFwBlockServiceDxe.c31 IN EFI_FW_VOL_BLOCK_DEVICE *FvbDevice in InstallProtocolInterfaces()
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
DFvb.c51 EFI_FW_VOL_BLOCK_DEVICE mEmuVarsFvb = {
141 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
186 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
324 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
462 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolWrite()
546 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolRead()
DFvb.h28 #define FVB_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEV…
55 } EFI_FW_VOL_BLOCK_DEVICE; typedef
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFWBlockService.c38 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
750 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
786 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
821 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetAttributes()
848 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolSetAttributes()
886 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
990 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolWrite()
1039 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolRead()
1123 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbInitialize()
1284 sizeof (EFI_FW_VOL_BLOCK_DEVICE), in FvbInitialize()
[all …]
DFwBlockService.h40 #define FVB_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEV…
41 #define FVB_EXTEND_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FvbExtension, FVB_DEVICE_SI…
54 } EFI_FW_VOL_BLOCK_DEVICE; typedef
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFWBlockService.c100 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
789 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
825 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
860 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetAttributes()
887 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolSetAttributes()
925 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
1029 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolWrite()
1078 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolRead()
1151 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbInitialize()
1298 FvbDevice = AllocateRuntimePool (sizeof (EFI_FW_VOL_BLOCK_DEVICE)); in FvbInitialize()
[all …]
DFwBlockService.h47 #define FVB_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEV…
48 #define FVB_EXTEND_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FvbExtension, FVB_DEVICE_SI…
66 } EFI_FW_VOL_BLOCK_DEVICE; typedef
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFwBlockService.h110 #define FVB_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEV…
111 #define FVB_EXTEND_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FvbExtension, FVB_DEVICE_SI…
124 } EFI_FW_VOL_BLOCK_DEVICE; typedef
DFWBlockService.c29 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
835 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
871 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
906 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetAttributes()
933 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolSetAttributes()
971 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
1075 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolWrite()
1124 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolRead()
1409 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbInitialize()
1574 sizeof (EFI_FW_VOL_BLOCK_DEVICE), in FvbInitialize()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.h100 #define FVB_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEV…
101 #define FVB_EXTEND_DEVICE_FROM_THIS(a) CR (a, EFI_FW_VOL_BLOCK_DEVICE, FvbExtension, FVB_DEVICE_SI…
131 } EFI_FW_VOL_BLOCK_DEVICE; typedef
DFwBlockService.c20 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {
1054 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetPhysicalAddress()
1089 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetBlockSize()
1125 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolGetAttributes()
1152 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolSetAttributes()
1190 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolEraseBlocks()
1299 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolWrite()
1348 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbProtocolRead()
1641 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; in FvbInitialize()
1941 FvbDevice = AllocateRuntimeCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFvbDeviceTemplate); in FvbInitialize()