Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c3399 CHAR16 *AliasLower; in EfiShellGetAlias() local
3404 AliasLower = AllocateCopyPool (StrSize (Alias), Alias); in EfiShellGetAlias()
3405 if (AliasLower == NULL) { in EfiShellGetAlias()
3408 ToLower (AliasLower); in EfiShellGetAlias()
3411 GetVariable2 (AliasLower, &gShellAliasGuid, (VOID **)&AliasVal, NULL); in EfiShellGetAlias()
3412 FreePool(AliasLower); in EfiShellGetAlias()
3417 Status = gRT->GetVariable(AliasLower, &gShellAliasGuid, &Attribs, &RetSize, RetVal); in EfiShellGetAlias()
3420 Status = gRT->GetVariable(AliasLower, &gShellAliasGuid, &Attribs, &RetSize, RetVal); in EfiShellGetAlias()
3426 FreePool(AliasLower); in EfiShellGetAlias()
3435 FreePool (AliasLower); in EfiShellGetAlias()
[all …]