Searched defs:vms (Results 1 – 6 of 6) sorted by relevance
80 let vms = virt_manager.debugListVms().context("Failed to get list of VMs")?; in command_list() localVariable
97 let vms = state.vms(); in debugListVms() localVariable216 vms: Vec<Weak<VmInstance>>, field225 fn vms(&self) -> Vec<Arc<VmInstance>> { in vms() method
99 jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) { in JNI_GetCreatedJavaVMs()
26 namespace vms { namespace
28 namespace vms { namespace
2724 ver2str(unsigned int vms, unsigned int vls) in ver2str()