Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3104 ctls = sysctl.filter(base)
105 return {namefmt(ctl): str(ctl.value) for ctl in ctls if is_value(ctl)}
122 ctls = sysctl.filter('vfs.zfs')
123 return {namefmt(ctl): ctl.description for ctl in ctls if is_value(ctl)}
H A Darc_summary274 ctls = sysctl.filter('vfs.zfs')
75 return dict((ctl.name, ctl.value) for ctl in ctls if is_value(ctl))
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c3361 uint64_t ctls; in vmx_setreg() local
3390 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg()
3392 ctls |= VM_ENTRY_GUEST_LMA; in vmx_setreg()
3394 ctls &= ~VM_ENTRY_GUEST_LMA; in vmx_setreg()
3396 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()