Searched refs:capval (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/include/ |
H A D | capdefaults.c | 49 short capval; variable 56 && (capval = EXTRACT_DELAY(carriage_return))) 57 carriage_return_delay = capval; 58 if (VALID_STRING(newline) && (capval = EXTRACT_DELAY(newline))) 59 new_line_delay = capval; 82 && (capval = EXTRACT_DELAY(cursor_left))) 83 backspace_delay = capval; 84 if (VALID_STRING(tab) && (capval = EXTRACT_DELAY(tab))) 85 horizontal_tab_delay = capval;
|
/freebsd/usr.sbin/bhyvectl/ |
H A D | bhyvectl.c | 65 static int get_stats, getcap, setcap, capval; variable 365 capval = strtoul(optarg, NULL, 0); in main() 418 error = vm_set_capability(vcpu, captype, capval); in main()
|
/freebsd/sys/riscv/include/ |
H A D | vmm_dev.h | 97 int capval; member
|
/freebsd/sys/arm64/include/ |
H A D | vmm_dev.h | 91 int capval; member
|
/freebsd/sys/amd64/include/ |
H A D | vmm_dev.h | 119 int capval; member
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_dev.c | 589 error = vm_get_capability(vcpu, vmcap->captype, &vmcap->capval); in vmmdev_ioctl() 596 error = vm_set_capability(vcpu, vmcap->captype, vmcap->capval); in vmmdev_ioctl()
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.c | 782 *retval = vmcap.capval; in vm_get_capability() 793 vmcap.capval = val; in vm_set_capability()
|