Searched defs:vm_instance (Results 1 – 6 of 6) sorted by relevance
39 vm_instance: ComposClient, field144 let vm_instance = ComposClient::start( in start_vm() localVariable
118 let vm_instance = ComposClient::start( in try_main() localVariable
91 let vm_instance = VmInstance::create( in start_new_instance() localVariable
187 string vm_instance = 1; field
312 fn vm_instance(vm_type: VmType, vm_memory_mb: Option<i32>) -> Result<VmInstance> { in vm_instance() function