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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3470 const xml::ElementNode *pelmController; local
3471 while ((pelmController = nlStorageControllers.forAllNodes()))
3475 if (!pelmController->getAttributeValue("name", sctl.strName))
3476 throw ConfigFileError(this, pelmController, N_("Required StorageController/@name attribute is missing"));
3489 pelmController->getAttributeValue("Instance", sctl.ulInstance);
3492 pelmController->getAttributeValue("Bootable", sctl.fBootable);
3498 if (!pelmController->getAttributeValue("type", strType))
3499 throw ConfigFileError(this, pelmController, N_("Required StorageController/@type attribute is missing"));
3549 throw ConfigFileError(this, pelmController, N_("Invalid value '%s' for StorageController/@type attribute"), strType.c_str());
3551 readStorageControllerAttributes(*pelmController, sct
4990 xml::ElementNode *pelmController = pelmStorageControllers->createChild("StorageController"); local
[all...]

Completed in 1028 milliseconds