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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c1035 // VarStore is found. Don't need to search any more.
1070 // Find the matched VarStore
1092 // VarStore is found. Don't need to search any more.
1137 // Find the matched VarStore
2514 UINT8 *VarStore; local
2519 VarStore = NULL;
2535 VarStore = AllocateZeroPool (BufferSize);
2536 ASSERT (VarStore != NULL);
2537 Status = gRT->GetVariable (VarStoreName, &EfiVarStoreInfo->Guid, NULL, &BufferSize, VarStore);
2542 Status = HiiBlockToConfig(This, Request, VarStore, BufferSiz
2588 UINT8 *VarStore; local
[all...]

Completed in 38 milliseconds