Searched refs:MapListItem (Results 1 – 2 of 2) sorted by relevance
244 SHELL_MAP_LIST *MapListItem; in EfiShellGetDevicePathFromMap() local256 MapListItem = ShellCommandFindMapItem(NewName); in EfiShellGetDevicePathFromMap()260 if (MapListItem != NULL) { in EfiShellGetDevicePathFromMap()261 return (MapListItem->DevicePath); in EfiShellGetDevicePathFromMap()408 SHELL_MAP_LIST *MapListItem; in EfiShellGetFilePathFromDevicePath() local434 for ( MapListItem = (SHELL_MAP_LIST *)GetFirstNode(&gShellMapList.Link) in EfiShellGetFilePathFromDevicePath()435 ; !IsNull(&gShellMapList.Link, &MapListItem->Link) in EfiShellGetFilePathFromDevicePath()436 ; MapListItem = (SHELL_MAP_LIST *)GetNextNode(&gShellMapList.Link, &MapListItem->Link) in EfiShellGetFilePathFromDevicePath()438 MapPathCopy = (EFI_DEVICE_PATH_PROTOCOL*)MapListItem->DevicePath; in EfiShellGetFilePathFromDevicePath()444 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, MapListItem->MapName, 0); in EfiShellGetFilePathFromDevicePath()[all …]
1692 SHELL_MAP_LIST *MapListItem; in ShellCommandFindMapItem() local1694 for ( MapListItem = (SHELL_MAP_LIST *)GetFirstNode(&gShellMapList.Link) in ShellCommandFindMapItem()1695 ; !IsNull(&gShellMapList.Link, &MapListItem->Link) in ShellCommandFindMapItem()1696 ; MapListItem = (SHELL_MAP_LIST *)GetNextNode(&gShellMapList.Link, &MapListItem->Link) in ShellCommandFindMapItem()1698 if (gUnicodeCollation->StriColl(gUnicodeCollation,MapListItem->MapName,(CHAR16*)MapKey) == 0) { in ShellCommandFindMapItem()1699 return (MapListItem); in ShellCommandFindMapItem()