Home
last modified time | relevance | path

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

/freebsd/lib/libmixer/
H A Dmixer.c126 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 Dmixer.h52 TAILQ_ENTRY(mix_ctl) ctls;
68 TAILQ_HEAD(mix_ctlhead, mix_ctl) ctls; /* control list */
/freebsd/usr.bin/mididump/
H A Dmididump.c66 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 Dhdaa.c3000 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 Darc_summary108 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 Dmixer.c304 TAILQ_FOREACH(cp, &d->ctls, ctls) { in printdev()
/freebsd/sys/dev/ixl/
H A Dixl_txrx.c863 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 Dixl_pf_main.c1047 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 Diavf_lib.c1005 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 Dvmx.c3429 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 Dice_lib.c4801 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