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

/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c2168 int captype; local
2169 captype = vm_capability_name2type(capname);
2170 error = vm_set_capability(ctx, vcpu, captype, capval);
2212 int captype, val, getcaptype; local
2219 for (captype = 0; captype < VM_CAP_MAX; captype++) {
2220 if (getcaptype >= 0 && captype != getcaptype)
2222 error = vm_get_capability(ctx, vcpu, captype, &val);
2225 vm_capability_type2name(captype),
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dvmm_dev.h106 enum vm_cap_type captype; member in struct:vm_capability
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_dev.c559 vmcap->captype,
565 vmcap->captype,
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c826 vmcap.captype = cap;
840 vmcap.captype = cap;

Completed in 76 milliseconds