Lines Matching refs:pDevices

607 HRESULT Console::i_attachRawPCIDevices(PUVM pUVM, BusAssignmentManager *pBusMgr, PCFGMNODE pDevices)
639 PCFGMNODE pBridges = CFGMR3GetChild(pDevices, "ich9pcibridge");
678 InsertConfigNode(pDevices, "pciraw", &pPCIDevs);
680 PCFGMNODE pRoot = CFGMR3GetParent(pDevices); Assert(pRoot);
1465 PCFGMNODE pDevices = NULL; /* /Devices */
1475 InsertConfigNode(pRoot, "Devices", &pDevices);
1482 InsertConfigNode(pDevices, "GIMDev", &pDev);
1491 InsertConfigNode(pDevices, "pcarch", &pDev);
1508 InsertConfigNode(pDevices, "8237A", &pDev);
1521 InsertConfigNode(pDevices, "pci", &pDev);
1526 InsertConfigNode(pDevices, "ich9pci", &pDev);
1543 InsertConfigNode(pDevices, "ich9pcibridge", &pDev);
1554 hrc = i_attachRawPCIDevices(pUVM, pBusMgr, pDevices); H();
1574 InsertConfigNode(pDevices, "hpet", &pDev);
1588 InsertConfigNode(pDevices, "smc", &pDev);
1610 InsertConfigNode(pDevices, "lpc", &pDev);
1622 InsertConfigNode(pDevices, "pckbd", &pDev);
1654 InsertConfigNode(pDevices, "i8254", &pDev);
1664 InsertConfigNode(pDevices, "i8259", &pDev);
1674 InsertConfigNode(pDevices, "apic", &pDev);
1686 InsertConfigNode(pDevices, "ioapic", &pDev);
1696 InsertConfigNode(pDevices, "mc146818", &pDev);
1716 rc = i_configGraphicsController(pDevices, enmGraphicsController, pBusMgr, pMachine, biosSettings,
1743 InsertConfigNode(pDevices, "pcbios", &pDev);
1846 InsertConfigNode(pDevices, "efi", &pDev);
1918 InsertConfigNode(pDevices, "usb-ohci", &pDev);
1948 InsertConfigNode(pDevices, "usb-ehci", &pDev);
1994 InsertConfigNode(pDevices, "usb-xhci", &pDev);
2175 InsertConfigNode(pDevices, pszCtrlDev, &pDev);
2406 InsertConfigNode(pDevices, "pcnet", &pDevPCNet);
2409 InsertConfigNode(pDevices, "e1000", &pDevE1000);
2413 InsertConfigNode(pDevices, "virtio-net", &pDevVirtioNet);
2630 InsertConfigNode(pDevices, "serial", &pDev);
2700 InsertConfigNode(pDevices, "parallel", &pDev);
2732 InsertConfigNode(pDevices, "VMMDev", &pDev);
2762 InsertConfigNode(pDevices, "AudioSniffer", &pDev);
2791 InsertConfigNode(pDevices, "ichac97", &pDev);
2801 InsertConfigNode(pDevices, "sb16", &pDev);
2815 InsertConfigNode(pDevices, "hda", &pDev);
3128 InsertConfigNode(pDevices, "acpi", &pDev);
3537 int Console::i_configGraphicsController(PCFGMNODE pDevices,
3553 InsertConfigNode(pDevices, pcszDevice, &pDev);