HomeSort by relevance Sort by last modified time
    Searched refs:MapListItem (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c 244 SHELL_MAP_LIST *MapListItem;
256 MapListItem = ShellCommandFindMapItem(NewName);
260 if (MapListItem != NULL) {
261 return (MapListItem->DevicePath);
408 SHELL_MAP_LIST *MapListItem;
434 for ( MapListItem = (SHELL_MAP_LIST *)GetFirstNode(&gShellMapList.Link)
435 ; !IsNull(&gShellMapList.Link, &MapListItem->Link)
436 ; MapListItem = (SHELL_MAP_LIST *)GetNextNode(&gShellMapList.Link, &MapListItem->Link)
438 MapPathCopy = (EFI_DEVICE_PATH_PROTOCOL*)MapListItem->DevicePath;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c     [all...]

Completed in 155 milliseconds