Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_vi.c3369 esxVI_FloppyImageFileQuery *floppyImageFileQuery = NULL; in esxVI_LookupFileInfoByDatastorePath() local
3461 if (esxVI_FloppyImageFileQuery_Alloc(&floppyImageFileQuery) < 0 || in esxVI_LookupFileInfoByDatastorePath()
3464 esxVI_FileQuery_DynamicCast(floppyImageFileQuery)) < 0) { in esxVI_LookupFileInfoByDatastorePath()
3467 floppyImageFileQuery = NULL; in esxVI_LookupFileInfoByDatastorePath()
3531 esxVI_FloppyImageFileQuery_Free(&floppyImageFileQuery); in esxVI_LookupFileInfoByDatastorePath()
3550 esxVI_FloppyImageFileQuery *floppyImageFileQuery = NULL; in esxVI_LookupDatastoreContentByDatastoreName() local
3603 if (esxVI_FloppyImageFileQuery_Alloc(&floppyImageFileQuery) < 0 || in esxVI_LookupDatastoreContentByDatastoreName()
3606 esxVI_FileQuery_DynamicCast(floppyImageFileQuery)) < 0) { in esxVI_LookupDatastoreContentByDatastoreName()
3609 floppyImageFileQuery = NULL; in esxVI_LookupDatastoreContentByDatastoreName()
3647 esxVI_FloppyImageFileQuery_Free(&floppyImageFileQuery); in esxVI_LookupDatastoreContentByDatastoreName()