Searched refs:AppendDevicePathNode (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathUtilities.c118 return AppendDevicePathNode (DevicePath, DevicePathNode);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDevicePathLib.h304 AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c295 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gPnpPs2KeyboardDeviceNode);
305 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gPnp16550ComPortDeviceNode);
306 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
307 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gTerminalTypeDeviceNode);
332 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gPnp16550ComPortDeviceNode);
333 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
334 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gTerminalTypeDeviceNode);
520 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
521 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gTerminalTypeDeviceNode);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c661 *DevicePath = AppendDevicePathNode (BaseDevicePath, &VendorNode.DevicePath.Header);
715 *DevicePath = AppendDevicePathNode (*DevicePath, &Node.DevPath);
778 *DevicePath = AppendDevicePathNode (BaseDevicePath, &Node.DevPath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c157 *DevicePath = AppendDevicePathNode (
575 NewDevicePath = AppendDevicePathNode (
724 NewTerminalContext->DevicePath = AppendDevicePathNode (
H A DBBSsupport.c266 CurrentBbsDevPath = AppendDevicePathNode (
840 DevPath = AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DDriver.c243 Private->GopDevicePath = AppendDevicePathNode (
252 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c415 AppendDevicePathNode ( function
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c336 Private->GopDevicePath = AppendDevicePathNode (
345 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaBus.c613 IsaIoDevice->DevicePath = AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c496 ChildDevicePath = AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c454 AppendDevicePathNode ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c726 PciOptionRomImageDevicePath = AppendDevicePathNode (PciDevice->DevicePath, &EfiOpRomImageNode.Header);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c376 mDebugPortDevice.DebugPortDevicePath = AppendDevicePathNode (Dp1, (EFI_DEVICE_PATH_PROTOCOL *) &DebugPortDP);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c83 VlanDevicePath = AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c648 Private->Ip4Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip4Node.Header);
956 Private->Ip6Nic->DevicePath = AppendDevicePathNode (Private->DevicePath, &Ip6Node.Header);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c1111 TempDevicePath = AppendDevicePathNode (HIDevicePath, &Node.DevPath);
1116 TempDevicePath = AppendDevicePathNode (HIDevicePath, DevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c434 Private->GopDevicePath = AppendDevicePathNode (
443 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c133 UsbIf->DevicePath = AppendDevicePathNode (HubIf->DevicePath, &UsbNode.Header);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassImpl.c539 UsbMass->DevicePath = AppendDevicePathNode (DevicePath, &LunNode.Header);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DPartition.c1090 Private->DevicePath = AppendDevicePathNode (ParentDevicePath, DevicePathNode);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c804 Instance->HiiVendorDevicePath = AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c1120 Sock->DevicePath = AppendDevicePathNode (
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DPartition.c1138 Private->DevicePath = AppendDevicePathNode (ParentDevicePath, DevicePathNode);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c596 SerialDevice->DevicePath = AppendDevicePathNode (
606 SerialDevice->DevicePath = AppendDevicePathNode (

Completed in 1786 milliseconds

12