HomeSort by relevance Sort by last modified time
    Searched defs:LastVariableOffset (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.h 97 UINTN LastVariableOffset[MaxType]; // The position to write new variable to (index from VariableBase)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
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;
    [all...]

Completed in 1667 milliseconds