Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c3297 UINTN RetSize; in InternalEfiShellGetListAlias() local
3301 RetSize = 0; in InternalEfiShellGetListAlias()
3337 ASSERT((RetVal == NULL && RetSize == 0) || (RetVal != NULL)); in InternalEfiShellGetListAlias()
3338 RetVal = StrnCatGrow(&RetVal, &RetSize, VariableName, 0); in InternalEfiShellGetListAlias()
3339 RetVal = StrnCatGrow(&RetVal, &RetSize, L";", 0); in InternalEfiShellGetListAlias()
3396 UINTN RetSize; in EfiShellGetAlias() local
3415 RetSize = 0; in EfiShellGetAlias()
3417 Status = gRT->GetVariable(AliasLower, &gShellAliasGuid, &Attribs, &RetSize, RetVal); in EfiShellGetAlias()
3419 RetVal = AllocateZeroPool(RetSize); in EfiShellGetAlias()
3420 Status = gRT->GetVariable(AliasLower, &gShellAliasGuid, &Attribs, &RetSize, RetVal); in EfiShellGetAlias()