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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2535 const xml::ElementNode *pelmPort; local
2536 while ((pelmPort = nl1.forAllNodes()))
2539 if (!pelmPort->getAttributeValue("slot", port.ulSlot))
2540 throw ConfigFileError(this, pelmPort, N_("Required UART/Port/@slot attribute is missing"));
2547 throw ConfigFileError(this, pelmPort, N_("Invalid value %RU32 in UART/Port/@slot attribute: value is not unique"), port.ulSlot);
2549 if (!pelmPort->getAttributeValue("enabled", port.fEnabled))
2550 throw ConfigFileError(this, pelmPort, N_("Required UART/Port/@enabled attribute is missing"));
2551 if (!pelmPort->getAttributeValue("IOBase", port.ulIOBase))
2552 throw ConfigFileError(this, pelmPort, N_("Required UART/Port/@IOBase attribute is missing"));
2553 if (!pelmPort
2588 const xml::ElementNode *pelmPort; local
4640 xml::ElementNode *pelmPort = pelmPorts->createChild("Port"); local
4678 xml::ElementNode *pelmPort = pelmPorts->createChild("Port"); local
[all...]

Completed in 1304 milliseconds