Home
last modified time | relevance | path

Searched refs:DupDevicePath (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DDiskImage.c172 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in HDiskImageRead() local
191 DupDevicePath = DuplicateDevicePath(DevicePath); in HDiskImageRead()
192 DupDevicePathForFree = DupDevicePath; in HDiskImageRead()
196 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle); in HDiskImageRead()
344 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in HDiskImageSave() local
366 DupDevicePath = DuplicateDevicePath(DevicePath); in HDiskImageSave()
367 DupDevicePathForFree = DupDevicePath; in HDiskImageSave()
372 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle); in HDiskImageSave()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c3590 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in BdsLibGetBootableHandle() local
3671 DupDevicePath = DuplicateDevicePath (DevicePath); in BdsLibGetBootableHandle()
3672 ASSERT (DupDevicePath != NULL); in BdsLibGetBootableHandle()
3674 UpdatedDevicePath = DupDevicePath; in BdsLibGetBootableHandle()
3686 UpdatedDevicePath = DupDevicePath; in BdsLibGetBootableHandle()
3733 FreePool(DupDevicePath); in BdsLibGetBootableHandle()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c3707 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in BdsLibGetBootableHandle() local
3788 DupDevicePath = DuplicateDevicePath (DevicePath); in BdsLibGetBootableHandle()
3789 ASSERT (DupDevicePath != NULL); in BdsLibGetBootableHandle()
3791 UpdatedDevicePath = DupDevicePath; in BdsLibGetBootableHandle()
3803 UpdatedDevicePath = DupDevicePath; in BdsLibGetBootableHandle()
3850 FreePool(DupDevicePath); in BdsLibGetBootableHandle()