Searched refs:LastVariableOffset (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c222 Updates LastVariableOffset variable for the given variable store.
224 LastVariableOffset points to the offset to use for the next variable
228 @param[out] LastVariableOffset Offset to put the next new variable in
234 OUT UINTN *LastVariableOffset
239 *LastVariableOffset = sizeof (VARIABLE_STORE_HEADER);
240 VarHeader = (VARIABLE_HEADER*) ((UINT8*)VariableStore + *LastVariableOffset);
245 *LastVariableOffset = (UINTN) VarHeader - (UINTN) VariableStore;
1616 UINTN *LastVariableOffset; local
1626 LastVariableOffset = &mVariableModuleGlobal->VolatileLastVariableOffset;
1629 LastVariableOffset
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c261 Updates LastVariableOffset variable for the given variable store.
263 LastVariableOffset points to the offset to use for the next variable
267 @param[out] LastVariableOffset Offset to put the next new variable in
273 OUT UINTN *LastVariableOffset
278 *LastVariableOffset = sizeof (VARIABLE_STORE_HEADER);
279 VarHeader = (VARIABLE_HEADER*) ((UINT8*)VariableStore + *LastVariableOffset);
284 *LastVariableOffset = (UINTN) VarHeader - (UINTN) VariableStore;
1655 UINTN *LastVariableOffset; local
1665 LastVariableOffset = &mVariableModuleGlobal->VolatileLastVariableOffset;
1668 LastVariableOffset
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c504 @param LastVariableOffset Offset of last variable.
517 OUT UINTN *LastVariableOffset,
706 *LastVariableOffset = (UINTN) (CurrPtr - (UINT8 *) ValidBuffer);
708 *LastVariableOffset = 0;
515 Reclaim( IN EFI_PHYSICAL_ADDRESS VariableBase, OUT UINTN *LastVariableOffset, IN BOOLEAN IsVolatile, IN VARIABLE_HEADER *UpdatingVariable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c506 @param LastVariableOffset Offset of last variable.
519 OUT UINTN *LastVariableOffset,
708 *LastVariableOffset = (UINTN) (CurrPtr - (UINT8 *) ValidBuffer);
710 *LastVariableOffset = 0;
517 Reclaim( IN EFI_PHYSICAL_ADDRESS VariableBase, OUT UINTN *LastVariableOffset, IN BOOLEAN IsVolatile, IN VARIABLE_HEADER *UpdatingVariable ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c1102 @param[out] LastVariableOffset Offset of last variable.
1116 OUT UINTN *LastVariableOffset,
1289 *LastVariableOffset = (UINTN) (CurrPtr - (UINT8 *) ValidBuffer);
1291 *LastVariableOffset = 0;
1114 Reclaim( IN EFI_PHYSICAL_ADDRESS VariableBase, OUT UINTN *LastVariableOffset, IN BOOLEAN IsVolatile, IN BOOLEAN VirtualMode, IN ESAL_VARIABLE_GLOBAL *Global, IN EFI_PHYSICAL_ADDRESS UpdatingVariable ) argument

Completed in 66 milliseconds