Searched defs:FvBlockHandle (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteDxe.c61 @param[in] FvBlockHandle The handle of FVB protocol that provides services for
67 @retval EFI_INVALID_PARAMETER FvBlockHandle is not a valid EFI_HANDLE or FvBlock is NULL.
72 IN EFI_HANDLE FvBlockHandle,
80 FvBlockHandle,
71 FtwGetFvbByHandle( IN EFI_HANDLE FvBlockHandle, OUT EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL **FvBlock ) argument
H A DFaultTolerantWrite.c291 @param FvBlockHandle The handle of FVB protocol that provides services for
312 IN EFI_HANDLE FvBlockHandle,
392 Status = FtwGetFvbByHandle (FvBlockHandle, &Fvb);
588 @param FvBlockHandle The handle of FVB protocol that provides services for
601 IN EFI_HANDLE FvBlockHandle
624 Status = FtwGetFvbByHandle (FvBlockHandle, &Fvb);
306 FtwWrite( IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN Length, IN VOID *PrivateData, IN EFI_HANDLE FvBlockHandle, IN VOID *Buffer ) argument
H A DFaultTolerantWriteSmm.c66 @param[in] FvBlockHandle The handle of SMM FVB protocol that provides services for
72 @retval EFI_INVALID_PARAMETER FvBlockHandle is not a valid EFI_HANDLE or FvBlock is NULL.
77 IN EFI_HANDLE FvBlockHandle,
85 FvBlockHandle,
76 FtwGetFvbByHandle( IN EFI_HANDLE FvBlockHandle, OUT EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL **FvBlock ) argument
H A DFaultTolerantWriteSmmDxe.c252 @param[in] FvBlockHandle The handle of FVB protocol that provides services
273 IN EFI_HANDLE FvBlockHandle,
295 // FvBlockHandle can not be used in SMM environment. Here we get the FVB protocol first, then get FVB base address
298 Status = ConvertFvbHandle (FvBlockHandle, &SmmFtwWriteHeader->FvbBaseAddress, &SmmFtwWriteHeader->FvbAttributes);
329 @param[in] FvBlockHandle The handle of FVB protocol that provides services.
340 IN EFI_HANDLE FvBlockHandle
355 // FvBlockHandle can not be used in SMM environment. Here we get the FVB protocol first, then get FVB base address
358 Status = ConvertFvbHandle (FvBlockHandle, &SmmFtwRestartHeader->FvbBaseAddress, &SmmFtwRestartHeader->FvbAttributes);
267 FtwWrite( IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN Length, IN VOID *PrivateData, IN EFI_HANDLE FvBlockHandle, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableDxe.c141 @param[in] FvBlockHandle The handle of FVB protocol that provides services for
147 @retval EFI_INVALID_PARAMETER FvBlockHandle is not a valid EFI_HANDLE or FvBlock is NULL.
152 IN EFI_HANDLE FvBlockHandle,
160 FvBlockHandle,
151 GetFvbByHandle( IN EFI_HANDLE FvBlockHandle, OUT EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL **FvBlock ) argument
H A DVariableSmm.c151 @param[in] FvBlockHandle The handle of SMM FVB protocol that provides services for
157 @retval EFI_INVALID_PARAMETER FvBlockHandle is not a valid EFI_HANDLE or FvBlock is NULL.
162 IN EFI_HANDLE FvBlockHandle,
170 FvBlockHandle,
161 GetFvbByHandle( IN EFI_HANDLE FvBlockHandle, OUT EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL **FvBlock ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableDxe.c141 @param[in] FvBlockHandle The handle of FVB protocol that provides services for
147 @retval EFI_INVALID_PARAMETER FvBlockHandle is not a valid EFI_HANDLE or FvBlock is NULL.
152 IN EFI_HANDLE FvBlockHandle,
160 FvBlockHandle,
151 GetFvbByHandle( IN EFI_HANDLE FvBlockHandle, OUT EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL **FvBlock ) argument
H A DVariableSmm.c151 @param[in] FvBlockHandle The handle of SMM FVB protocol that provides services for
157 @retval EFI_INVALID_PARAMETER FvBlockHandle is not a valid EFI_HANDLE or FvBlock is NULL.
162 IN EFI_HANDLE FvBlockHandle,
170 FvBlockHandle,
161 GetFvbByHandle( IN EFI_HANDLE FvBlockHandle, OUT EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL **FvBlock ) argument

Completed in 53 milliseconds