Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigRouting.c4060 IN EFI_IFR_VARSTORE_EFI *EfiVarStoreInfo, in GetConfigRespFromEfiVarStore() argument
4078 NameSize = AsciiStrSize ((CHAR8 *)EfiVarStoreInfo->Name); in GetConfigRespFromEfiVarStore()
4084 AsciiStrToUnicodeStrS ((CHAR8 *) EfiVarStoreInfo->Name, VarStoreName, NameSize); in GetConfigRespFromEfiVarStore()
4087 Status = gRT->GetVariable (VarStoreName, &EfiVarStoreInfo->Guid, NULL, &BufferSize, NULL); in GetConfigRespFromEfiVarStore()
4094 Status = gRT->GetVariable (VarStoreName, &EfiVarStoreInfo->Guid, NULL, &BufferSize, VarStore); in GetConfigRespFromEfiVarStore()
4138 IN EFI_IFR_VARSTORE_EFI *EfiVarStoreInfo, in RouteConfigRespForEfiVarStore() argument
4156 NameSize = AsciiStrSize ((CHAR8 *)EfiVarStoreInfo->Name); in RouteConfigRespForEfiVarStore()
4162 AsciiStrToUnicodeStrS ((CHAR8 *) EfiVarStoreInfo->Name, VarStoreName, NameSize); in RouteConfigRespForEfiVarStore()
4164 Status = gRT->GetVariable (VarStoreName, &EfiVarStoreInfo->Guid, NULL, &BufferSize, NULL); in RouteConfigRespForEfiVarStore()
4173 Status = gRT->GetVariable (VarStoreName, &EfiVarStoreInfo->Guid, NULL, &BufferSize, VarStore); in RouteConfigRespForEfiVarStore()
[all …]