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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h182 EFI_DEVICE_PATH_UTILS_APPEND_PATH AppendDevicePath; member in struct:__anon12092
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c377 AppendDevicePath ( function
382 return mDevicePathUtilities->AppendDevicePath (FirstDevicePath, SecondDevicePath);
630 DevicePath = AppendDevicePath (DevicePath, FileDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c379 AppendDevicePath ( function
485 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath);
801 DevicePath = AppendDevicePath (DevicePath, FileDevicePath);

Completed in 184 milliseconds