Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmd/
H A Dcontrol.c417 case IMSG_VMDOP_UNPAUSE_VM: in control_dispatch_imsg()
501 case IMSG_VMDOP_UNPAUSE_VM: in control_dispatch_imsg()
H A Dvmd.h116 IMSG_VMDOP_UNPAUSE_VM, enumerator
H A Dvioblk.c474 case IMSG_VMDOP_UNPAUSE_VM: in dev_dispatch_vm()
H A Dvmm.c244 case IMSG_VMDOP_UNPAUSE_VM: in vmm_dispatch_parent()
H A Dvm.c401 case IMSG_VMDOP_UNPAUSE_VM: in vm_dispatch_vmm()
H A Dvionet.c951 case IMSG_VMDOP_UNPAUSE_VM: in dev_dispatch_vm()
H A Dvirtio.c1337 return virtio_broadcast_imsg(vm, IMSG_VMDOP_UNPAUSE_VM, NULL, 0); in virtio_start()
H A Dvmd.c222 case IMSG_VMDOP_UNPAUSE_VM: in vmd_dispatch_control()
/openbsd/usr.sbin/vmctl/
H A Dvmctl.c418 imsg_compose(ibuf, IMSG_VMDOP_UNPAUSE_VM, 0, 0, -1, in unpause_vm()