Searched defs:DuplicateDevicePath (Results 1 - 3 of 3) sorted by relevance

/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/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c345 DuplicateDevicePath ( function
349 return mDevicePathUtilities->DuplicateDevicePath (DevicePath);
/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);

Completed in 33 milliseconds