Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyvectl/
HDbhyvectl.c2092 int captype; in main() local
2093 captype = vm_capability_name2type(capname); in main()
2094 error = vm_set_capability(ctx, vcpu, captype, capval); in main()
2136 int captype, val, getcaptype; in main() local
2143 for (captype = 0; captype < VM_CAP_MAX; captype++) { in main()
2144 if (getcaptype >= 0 && captype != getcaptype) in main()
2146 error = vm_get_capability(ctx, vcpu, captype, &val); in main()
2149 vm_capability_type2name(captype), in main()
2154 vm_capability_type2name(captype)); in main()
/NextBSD/sys/amd64/include/
HDvmm_dev.h106 enum vm_cap_type captype; member
/NextBSD/sys/amd64/vmm/
HDvmm_dev.c550 vmcap->captype, in vmmdev_ioctl()
556 vmcap->captype, in vmmdev_ioctl()
/NextBSD/lib/libvmmapi/
HDvmmapi.c823 vmcap.captype = cap; in vm_get_capability()
837 vmcap.captype = cap; in vm_set_capability()