Searched refs:pelmSystem (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp402 const xml::ElementNode *pelmSystem, *pelmVirtualSystemType; local
403 if ((pelmSystem = pelmThis->findChildElement("System")))
412 if ((pelmVirtualSystemType = pelmSystem->findChildElement("VirtualSystemType")))
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1224 xml::ElementNode *pelmSystem = pelmVirtualHardwareSection->createChild("System"); local
1226 pelmSystem->createChild("vssd:ElementName")->addContent("Virtual Hardware Family"); // required OVF 1.0
1230 pelmSystem->createChild("vssd:InstanceId")->addContent("0");
1232 pelmSystem->createChild("vssd:InstanceID")->addContent("0");
1235 pelmSystem->createChild("vssd:VirtualSystemIdentifier")->addContent(strVMName);
1241 pelmSystem->createChild("vssd:VirtualSystemType")->addContent(pcszHardware);

Completed in 124 milliseconds