Home
last modified time | relevance | path

Searched refs:start_vm (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/cloudstack/
H A Dcs_instance.py676 def present_instance(self, start_vm=True): argument
680 instance = self.deploy_instance(start_vm=start_vm)
683 instance = self.update_instance(instance=instance, start_vm=start_vm)
713 def deploy_instance(self, start_vm=True): argument
741 args['startvm'] = start_vm
761 def update_instance(self, instance, start_vm=True): argument
858 if instance_state == 'running' and start_vm:
1095 acs_instance.present_instance(start_vm=False)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/plugins/modules/
H A Dcs_instance.py669 def present_instance(self, start_vm=True): argument
673 instance = self.deploy_instance(start_vm=start_vm)
676 instance = self.update_instance(instance=instance, start_vm=start_vm)
709 def deploy_instance(self, start_vm=True): argument
737 args['startvm'] = start_vm
757 def update_instance(self, instance, start_vm=True): argument
854 if instance_state == 'running' and start_vm:
1091 acs_instance.present_instance(start_vm=False)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/kernel/
H A Dum_arch.c106 unsigned long start_vm; variable
340 start_vm = VMALLOC_START; in linux_main()
345 avail = stack - start_vm; in linux_main()
348 end_vm = start_vm + virtmem_size; in linux_main()
H A Dtrap.c211 if (!is_user && (address >= start_vm) && (address < end_vm)) { in segv()
H A Dtlb.c549 flush_tlb_kernel_range_common(start_vm, end_vm); in flush_tlb_kernel_vm()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/kernel/
H A Dum_arch.c106 unsigned long start_vm; variable
340 start_vm = VMALLOC_START; in linux_main()
345 avail = stack - start_vm; in linux_main()
348 end_vm = start_vm + virtmem_size; in linux_main()
H A Dtrap.c211 if (!is_user && (address >= start_vm) && (address < end_vm)) { in segv()
H A Dtlb.c549 flush_tlb_kernel_range_common(start_vm, end_vm); in flush_tlb_kernel_vm()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/kernel/
H A Dum_arch.c106 unsigned long start_vm; variable
340 start_vm = VMALLOC_START; in linux_main()
345 avail = stack - start_vm; in linux_main()
348 end_vm = start_vm + virtmem_size; in linux_main()
H A Dtrap.c211 if (!is_user && (address >= start_vm) && (address < end_vm)) { in segv()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/include/shared/
H A Das-layout.h43 extern unsigned long start_vm;
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/include/shared/
H A Das-layout.h43 extern unsigned long start_vm;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/include/shared/
H A Das-layout.h43 extern unsigned long start_vm;
/dports/net-im/tox/c-toxcore-0.2.13/.travis/
H A Dcmake-freebsd-env.sh19 start_vm() { function
H A Dcmake-freebsd-stage233 start_vm
H A Dcmake-freebsd-stage169 start_vm
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/os-Linux/
H A Dmain.c249 else if ((addr >= start_vm) && (addr < end_vm)) { in __wrap_free()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/os-Linux/
H A Dmain.c249 else if ((addr >= start_vm) && (addr < end_vm)) { in __wrap_free()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/os-Linux/
H A Dmain.c249 else if ((addr >= start_vm) && (addr < end_vm)) { in __wrap_free()
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/vm/
H A Dparallel-vm.py168 def start_vm(vm, sel): function
235 start_vm(vm[i], sel)
300 start_vm(vm[0], sel)
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/vm/
H A Dparallel-vm.py168 def start_vm(vm, sel): function
235 start_vm(vm[i], sel)
300 start_vm(vm[0], sel)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/misc/
H A Dproxmox_kvm.py754 def start_vm(module, proxmox, vm, vmid, timeout): function
1053 if start_vm(module, proxmox, vm, vmid, timeout):
1080 …m(module, proxmox, vm, vmid, timeout, force=module.params['force']) and start_vm(module, proxmox, …
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/misc/
H A Dproxmox_kvm.py980 def start_vm(module, proxmox, vm): function
1330 if start_vm(module, proxmox, vm):
1367 … if stop_vm(module, proxmox, vm, force=module.params['force']) and start_vm(module, proxmox, vm):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dproxmox_kvm.py980 def start_vm(module, proxmox, vm): function
1330 if start_vm(module, proxmox, vm):
1367 … if stop_vm(module, proxmox, vm, force=module.params['force']) and start_vm(module, proxmox, vm):
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/
H A Dmanager.py124 "on_vm_run_clicked": self.start_vm,
525 def start_vm(self, ignore): member in vmmManager

12