Home
last modified time | relevance | path

Searched refs:virDomainDefParseFile (Results 1 – 15 of 15) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Ddomainconftest.c51 if (!(def = virDomainDefParseFile(filename, xmlopt, NULL, 0))) in testGetFilesystem()
H A Dqemumemlocktest.c39 if (!(def = virDomainDefParseFile(xml, driver.xmlopt, NULL, in testCompareMemLock()
H A Dxmconfigtest.c54 if (!(def = virDomainDefParseFile(xml, driver->xmlopt, NULL, in testCompareParseXML()
H A Dlibxlxml2domconfigtest.c79 if (!(vmdef = virDomainDefParseFile(xmlfile, driver->xmlopt, in testCompareXMLToDomConfig()
H A Dxml2vmxtest.c57 def = virDomainDefParseFile(xml, xmlopt, NULL, in testCompareFiles()
H A Dxlconfigtest.c87 if (!(def = virDomainDefParseFile(xml, driver->xmlopt, in testCompareParseXML()
H A Dbhyvexml2argvtest.c47 if (!(vm->def = virDomainDefParseFile(xml, driver.xmlopt, in testCompareXMLToArgvFiles()
H A Dsecurityselinuxlabeltest.c164 if (!(def = virDomainDefParseFile(xmlfile, driver.xmlopt, in testSELinuxLoadDef()
H A Dtestutils.c1017 if (!(def = virDomainDefParseFile(infile, xmlopt, NULL, parse_flags))) { in testCompareDomXML2XMLFiles()
H A Dqemuagenttest.c244 if (!(ret_def = virDomainDefParseFile(domain_filename, xmlopt, in testQemuAgentGetFSInfoCommon()
H A Dqemuxml2argvtest.c586 if (!(vm->def = virDomainDefParseFile(info->infile, in testCompareXMLToArgvValidateSchema()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dvirdomainobjlist.c493 if (!(def = virDomainDefParseFile(configFile, xmlopt, NULL, in virDomainObjListLoadConfig()
H A Ddomain_conf.h3498 virDomainDef *virDomainDefParseFile(const char *filename,
H A Ddomain_conf.c20538 virDomainDefParseFile(const char *filename, in virDomainDefParseFile() function
/dports/devel/libvirt/libvirt-7.10.0/src/
H A Dlibvirt_private.syms344 virDomainDefParseFile;