/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
D | FwVolBlock.c | 67 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()
|
D | FwVolBlock.h | 51 } EFI_FW_VOL_BLOCK_DEVICE; typedef 55 CR(a, EFI_FW_VOL_BLOCK_DEVICE, FwVolBlockInstance, FVB_DEVICE_SIGNATURE)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
D | FvbService.h | 80 #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;
|
D | FvbServiceSmm.c | 52 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()
|
D | FvbServiceDxe.c | 87 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()
|
D | FvbService.c | 94 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/ |
D | FwBlockService.h | 42 #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
|
D | FwBlockService.c | 94 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()
|
D | FwBlockServiceSmm.c | 27 IN EFI_FW_VOL_BLOCK_DEVICE *FvbDevice in InstallProtocolInterfaces()
|
D | FwBlockServiceDxe.c | 31 IN EFI_FW_VOL_BLOCK_DEVICE *FvbDevice in InstallProtocolInterfaces()
|
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/ |
D | Fvb.c | 51 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()
|
D | Fvb.h | 28 #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/ |
D | FWBlockService.c | 38 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 …]
|
D | FwBlockService.h | 40 #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/ |
D | FWBlockService.c | 100 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 …]
|
D | FwBlockService.h | 47 #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/ |
D | FwBlockService.h | 110 #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
|
D | FWBlockService.c | 29 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/ |
D | FwBlockService.h | 100 #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
|
D | FwBlockService.c | 20 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()
|