Searched refs:DuplicateDevicePath (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c333 DuplicateDevicePath ( function
394 return DuplicateDevicePath ((SecondDevicePath != NULL) ? SecondDevicePath : &mUefiDevicePathLibEndDevicePath);
398 return DuplicateDevicePath (FirstDevicePath);
465 return DuplicateDevicePath ((DevicePath != NULL) ? DevicePath : &mUefiDevicePathLibEndDevicePath);
527 return DuplicateDevicePath (DevicePathInstance);
617 ReturnValue = DuplicateDevicePath (*DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathUtilities.c57 return DuplicateDevicePath (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h181 EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH DuplicateDevicePath; member in struct:__anon12092
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h244 DuplicateDevicePath (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c345 DuplicateDevicePath ( function
349 return mDevicePathUtilities->DuplicateDevicePath (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DDiskImage.c196 DupDevicePath = DuplicateDevicePath(DevicePath);
377 DupDevicePath = DuplicateDevicePath(DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c69 DevicePathStackItem->DevicePath = DuplicateDevicePath (DevicePath);
100 *DevicePath = DuplicateDevicePath (DevicePathStackItem->DevicePath);
466 DevicePath = DuplicateDevicePath (DevicePathToConnect);
732 OverrideItem->ControllerDevicePath = DuplicateDevicePath (ControllerDevicePath);
751 DriverImageInfo->DriverImagePath = DuplicateDevicePath (DriverDevicePath);
1714 OverrideItem->ControllerDevicePath = DuplicateDevicePath (ControllerDevicePath);
1725 DriverImageInfo->DriverImagePath = DuplicateDevicePath (DriverImageDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c105 DevicePath = DuplicateDevicePath (DevicePathToConnect);
H A DBdsBoot.c608 TempDevicePath = DuplicateDevicePath (DevicePath);
1208 CachedDevicePath = DuplicateDevicePath (BlockIoDevicePath);
2192 DupDevicePath = DuplicateDevicePath (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesLib/
H A DDxeServicesLib.c651 OrigDevicePathNode = DuplicateDevicePath (FilePath);
730 TempDevicePathNode = DuplicateDevicePath (DevicePathNode);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c480 NewTerminalContext->DevicePath = DuplicateDevicePath (DevicePath);
855 NewConsoleContext->DevicePath = DuplicateDevicePath (DevicePathInst);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c732 OrigDevicePathNode = DuplicateDevicePath (File);
782 OrigDevicePathNode = DuplicateDevicePath (File);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c224 Dp1 = DuplicateDevicePath ((EFI_DEVICE_PATH_PROTOCOL *) mDebugPortDevice.DebugPortVariable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c747 DevicePath = DuplicateDevicePath (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c894 ListItem->DevicePath = DuplicateDevicePath (UsbDP);
1163 DevicePathPtr = DuplicateDevicePath ((EFI_DEVICE_PATH_PROTOCOL *) &mAllUsbClassDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c1180 Image->Info.FilePath = DuplicateDevicePath (FilePath);
1247 Image->LoadedImageDevicePath = DuplicateDevicePath (OriginalFilePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c879 Dev->DevicePath = DuplicateDevicePath (ParentDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Dispatcher/
H A DDispatcher.c1215 gDxeCoreLoadedImage->FilePath = DuplicateDevicePath (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DDriverSupport.c76 AlignedRemainingDevicePath = DuplicateDevicePath (RemainingDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c612 *DevPath = DuplicateDevicePath (ImageDevicePath);
613 *FilePath = DuplicateDevicePath (LoadedImage->FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c619 DuplicateDevicePath (ParentDevicePath),
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c1279 DevicePath = DuplicateDevicePath (DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c939 MapListNode->DevicePath = DuplicateDevicePath(DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c90 // *DevPath = DuplicateDevicePath (ImageDevicePath);
91 // *FilePath = DuplicateDevicePath (LoadedImage->FilePath);
320 FilePath = DuplicateDevicePath(DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c90 // *DevPath = DuplicateDevicePath (ImageDevicePath);
91 // *FilePath = DuplicateDevicePath (LoadedImage->FilePath);
320 FilePath = DuplicateDevicePath(DevicePath);

Completed in 116 milliseconds

12