Home
last modified time | relevance | path

Searched refs:esxUtil_ParseDatastorePath (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/
H A Dlibvirt_esx.syms7 esxUtil_ParseDatastorePath;
/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_util.h55 int esxUtil_ParseDatastorePath(const char *datastorePath, char **datastoreName,
H A Desx_storage_backend_vmfs.c623 if (esxUtil_ParseDatastorePath(searchResults->folderPath, NULL, NULL, in esxStoragePoolListVolumes()
695 if (esxUtil_ParseDatastorePath(path, &datastoreName, NULL, in esxStorageVolLookupByPath()
767 if (esxUtil_ParseDatastorePath(searchResults->folderPath, NULL, in esxStorageVolLookupByKey()
898 if (esxUtil_ParseDatastorePath(unescapedDatastorePath, NULL, in esxStorageVolCreateXML()
1100 if (esxUtil_ParseDatastorePath(unescapedDatastorePath, NULL, in esxStorageVolCreateXMLFrom()
H A Desx_util.c206 esxUtil_ParseDatastorePath(const char *datastorePath, char **datastoreName, in esxUtil_ParseDatastorePath() function
H A Desx_driver.c292 if (esxUtil_ParseDatastorePath(fileName, &datastoreName, NULL, in esxFormatVMXFileName()
2562 if (esxUtil_ParseDatastorePath(vmPathName, &datastoreName, &directoryName, in esxDomainGetXMLDesc()
2994 if (esxUtil_ParseDatastorePath(src, &datastoreName, &directoryName, in esxDomainDefineXMLFlags()
H A Desx_vi.c3378 if (esxUtil_ParseDatastorePath(datastorePath, &datastoreName, in esxVI_LookupFileInfoByDatastorePath()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Desxutilstest.c45 if (esxUtil_ParseDatastorePath in testParseDatastorePath()