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

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp394 VMMR3DECL(PCFGMNODE) CFGMR3GetNextChild(PCFGMNODE pCur) function
406 * or successive calls to CFGMR3GetNextChild().
436 * or successive calls to CFGMR3GetNextChild().
1596 for (PCFGMNODE pSrcChild = CFGMR3GetFirstChild(pSrcTree); pSrcChild; pSrcChild = CFGMR3GetNextChild(pSrcChild))
3250 for (PCFGMNODE pChild = CFGMR3GetFirstChild(pRoot); pChild; pChild = CFGMR3GetNextChild(pChild))

Completed in 52 milliseconds