Searched defs:vms (Results 1 – 3 of 3) sorted by relevance
414 let vms = service.debugListVms().context("Failed to get list of VMs")?; in command_list() localVariable480 let mut vms = get_service()?.debugListVms().context("Failed to get list of VMs")?; in command_console() localVariable
227 let vms = state.vms(); in dump() localVariable1973 vms: Vec<Weak<VmInstance>>, field1978 fn vms(&self) -> Vec<Arc<VmInstance>> { in vms() method
3162 VirtualMachine[] vms = new VirtualMachine[numVMs]; in concurrentVms() local