Searched refs:AlignedNode (Results 1 – 2 of 2) sorted by relevance
415 FILEPATH_DEVICE_PATH *AlignedNode; in EfiShellGetFilePathFromDevicePath() local466 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() local975 AlignedNode = NULL; in InternalOpenFileDevicePath()999 SHELL_FREE_NON_NULL(AlignedNode); in InternalOpenFileDevicePath()1000 AlignedNode = AllocateCopyPool (DevicePathNodeLength(FilePathNode), FilePathNode); in InternalOpenFileDevicePath()[all …]
2289 EFI_DEVICE_PATH_PROTOCOL *AlignedNode; in UefiDevicePathLibConvertDevicePathToText() local2327 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()2331 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()2332 FreePool (AlignedNode); in UefiDevicePathLibConvertDevicePathToText()