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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3349 const xml::ElementNode *pelmDevice; local
3350 while ((pelmDevice = nl2.forAllNodes()))
3354 if (!pelmDevice->getAttributeValue("host", hpda.uHostAddress))
3355 throw ConfigFileError(this, pelmDevice, N_("Missing Device/@host attribute"));
3357 if (!pelmDevice->getAttributeValue("guest", hpda.uGuestAddress))
3358 throw ConfigFileError(this, pelmDevice, N_("Missing Device/@guest attribute"));
3361 pelmDevice->getAttributeValue("name", hpda.strDeviceName);
5054 xml::ElementNode *pelmDevice = pelmController->createChild("AttachedDevice"); local
5063 pelmDevice->setAttribute("nonrotational", att.fNonRotational);
5065 pelmDevice
[all...]

Completed in 783 milliseconds