Searched defs:SetByIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c158 @param SetByIndex TRUE if target pointer is given as index.
174 IN BOOLEAN SetByIndex,
211 if (SetByIndex) {
224 if (SetByIndex) {
171 UpdateVariableStore( IN VARIABLE_GLOBAL *Global, IN BOOLEAN Volatile, IN BOOLEAN SetByIndex, IN EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *Fvb, IN UINTN DataPtrIndex, IN UINT32 DataSize, IN UINT8 *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c158 @param SetByIndex TRUE if target pointer is given as index.
174 IN BOOLEAN SetByIndex,
213 if (SetByIndex) {
226 if (SetByIndex) {
171 UpdateVariableStore( IN VARIABLE_GLOBAL *Global, IN BOOLEAN Volatile, IN BOOLEAN SetByIndex, IN EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *Fvb, IN UINTN DataPtrIndex, IN UINT32 DataSize, IN UINT8 *Buffer ) argument

Completed in 40 milliseconds