Lines Matching defs:pelmBIOSChild

3085             const xml::ElementNode *pelmBIOSChild;
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->getAttributeValue("imagePath", hw.biosSettings.strLogoImagePath);
3097 if ((pelmBIOSChild = pelmHwChild->findChildElement("BootMenu")))
3100 if (pelmBIOSChild->getAttributeValue("mode", strBootMenuMode))
3111 throw ConfigFileError(this, pelmBIOSChild, N_("Invalid value '%s' in BootMenu/@mode attribute"), strBootMenuMode.c_str());
3114 if ((pelmBIOSChild = pelmHwChild->findChildElement("PXEDebug")))
3115 pelmBIOSChild->getAttributeValue("enabled", hw.biosSettings.fPXEDebugEnabled);
3116 if ((pelmBIOSChild = pelmHwChild->findChildElement("TimeOffset")))
3117 pelmBIOSChild->getAttributeValue("value", hw.biosSettings.llTimeOffset);
3121 && (pelmBIOSChild = pelmHwChild->findChildElement("IDEController"))
3129 if (pelmBIOSChild->getAttributeValue("type", strType))
3138 throw ConfigFileError(this, pelmBIOSChild, N_("Invalid value '%s' for IDEController/@type attribute"), strType.c_str());