Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrVariable.c129 CHAR16 *MapName; in EfiLibHiiVariablePackListForEachVar() local
136 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize); in EfiLibHiiVariablePackListForEachVar()
140 Callback (MapName, MapGuid, MapId, Map, MapSize); in EfiLibHiiVariablePackListForEachVar()
180 CHAR16 *MapName; in EfiLibHiiVariablePackListGetMapByIdx() local
187 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize); in EfiLibHiiVariablePackListGetMapByIdx()
193 *Name = MapName; in EfiLibHiiVariablePackListGetMapByIdx()
249 CHAR16 *MapName; in EfiLibHiiVariablePackListGetMapById() local
256 EfiLibHiiVariablePackGetMap (List->VariablePack, &MapName, &MapGuid, &MapId, &Map, &MapSize); in EfiLibHiiVariablePackListGetMapById()
261 *Name = MapName; in EfiLibHiiVariablePackListGetMapById()
315 CHAR16 *MapName; in EfiLibHiiVariablePackListGetMap() local
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c184 if (StringNoCaseCompare(&MapListNode->MapName, &Mapping) == 0) { in EfiShellSetMap()
187 SHELL_FREE_NON_NULL(MapListNode->MapName); in EfiShellSetMap()
320 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, Node->MapName, 0); in EfiShellGetMapFromDevicePath()
444 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, MapListItem->MapName, 0); in EfiShellGetFilePathFromDevicePath()
515 CHAR16 *MapName; in EfiShellGetDevicePathFromFilePath() local
530 MapName = NULL; in EfiShellGetDevicePathFromFilePath()
559 ASSERT((MapName == NULL && Size == 0) || (MapName != NULL)); in EfiShellGetDevicePathFromFilePath()
560 MapName = StrnCatGrow(&MapName, &Size, Path, (StrStr(Path, L":")-Path+1)); in EfiShellGetDevicePathFromFilePath()
561 if (MapName == NULL || MapName[StrLen(MapName)-1] != L':') { in EfiShellGetDevicePathFromFilePath()
568 DevicePath = EfiShellGetDevicePathFromMap(MapName); in EfiShellGetDevicePathFromFilePath()
[all …]
DShell.c1112 CONST CHAR16 *MapName; in DoStartupScript() local
1181 MapName = ShellInfoObject.NewEfiShellProtocol->GetMapFromDevicePath(&ImagePath); in DoStartupScript()
1182 if (MapName != NULL) { in DoStartupScript()
1185 FileStringPath = StrnCatGrow(&FileStringPath, &NewSize, MapName, 0); in DoStartupScript()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c218 SHELL_FREE_NON_NULL(MapNode->MapName); in ShellCommandLibDestructor()
1197 MapListNode->MapName = AllocateCopyPool(StrSize(Name), Name); in ShellCommandAddMapItemAndUpdatePath()
1199 if ((MapListNode->MapName == NULL) || (MapListNode->DevicePath == NULL)){ in ShellCommandAddMapItemAndUpdatePath()
1210 if (MapListNode->MapName != NULL) { in ShellCommandAddMapItemAndUpdatePath()
1211 FreePool(MapListNode->MapName); in ShellCommandAddMapItemAndUpdatePath()
1292 SHELL_FREE_NON_NULL(MapListNode->MapName); in ShellCommandCreateInitialMappingsAndPaths()
DConsistMapping.c1698 if (gUnicodeCollation->StriColl(gUnicodeCollation,MapListItem->MapName,(CHAR16*)MapKey) == 0) { in ShellCommandFindMapItem()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h44 CHAR16 *MapName; member