Searched refs:captype (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/usr.sbin/bhyvectl/ |
| D | bhyvectl.c | 2172 int captype; in main() local 2173 captype = vm_capability_name2type(capname); in main() 2174 error = vm_set_capability(ctx, vcpu, captype, capval); in main() 2216 int captype, val, getcaptype; in main() local 2223 for (captype = 0; captype < VM_CAP_MAX; captype++) { in main() 2224 if (getcaptype >= 0 && captype != getcaptype) in main() 2226 error = vm_get_capability(ctx, vcpu, captype, &val); in main() 2229 vm_capability_type2name(captype), in main() 2234 vm_capability_type2name(captype)); in main()
|
| /freebsd-12-stable/sys/amd64/include/ |
| D | vmm_dev.h | 115 enum vm_cap_type captype; member
|
| /freebsd-12-stable/sys/amd64/vmm/ |
| D | vmm_dev.c | 666 vmcap->captype, in vmmdev_ioctl() 672 vmcap->captype, in vmmdev_ioctl()
|
| /freebsd-12-stable/lib/libvmmapi/ |
| D | vmmapi.c | 858 vmcap.captype = cap; in vm_get_capability() 872 vmcap.captype = cap; in vm_set_capability()
|