Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c415 FILEPATH_DEVICE_PATH *AlignedNode; in EfiShellGetFilePathFromDevicePath() local
466 AlignedNode = AllocateCopyPool (DevicePathNodeLength(FilePath), FilePath); in EfiShellGetFilePathFromDevicePath()
467 if (AlignedNode == NULL) { in EfiShellGetFilePathFromDevicePath()
481 (AlignedNode->PathName[0] != L'\\')) { in EfiShellGetFilePathFromDevicePath()
485 PathForReturn = StrnCatGrow(&PathForReturn, &PathSize, AlignedNode->PathName, 0); in EfiShellGetFilePathFromDevicePath()
486 FreePool(AlignedNode); in EfiShellGetFilePathFromDevicePath()
964 FILEPATH_DEVICE_PATH *AlignedNode; in InternalOpenFileDevicePath() local
975 AlignedNode = NULL; in InternalOpenFileDevicePath()
999 SHELL_FREE_NON_NULL(AlignedNode); in InternalOpenFileDevicePath()
1000 AlignedNode = AllocateCopyPool (DevicePathNodeLength(FilePathNode), FilePathNode); in InternalOpenFileDevicePath()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2289 EFI_DEVICE_PATH_PROTOCOL *AlignedNode; in UefiDevicePathLibConvertDevicePathToText() local
2327 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()
2331 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()
2332 FreePool (AlignedNode); in UefiDevicePathLibConvertDevicePathToText()