Home
last modified time | relevance | path

Searched refs:DuplicateDevicePath (Results 1 – 25 of 46) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
DUefiDevicePathLib.c144 return DuplicateDevicePath (SecondDevicePath); in GlueAppendDevicePath()
148 return DuplicateDevicePath (FirstDevicePath); in GlueAppendDevicePath()
265 return DuplicateDevicePath (DevicePathInstance); in GlueAppendDevicePathInstance()
352 ReturnValue = DuplicateDevicePath (*DevicePath); in GlueGetNextDevicePathInstance()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathUtilities.c447 …return DuplicateDevicePath ((SecondDevicePath != NULL) ? SecondDevicePath : &mUefiDevicePathLibEnd… in UefiDevicePathLibAppendDevicePath()
451 return DuplicateDevicePath (FirstDevicePath); in UefiDevicePathLibAppendDevicePath()
522 … return DuplicateDevicePath ((DevicePath != NULL) ? DevicePath : &mUefiDevicePathLibEndDevicePath); in UefiDevicePathLibAppendDevicePathNode()
585 return DuplicateDevicePath (DevicePathInstance); in UefiDevicePathLibAppendDevicePathInstance()
684 ReturnValue = DuplicateDevicePath (*DevicePath); in UefiDevicePathLibGetNextDevicePathInstance()
DUefiDevicePathLibOptionalDevicePathProtocol.c106 DuplicateDevicePath ( in DuplicateDevicePath() function
111 return mDevicePathLibDevicePathUtilities->DuplicateDevicePath (DevicePath); in DuplicateDevicePath()
DUefiDevicePathLib.c65 DuplicateDevicePath ( in DuplicateDevicePath() function
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridgeDevicePath.c81 *Protocol = DuplicateDevicePath((EFI_DEVICE_PATH_PROTOCOL *)(&mEfiPciRootBridgeDevicePath)); in PcatRootBridgeDevicePathConstructor()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DevicePathDxe/
DDevicePath.c27 DuplicateDevicePath,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DDevicePathUtilities.h214 EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH DuplicateDevicePath; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePathUtilities.h181 EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH DuplicateDevicePath; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDevicePathLib.h28 #define DuplicateDevicePath(_DEVICEPATH) GlueDuplicateDevicePath(_DEVICEPATH) macro
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DDiskImage.c192 DupDevicePath = DuplicateDevicePath(DevicePath); in HDiskImageRead()
366 DupDevicePath = DuplicateDevicePath(DevicePath); in HDiskImageSave()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c69 DevicePathStackItem->DevicePath = DuplicateDevicePath (DevicePath); in PushDevPathStack()
100 *DevicePath = DuplicateDevicePath (DevicePathStackItem->DevicePath); in PopDevPathStack()
466 DevicePath = DuplicateDevicePath (DevicePathToConnect); in ConnectDevicePath()
745 OverrideItem->ControllerDevicePath = DuplicateDevicePath (ControllerDevicePath); in InitOverridesMapping()
772 DriverImageInfo->DriverImagePath = DuplicateDevicePath (DriverDevicePath); in InitOverridesMapping()
1755 OverrideItem->ControllerDevicePath = DuplicateDevicePath (ControllerDevicePath); in InsertDriverImage()
1766 DriverImageInfo->DriverImagePath = DuplicateDevicePath (DriverImageDevicePath); in InsertDriverImage()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBdsHelper.c352 AlignedDevicePath = DuplicateDevicePath (DevicePath); in GetUnalignedDevicePathSize()
367 return DuplicateDevicePath (DevicePath); in GetAlignedDevicePath()
DBootOptionSupport.c321 DevicePath = DuplicateDevicePath (OldDevicePath); in BdsLoadOptionFileSystemUpdateDevicePath()
570 DevicePath = DuplicateDevicePath (OldDevicePath); in BdsLoadOptionMemMapUpdateDevicePath()
725 *NewDevicePath = DuplicateDevicePath (OldDevicePath); in BdsLoadOptionPxeUpdateDevicePath()
1002 DevicePath = DuplicateDevicePath (OldDevicePath); in BdsLoadOptionTftpUpdateDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c406 DuplicateDevicePath ( in DuplicateDevicePath() function
410 return mDevicePathLibDevicePathUtilities->DuplicateDevicePath (DevicePath); in DuplicateDevicePath()
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
DBootAndroidBootImg.c112 …RamdiskDevicePath = (MEMORY_DEVICE_PATH*)DuplicateDevicePath ((EFI_DEVICE_PATH_PROTOCOL*) &MemoryD… in BootAndroidBootImg()
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFileIo.c99 *Device = DuplicateDevicePath (DevicePathFromHandle (SimpleFileSystemHandle)); in CheckStore()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h270 DuplicateDevicePath (
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c107 DevicePath = DuplicateDevicePath (DevicePathToConnect); in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsConnect.c107 DevicePath = DuplicateDevicePath (DevicePathToConnect); in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c471 OrigDevicePathNode = DuplicateDevicePath (File); in DxeTpm2MeasureBootHandler()
522 OrigDevicePathNode = DuplicateDevicePath (File); in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.c651 OrigDevicePathNode = DuplicateDevicePath (FilePath); in GetFileBufferByFilePath()
730 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in GetFileBufferByFilePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.c951 TempDevicePathNode = DuplicateDevicePath (DevicePathNode); in LibGetFileHandleFromDevicePath()
1314 gFileExplorerPrivate.RetDevicePath = DuplicateDevicePath (NewFileContext->DevicePath); in LibGetDevicePath()
1430 …gHiiVendorDevicePath = (HII_VENDOR_DEVICE_PATH*) DuplicateDevicePath ((EFI_DEVICE_PATH_PROTOCOL*)&… in FileExplorerLibConstructor()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c781 OrigDevicePathNode = DuplicateDevicePath (File); in DxeTpmMeasureBootHandler()
831 OrigDevicePathNode = DuplicateDevicePath (File); in DxeTpmMeasureBootHandler()
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DFileStorage.c134 *Device = DuplicateDevicePath (DevicePathFromHandle (SimpleFileSystemHandle)); in CheckStore()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DConsoleOption.c481 NewTerminalContext->DevicePath = DuplicateDevicePath (DevicePath); in LocateSerialIo()
810 NewConsoleContext->DevicePath = DuplicateDevicePath (DevicePathInst); in GetConsoleMenu()

12