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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp502 PCFGMNODE pBelowThis = CFGMR3GetChild(*ppNode, "AttachedDriver"); local
503 if (!pBelowThis || !strcmp(szAction, "removetree"))
511 rc = CFGMR3DuplicateSubTree(pBelowThis, &pBelowThisCopy);
515 AssertLogRelRCReturnStmt(rc, CFGMR3RemoveNode(pBelowThis), rc);
527 PCFGMNODE pBelowThis = CFGMR3GetChild(*ppNode, "AttachedDriver"); local
528 if (!pBelowThis || !strcmp(szAction, "replacetree"))
533 rc = CFGMR3DuplicateSubTree(pBelowThis, &pBelowThisCopy);

Completed in 49 milliseconds