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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp487 PCFGMNODE pTransAttDrv = NULL; local
490 pTransAttDrv = CFGMR3GetChild(pCurTrans, "AttachedDriver");
491 AssertLogRelMsgReturn(pTransAttDrv,
524 rc = CFGMR3DuplicateSubTree(pTransAttDrv, &pTransCopy);
553 rc = CFGMR3DuplicateSubTree(pTransAttDrv, &pTransCopy);

Completed in 48 milliseconds