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

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp81 static int cfgmR3ResolveLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf);
82 static int cfgmR3InsertLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf);
1265 * @param ppLeaf Where to store the pointer to the leaf node.
1267 static int cfgmR3ResolveLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf) argument
1269 *ppLeaf = NULL;
1284 *ppLeaf = pLeaf;
1860 * @param ppLeaf Where to store the new leaf.
1863 static int cfgmR3InsertLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf) argument
1911 *ppLeaf = pNew;

Completed in 54 milliseconds