Searched refs:snapshotTreeList (Results 1 – 2 of 2) sorted by relevance
/dports/devel/libvirt/libvirt-7.10.0/src/esx/ |
H A D | esx_vi.h | 358 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList, 362 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList, char **names, 366 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList, const char *name, 372 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList,
|
H A D | esx_vi.c | 2519 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList, bool recurse, in esxVI_GetNumberOfSnapshotTrees() argument 2525 for (snapshotTree = snapshotTreeList; snapshotTree; in esxVI_GetNumberOfSnapshotTrees() 2540 esxVI_GetSnapshotTreeNames(esxVI_VirtualMachineSnapshotTree *snapshotTreeList, in esxVI_GetSnapshotTreeNames() argument 2549 for (snapshotTree = snapshotTreeList; in esxVI_GetSnapshotTreeNames() 2587 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList, const char *name, in esxVI_GetSnapshotTreeByName() argument 2600 for (candidate = snapshotTreeList; candidate; in esxVI_GetSnapshotTreeByName() 2633 (esxVI_VirtualMachineSnapshotTree *snapshotTreeList, in esxVI_GetSnapshotTreeBySnapshot() argument 2641 for (candidate = snapshotTreeList; candidate; in esxVI_GetSnapshotTreeBySnapshot()
|