Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_ioctl.h66 struct nvmm_ioc_vcpu_destroy { struct
152 #define NVMM_IOC_VCPU_DESTROY _IOW ('N', 5, struct nvmm_ioc_vcpu_destroy)
H A Dnvmm.c426 nvmm_vcpu_destroy(struct nvmm_owner *owner, struct nvmm_ioc_vcpu_destroy *args) in nvmm_vcpu_destroy()
/dragonfly/lib/libnvmm/
H A Dlibnvmm.c317 struct nvmm_ioc_vcpu_destroy args; in nvmm_vcpu_destroy()