Searched refs:DupDevicePath (Results 1 – 3 of 3) sorted by relevance
172 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in HDiskImageRead() local191 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() local366 DupDevicePath = DuplicateDevicePath(DevicePath); in HDiskImageSave()367 DupDevicePathForFree = DupDevicePath; in HDiskImageSave()372 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle); in HDiskImageSave()
3590 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in BdsLibGetBootableHandle() local3671 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()
3707 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; in BdsLibGetBootableHandle() local3788 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()