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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3186 com::Utf8Str strCtrlType; local
3190 if (pelmCtrl->getAttributeValue("type", strCtrlType))
3192 if (strCtrlType == "OHCI")
3194 else if (strCtrlType == "EHCI")
3196 else if (strCtrlType == "XHCI")
3199 throw ConfigFileError(this, pelmCtrl, N_("Invalid value '%s' for Controller/@type attribute"), strCtrlType.c_str());

Completed in 73 milliseconds