/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/ |
H A D | DevicePathUtilities.c | 118 return AppendDevicePathNode (DevicePath, DevicePathNode);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | DevicePathLib.h | 304 AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/ |
H A D | BdsPlatform.c | 295 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 D | BiosBlkIo.c | 661 *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 D | ConsoleOption.c | 157 *DevicePath = AppendDevicePathNode ( 575 NewDevicePath = AppendDevicePathNode ( 724 NewTerminalContext->DevicePath = AppendDevicePathNode (
|
H A D | BBSsupport.c | 266 CurrentBbsDevPath = AppendDevicePathNode ( 840 DevPath = AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/ |
H A D | Driver.c | 243 Private->GopDevicePath = AppendDevicePathNode ( 252 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/ |
H A D | UefiDevicePathLib.c | 415 AppendDevicePathNode ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/ |
H A D | CirrusLogic5430.c | 336 Private->GopDevicePath = AppendDevicePathNode ( 345 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
H A D | IsaBus.c | 613 IsaIoDevice->DevicePath = AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
H A D | VlanConfigImpl.c | 496 ChildDevicePath = AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.c | 454 AppendDevicePathNode ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciOptionRomSupport.c | 726 PciOptionRomImageDevicePath = AppendDevicePathNode (PciDevice->DevicePath, &EfiOpRomImageNode.Header);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/ |
H A D | DebugPort.c | 376 mDebugPortDevice.DebugPortDevicePath = AppendDevicePathNode (Dp1, (EFI_DEVICE_PATH_PROTOCOL *) &DebugPortDP);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/ |
H A D | MnpVlan.c | 83 VlanDevicePath = AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/ |
H A D | PxeBcDriver.c | 648 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 D | ConsistMapping.c | 1111 TempDevicePath = AppendDevicePathNode (HIDevicePath, &Node.DevPath); 1116 TempDevicePath = AppendDevicePathNode (HIDevicePath, DevicePath);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/ |
H A D | VBoxVga.c | 434 Private->GopDevicePath = AppendDevicePathNode ( 443 Private->GopDevicePath = AppendDevicePathNode (ParentDevicePath, RemainingDevicePath);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbEnumer.c | 133 UsbIf->DevicePath = AppendDevicePathNode (HubIf->DevicePath, &UsbNode.Header);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
H A D | UsbMassImpl.c | 539 UsbMass->DevicePath = AppendDevicePathNode (DevicePath, &LunNode.Header);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/ |
H A D | Partition.c | 1090 Private->DevicePath = AppendDevicePathNode (ParentDevicePath, DevicePathNode);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/ |
H A D | Ip4ConfigNv.c | 804 Instance->HiiVendorDevicePath = AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Misc.c | 1120 Sock->DevicePath = AppendDevicePathNode (
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/ |
H A D | Partition.c | 1138 Private->DevicePath = AppendDevicePathNode (ParentDevicePath, DevicePathNode);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ |
H A D | Serial.c | 596 SerialDevice->DevicePath = AppendDevicePathNode ( 606 SerialDevice->DevicePath = AppendDevicePathNode (
|