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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp454 static void InsertConfigNode(PCFGMNODE pNode, function
578 InsertConfigNode(pCfg, szName, &pPortCfg);
666 InsertConfigNode(pBridges, Utf8StrFmt("%d", iBase + iBridge).c_str(), &pInst);
678 InsertConfigNode(pDevices, "pciraw", &pPCIDevs);
706 InsertConfigNode(pPCIDevs, Utf8StrFmt("%d", iDev).c_str(), &pInst);
711 InsertConfigNode(pInst, "Config", &pCfg);
730 InsertConfigNode(pInst, "LUN#0", &pLunL0);
732 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL1);
736 InsertConfigNode(pLunL1, "Config", &pCfg);
752 InsertConfigNode(pCtlIns
[all...]

Completed in 73 milliseconds