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

/vbox/src/VBox/Main/src-client/
H A DNvram.cpp60 PCFGMNODE pCfgVarRoot; member in struct:NVRAM
241 for (PCFGMNODE pVarNode = CFGMR3GetFirstChild(pThis->pCfgVarRoot); pVarNode; pVarNode = CFGMR3GetNextChild(pVarNode))
273 pVarNode = CFGMR3GetFirstChild(pThis->pCfgVarRoot);
355 pThis->pCfgVarRoot = CFGMR3GetChild(pCfg, "Vars");

Completed in 361 milliseconds