Searched refs:FoundVarName (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | DmpStore.c | 418 CHAR16 *FoundVarName; in CascadeProcessVariables() local 433 FoundVarName = NULL; in CascadeProcessVariables() 436 StrnCatGrow(&FoundVarName, &NameSize, PrevName, 0); in CascadeProcessVariables() 438 FoundVarName = AllocateZeroPool(sizeof(CHAR16)); in CascadeProcessVariables() 441 Status = gRT->GetNextVariableName (&NameSize, FoundVarName, &FoundVarGuid); in CascadeProcessVariables() 443 SHELL_FREE_NON_NULL(FoundVarName); in CascadeProcessVariables() 444 FoundVarName = AllocateZeroPool (NameSize); in CascadeProcessVariables() 445 if (FoundVarName != NULL) { in CascadeProcessVariables() 447 StrnCpyS(FoundVarName, NameSize/sizeof(CHAR16), PrevName, NameSize/sizeof(CHAR16) - 1); in CascadeProcessVariables() 450 Status = gRT->GetNextVariableName (&NameSize, FoundVarName, &FoundVarGuid); in CascadeProcessVariables() [all …]
|