Home
last modified time | relevance | path

Searched refs:vm_terminate (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/vmd/
Dvmd.c65 static inline void vm_terminate(struct vmd_vm *, const char *);
420 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
427 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
435 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
466 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
492 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
527 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
563 vm_terminate(vm, __func__); in vmd_dispatch_vmm()
1914 vm_terminate(struct vmd_vm *vm, const char *caller) in vm_terminate() function