Searched defs:DupDevicePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DDiskImage.c173 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; local
196 DupDevicePath = DuplicateDevicePath(DevicePath);
197 DupDevicePathForFree = DupDevicePath;
201 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle);
351 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; local
377 DupDevicePath = DuplicateDevicePath(DevicePath);
382 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle);
383 FreePool(DupDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2106 EFI_DEVICE_PATH_PROTOCOL *DupDevicePath; local
2192 DupDevicePath = DuplicateDevicePath (DevicePath);
2193 ASSERT (DupDevicePath != NULL);
2195 UpdatedDevicePath = DupDevicePath;
2208 UpdatedDevicePath = DupDevicePath;
2331 FreePool(DupDevicePath);

Completed in 71 milliseconds