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

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp495 VMMR3DECL(PCFGMLEAF) CFGMR3GetFirstValue(PCFGMNODE pCur) function
504 * @param pCur The current value as returned by this function or CFGMR3GetFirstValue().
516 * @param pCur Value returned by a call to CFGMR3GetFirstValue()
546 * @param pCur Value returned by a call to CFGMR3GetFirstValue()
560 * @param pCur Value returned by a call to CFGMR3GetFirstValue()
1575 for (PCFGMLEAF pValue = CFGMR3GetFirstValue(pSrcTree); pValue; pValue = CFGMR3GetNextValue(pValue))
3207 for (pLeaf = CFGMR3GetFirstValue(pRoot); pLeaf; pLeaf = CFGMR3GetNextValue(pLeaf))
3209 for (pLeaf = CFGMR3GetFirstValue(pRoot); pLeaf; pLeaf = CFGMR3GetNextValue(pLeaf))

Completed in 52 milliseconds