Home
last modified time | relevance | path

Searched refs:virStorageVolDefParseNode (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dstorage_conf.h309 virStorageVolDefParseNode(virStoragePoolDef *pool,
H A Dstorage_conf.c1447 virStorageVolDefParseNode(virStoragePoolDef *pool, in virStorageVolDefParseNode() function
1480 ret = virStorageVolDefParseNode(pool, xml, xmlDocGetRootElement(xml), flags); in virStorageVolDefParse()
/dports/devel/libvirt/libvirt-7.10.0/src/
H A Dlibvirt_private.syms1076 virStorageVolDefParseNode;
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c1181 if (!(volDef = virStorageVolDefParseNode(def, ctxt->doc, node, 0))) in testOpenVolumesForPool()