Lines Matching refs:pRoot

680         PCFGMNODE pRoot = CFGMR3GetParent(pDevices); Assert(pRoot);
683 CFGMR3InsertNode(pRoot, "PGM", NULL);
684 InsertConfigInteger(CFGMR3GetChild(pRoot, "PGM"), "PciPassThrough", 1);
691 CFGMR3RemoveValue(pRoot, "RamPreAlloc");
692 InsertConfigInteger(pRoot, "RamPreAlloc", 1);
1063 PCFGMNODE pRoot = CFGMR3GetRootU(pUVM);
1064 Assert(pRoot);
1074 InsertConfigString(pRoot, "Name", bstr);
1075 InsertConfigBytes(pRoot, "UUID", &HardwareUuid, sizeof(HardwareUuid));
1076 InsertConfigInteger(pRoot, "RamSize", cbRam);
1077 InsertConfigInteger(pRoot, "RamHoleSize", cbRamHole);
1078 InsertConfigInteger(pRoot, "NumCPUs", cCpus);
1079 InsertConfigInteger(pRoot, "CpuExecutionCap", ulCpuExecutionCap);
1080 InsertConfigInteger(pRoot, "TimerMillies", 10);
1082 InsertConfigInteger(pRoot, "RawR3Enabled", 1); /* boolean */
1083 InsertConfigInteger(pRoot, "RawR0Enabled", 1); /* boolean */
1085 InsertConfigInteger(pRoot, "PATMEnabled", 1); /* boolean */
1086 InsertConfigInteger(pRoot, "CSAMEnabled", 1); /* boolean */
1093 InsertConfigInteger(pRoot, "RawR1Enabled", 1); /* boolean */
1100 InsertConfigInteger(pRoot, "PageFusion", fPageFusion); /* boolean */
1103 InsertConfigInteger(pRoot, "MemBalloonSize", ulBalloonSize);
1109 InsertConfigNode(pRoot, "CPUM", &pCPUM);
1193 InsertConfigInteger(pRoot, "EnablePAE", fEnablePAE);
1263 InsertConfigInteger(pRoot, "HMEnabled", fHMEnabled);
1267 InsertConfigNode(pRoot, "EM", &pEM);
1276 InsertConfigNode(pRoot, "HM", &pHM);
1284 InsertConfigNode(pRoot, "REM", &pREM);
1330 InsertConfigInteger(pRoot, "PowerOffInsteadOfReset", 1);
1336 InsertConfigNode(pRoot, "GIM", &pParavirtNode);
1369 InsertConfigNode(pRoot, "MM", &pMM);
1379 InsertConfigNode(pRoot, "PDM", &pPDM);
1475 InsertConfigNode(pRoot, "Devices", &pDevices);
1502 InsertConfigNode(pRoot, "TM", &pTMNode);
2033 InsertConfigNode(pRoot, "USB", &pUsbDevices);
3202 InsertConfigNode(pRoot, "DBGF", &pDbgf);
3264 rc = i_configCfgmOverlay(pRoot, virtualBox, pMachine);
3305 * @param pRoot The root of the configuration tree.
3310 int Console::i_configCfgmOverlay(PCFGMNODE pRoot, IVirtualBox *pVirtualBox, IMachine *pMachine)
3394 pNode = CFGMR3GetChild(pRoot, pszExtraDataKey);
3400 rc = CFGMR3InsertNode(pRoot, pszExtraDataKey, &pNode);
3412 pNode = pRoot;