Home
last modified time | relevance | path

Searched refs:MaxType (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DFSVariable.h77 MaxType enumerator
94 EFI_EVENT_NOTIFY GoVirtualChildEvent[MaxType];
95 VARIABLE_STORAGE *VariableStore[MaxType]; // Instance of VariableStorage
96 VOID *VariableBase[MaxType]; // Start address of variable storage
97 …UINTN LastVariableOffset[MaxType]; // The position to write new variable to (index …
DFSVariable.c474 for (Index = 0; Index < MaxType; Index ++) { in FindVariable()
1950 for (Index = 0; Index < MaxType; Index++) { in OnVirtualAddressChangeFsv()