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

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp82 static int cfgmR3InsertLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf);
1863 static int cfgmR3InsertLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf) function
2065 int rc = cfgmR3InsertLeaf(pNode, pszName, &pLeaf);
2106 rc = cfgmR3InsertLeaf(pNode, pszName, &pLeaf);
2170 rc = cfgmR3InsertLeaf(pNode, pszName, &pLeaf);
2259 rc = cfgmR3InsertLeaf(pNode, pszName, &pLeaf);

Completed in 52 milliseconds