Searched refs:terminate_vm (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/vmctl/
H A Dvmctl.h97 void terminate_vm(uint32_t, const char *, unsigned int);
H A Dvmctl.c448 * terminate_vm
458 terminate_vm(uint32_t terminate_id, const char *name, unsigned int flags) function
497 * EIO : terminate_vm command failed
H A Dmain.c226 terminate_vm(res->id, res->name, res->flags);
/openbsd-current/usr.sbin/vmd/
H A Dvmm.c62 int terminate_vm(struct vm_terminate_params *);
175 (void)terminate_vm(&vtp);
413 if (terminate_vm(&vtp) == 0)
455 (void)terminate_vm(&vtp);
567 * terminate_vm
580 terminate_vm(struct vm_terminate_params *vtp) function
876 if ((ret = terminate_vm(&vtp)) != 0)

Completed in 71 milliseconds