Lines Matching defs:vtp
100 struct vm_terminate_params vtp;
159 vtp.vtp_vm_id = vm_vmid2id(vm->vm_vmid, vm);
161 (void)terminate_vm(&vtp);
372 struct vm_terminate_params vtp;
402 vtp.vtp_vm_id = vmid;
404 if (terminate_vm(&vtp) == 0)
439 struct vm_terminate_params vtp;
443 vtp.vtp_vm_id = vm_vmid2id(vm->vm_vmid, vm);
446 (void)terminate_vm(&vtp);
566 * supplied vm_terminate_params structure (vtp->vtp_vm_id)
569 * vtp: vm_terminate_params struct containing the ID of the VM to terminate
576 terminate_vm(struct vm_terminate_params *vtp)
578 if (ioctl(env->vmd_fd, VMM_IOC_TERM, vtp) == -1)
834 struct vm_terminate_params vtp;
877 vtp.vtp_vm_id = info[i].vir_id;
878 if ((ret = terminate_vm(&vtp)) != 0)