Searched refs:ctls (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libmixer/ |
H A D | mixer.c | 126 TAILQ_INIT(&dp->ctls); in mixer_open() 155 while (!TAILQ_EMPTY(&dp->ctls)) in mixer_close() 156 (void)mixer_remove_ctl(TAILQ_FIRST(&dp->ctls)); in mixer_close() 235 TAILQ_FOREACH(cp, &dp->ctls, ctls) { in mixer_add_ctl() 241 TAILQ_INSERT_TAIL(&dp->ctls, ctl, ctls); in mixer_add_ctl() 273 if (!TAILQ_EMPTY(&p->ctls)) { in mixer_remove_ctl() 274 TAILQ_REMOVE(&p->ctls, ctl, ctls); in mixer_remove_ctl() 289 TAILQ_FOREACH(cp, &d->ctls, ctls) { in mixer_get_ctl() 306 TAILQ_FOREACH(cp, &d->ctls, ctls) { in mixer_get_ctl_byname()
|
H A D | mixer.h | 52 TAILQ_ENTRY(mix_ctl) ctls; 68 TAILQ_HEAD(mix_ctlhead, mix_ctl) ctls; /* control list */
|
/freebsd/usr.bin/mididump/ |
H A D | mididump.c | 66 static const char *ctls[] = { variable 214 if (b1 > nitems(ctls) - 1) in main() 218 chan, b1, ctls[b1], b2); in main()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 3000 struct hdaa_audio_ctl *ctls; in hdaa_audio_ctl_parse() local 3036 ctls = malloc(sizeof(*ctls) * max, M_HDAA, M_ZERO | M_NOWAIT); in hdaa_audio_ctl_parse() 3038 if (ctls == NULL) { in hdaa_audio_ctl_parse() 3071 ctls[cnt].enable = 1; in hdaa_audio_ctl_parse() 3072 ctls[cnt].widget = w; in hdaa_audio_ctl_parse() 3073 ctls[cnt].mute = mute; in hdaa_audio_ctl_parse() 3074 ctls[cnt].step = step; in hdaa_audio_ctl_parse() 3075 ctls[cnt].size = size; in hdaa_audio_ctl_parse() 3076 ctls[cnt].offset = offset; in hdaa_audio_ctl_parse() 3077 ctls[cnt].left = offset; in hdaa_audio_ctl_parse() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | arc_summary | 108 ctls = sysctl.filter(base) 109 return {namefmt(ctl): str(ctl.value) for ctl in ctls if is_value(ctl)} 126 ctls = sysctl.filter('vfs.zfs') 127 return {namefmt(ctl): ctl.description for ctl in ctls if is_value(ctl)}
|
/freebsd/usr.sbin/mixer/ |
H A D | mixer.c | 304 TAILQ_FOREACH(cp, &d->ctls, ctls) { in printdev()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_txrx.c | 863 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_eth_stats() local 883 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_eth_stats()
|
H A D | ixl_pf_main.c | 1047 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_mac_stats() local 1084 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_mac_stats()
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_lib.c | 1005 struct iavf_sysctl_info ctls[] = in iavf_add_sysctls_eth_stats() local 1028 struct iavf_sysctl_info *entry = ctls; in iavf_add_sysctls_eth_stats()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 3429 uint64_t ctls; in vmx_setreg() local 3460 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg() 3462 ctls |= VM_ENTRY_GUEST_LMA; in vmx_setreg() 3464 ctls &= ~VM_ENTRY_GUEST_LMA; in vmx_setreg() 3466 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.c | 4801 const struct ice_sysctl_info ctls[] = { 4818 const struct ice_sysctl_info *entry = ctls; in ice_sysctl_rx_errors_stat() 5180 const struct ice_sysctl_info ctls[] = { 5217 const struct ice_sysctl_info *entry = ctls; 7239 const struct ice_sysctl_info ctls[] = { in ice_set_rss_flow_flds() 7247 const struct ice_sysctl_info *entry = ctls; in ice_set_rss_flow_flds() 7286 const struct ice_sysctl_info ctls[] = { in ice_set_rss_flow_flds() 7293 const struct ice_sysctl_info *entry = ctls; 4705 const struct ice_sysctl_info ctls[] = { ice_add_sysctls_eth_stats() local 5084 const struct ice_sysctl_info ctls[] = { ice_add_sysctls_mac_stats() local 7073 const struct ice_sysctl_info ctls[] = { ice_add_txq_sysctls() local 7119 const struct ice_sysctl_info ctls[] = { ice_add_rxq_sysctls() local
|