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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmpStore.c53 CHAR16 *FoundVarName; local
70 FoundVarName = AllocateZeroPool(Size);
72 if (FoundVarName == NULL) {
75 FoundVarName[0] = CHAR_NULL;
81 FreePool(FoundVarName);
93 Status = gRT->GetNextVariableName(&Size, FoundVarName, &FoundVarGuid);
99 Status = gRT->GetVariable(FoundVarName, &FoundVarGuid, &Atts, &DataSize, DataBuffer);
106 if (!gUnicodeCollation->MetaiMatch(gUnicodeCollation, FoundVarName, (CHAR16*)VariableName)) {
129 FoundVarName,
140 FoundVarName);
[all...]

Completed in 72 milliseconds