Home | History | Annotate | Download | only in Shell

Lines Matching refs:RetSize

3297   UINTN             RetSize;

3301 RetSize = 0;
3337 ASSERT((RetVal == NULL && RetSize == 0) || (RetVal != NULL));
3338 RetVal = StrnCatGrow(&RetVal, &RetSize, VariableName, 0);
3339 RetVal = StrnCatGrow(&RetVal, &RetSize, L";", 0);
3396 UINTN RetSize;
3415 RetSize = 0;
3417 Status = gRT->GetVariable(AliasLower, &gShellAliasGuid, &Attribs, &RetSize, RetVal);
3419 RetVal = AllocateZeroPool(RetSize);
3420 Status = gRT->GetVariable(AliasLower, &gShellAliasGuid, &Attribs, &RetSize, RetVal);