Searched refs:AppendDevicePathInstance (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathUtilities.c148 return AppendDevicePathInstance (DevicePath, DevicePathInstance);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePathUtilities.h184 EFI_DEVICE_PATH_UTILS_APPEND_INSTANCE AppendDevicePathInstance; member in struct:__anon12092
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h331 AppendDevicePathInstance (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c447 AppendDevicePathInstance ( function
452 return mDevicePathUtilities->AppendDevicePathInstance (DevicePath, DevicePathInstance);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c847 TempDevicePath2 = AppendDevicePathInstance (
934 NewVariableDevicePath = AppendDevicePathInstance (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c516 AppendDevicePathInstance ( function
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DVariable.c422 ConDevicePath = AppendDevicePathInstance (
453 ConDevicePath = AppendDevicePathInstance (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c1444 NewVariable = AppendDevicePathInstance (Variable, TempDevicePath);
1549 NewVariable = AppendDevicePathInstance (NewVariable, Instance);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1110 CachedDevicePath = AppendDevicePathInstance (Instance, CachedDevicePath );
1173 CachedDevicePath = AppendDevicePathInstance (BlockIoDevicePath, CachedDevicePath);
1179 CachedDevicePath = AppendDevicePathInstance (BlockIoDevicePath, CachedDevicePath);
H A DBdsConsole.c264 NewDevicePath = AppendDevicePathInstance (NewDevicePath, CustomizedConDevicePath);
H A DBdsMisc.c974 NewDevicePath = AppendDevicePathInstance (NewDevicePath, Instance);

Completed in 939 milliseconds