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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c2895 UINTN RetSize; local
2902 RetSize = 0;
2923 ASSERT((RetVal == NULL && RetSize == 0) || (RetVal != NULL));
2924 RetVal = StrnCatGrow(&RetVal, &RetSize, VariableName, 0);
2925 RetVal = StrnCatGrow(&RetVal, &RetSize, L";", 0);
2959 UINTN RetSize; local
2967 RetSize = 0;
2969 Status = gRT->GetVariable((CHAR16*)Alias, &gShellAliasGuid, &Attribs, &RetSize, RetVal);
2971 RetVal = AllocateZeroPool(RetSize);
2972 Status = gRT->GetVariable((CHAR16*)Alias, &gShellAliasGuid, &Attribs, &RetSize, RetVa
[all...]

Completed in 61 milliseconds