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

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp1356 PCFGMNODE pNewRoot = CFGMR3CreateTree(pRoot->pVM ? pRoot->pVM->pUVM : NULL); local
1357 if (!pNewRoot)
1365 PCFGMNODE pDstCur = pNewRoot;
1430 CFGMR3RemoveNode(pNewRoot);
1434 *ppCopy = pNewRoot;
1506 * @param pNewRoot The tree to replace @a pRoot with. This not will
1509 VMMR3DECL(int) CFGMR3ReplaceSubTree(PCFGMNODE pRoot, PCFGMNODE pNewRoot) argument
1515 AssertPtrReturn(pNewRoot, VERR_INVALID_POINTER);
1516 AssertReturn(pRoot != pNewRoot, VERR_INVALID_PARAMETER);
1517 AssertReturn(!pNewRoot
[all...]

Completed in 50 milliseconds