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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3085 const xml::ElementNode *pelmBIOSChild; local
3086 if ((pelmBIOSChild = pelmHwChild->findChildElement("ACPI")))
3087 pelmBIOSChild->getAttributeValue("enabled", hw.biosSettings.fACPIEnabled);
3088 if ((pelmBIOSChild = pelmHwChild->findChildElement("IOAPIC")))
3089 pelmBIOSChild->getAttributeValue("enabled", hw.biosSettings.fIOAPICEnabled);
3090 if ((pelmBIOSChild = pelmHwChild->findChildElement("Logo")))
3092 pelmBIOSChild->getAttributeValue("fadeIn", hw.biosSettings.fLogoFadeIn);
3093 pelmBIOSChild->getAttributeValue("fadeOut", hw.biosSettings.fLogoFadeOut);
3094 pelmBIOSChild->getAttributeValue("displayTime", hw.biosSettings.ulLogoDisplayTime);
3095 pelmBIOSChild
[all...]

Completed in 45 milliseconds