Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DAlias.c32 CONST CHAR16 *ConstAllAliasList; in PrintAllShellAlias() local
40 ConstAllAliasList = gEfiShellProtocol->GetAlias(NULL, NULL); in PrintAllShellAlias()
41 if (ConstAllAliasList == NULL) { in PrintAllShellAlias()
44 Alias = AllocateZeroPool(StrSize(ConstAllAliasList)); in PrintAllShellAlias()
48 Walker = (CHAR16*)ConstAllAliasList; in PrintAllShellAlias()