Searched refs:LastVariableOffset (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/ |
H A D | EmuVariable.c | 222 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 D | EmuVariable.c | 261 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 D | Variable.c | 504 @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 D | Variable.c | 506 @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 D | Variable.c | 1102 @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 469 milliseconds