Searched refs:SarProtocol (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteDxe.c89 @param[out] SarProtocol The interface of SAR protocol
91 @retval EFI_SUCCESS The SAR protocol instance was found and returned in SarProtocol.
93 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.
98 OUT VOID **SarProtocol
109 SarProtocol
H A DFtwMisc.c221 EFI_SWAP_ADDRESS_RANGE_PROTOCOL *SarProtocol; local
234 Status = FtwGetSarProtocol ((VOID **) &SarProtocol);
241 Status = SarProtocol->GetRangeLocation (
242 SarProtocol,
252 Status = SarProtocol->GetSwapState (SarProtocol, &IsSwapped);
312 EFI_SWAP_ADDRESS_RANGE_PROTOCOL *SarProtocol; local
323 Status = FtwGetSarProtocol ((VOID **) &SarProtocol);
338 Status = SarProtocol->GetSwapState (SarProtocol,
[all...]
H A DFaultTolerantWriteSmm.c94 @param[out] SarProtocol The interface of SMM SAR protocol
96 @retval EFI_SUCCESS The SMM SAR protocol instance was found and returned in SarProtocol.
98 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.
103 OUT VOID **SarProtocol
114 SarProtocol
H A DFaultTolerantWrite.h676 @param[out] SarProtocol The interface of SAR protocol
678 @retval EFI_SUCCESS The SAR protocol instance was found and returned in SarProtocol.
680 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.
685 OUT VOID **SarProtocol
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.h238 @param[out] SarProtocol The interface of SAR protocol
240 @retval EFI_SUCCESS The SAR protocol instance was found and returned in SarProtocol.
242 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.
247 OUT VOID **SarProtocol
310 @retval EFI_SUCCESS The SMM SAR protocol instance was found and returned in SarProtocol.
312 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.h303 @param[out] SarProtocol The interface of SAR protocol
305 @retval EFI_SUCCESS The SAR protocol instance was found and returned in SarProtocol.
307 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.
312 OUT VOID **SarProtocol
375 @retval EFI_SUCCESS The SMM SAR protocol instance was found and returned in SarProtocol.
377 @retval EFI_INVALID_PARAMETER SarProtocol is NULL.

Completed in 351 milliseconds