Searched refs:pelmCpuIdLeaf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2314 const xml::ElementNode *pelmCpuIdLeaf; local
2315 while ((pelmCpuIdLeaf = nl1.forAllNodes()))
2319 if (!pelmCpuIdLeaf->getAttributeValue("id", leaf.ulId))
2320 throw ConfigFileError(this, pelmCpuIdLeaf, N_("Required CpuId/@id attribute is missing"));
2322 pelmCpuIdLeaf->getAttributeValue("eax", leaf.ulEax);
2323 pelmCpuIdLeaf->getAttributeValue("ebx", leaf.ulEbx);
2324 pelmCpuIdLeaf->getAttributeValue("ecx", leaf.ulEcx);
2325 pelmCpuIdLeaf->getAttributeValue("edx", leaf.ulEdx);
4140 xml::ElementNode *pelmCpuIdLeaf = pelmCpuIdTree->createChild("CpuIdLeaf"); local
4141 pelmCpuIdLeaf
[all...]

Completed in 1294 milliseconds