Home
last modified time | relevance | path

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

/dports/devel/libvirt-java/libvirt-java-0.5.2/src/main/java/org/libvirt/
H A DStoragePoolInfo.java14 VIR_STORAGE_POOL_INACTIVE, enumConstant
63 this.state = StoragePoolState.VIR_STORAGE_POOL_INACTIVE; in StoragePoolInfo()
/dports/devel/libvirt/libvirt-7.10.0/include/libvirt/
H A Dlibvirt-storage.h48 VIR_STORAGE_POOL_INACTIVE = 0, /* Not running */ enumerator
/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_driver.c1303 info->state = VIR_STORAGE_POOL_INACTIVE; in storagePoolGetInfo()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_virt.py6407 inactive_pool.info.return_value = [self.mock_libvirt.VIR_STORAGE_POOL_INACTIVE]
/dports/devel/p5-Sys-Virt/Sys-Virt-1.1.1/
H A DVirt.xs6993 REGISTER_CONSTANT(VIR_STORAGE_POOL_INACTIVE, STATE_INACTIVE);
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c6944 info->state = VIR_STORAGE_POOL_INACTIVE; in testStoragePoolGetInfo()