Home
last modified time | relevance | path

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

/src/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 */
/src/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()
/src/sys/dev/sound/pci/hda/
H A Dhdaa.c3027 struct hdaa_audio_ctl *ctls; in hdaa_audio_ctl_parse() local
3063 ctls = malloc(sizeof(*ctls) * max, M_HDAA, M_ZERO | M_NOWAIT); in hdaa_audio_ctl_parse()
3065 if (ctls == NULL) { in hdaa_audio_ctl_parse()
3098 ctls[cnt].enable = 1; in hdaa_audio_ctl_parse()
3099 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3100 ctls[cnt].mute = mute; in hdaa_audio_ctl_parse()
3101 ctls[cnt].step = step; in hdaa_audio_ctl_parse()
3102 ctls[cnt].size = size; in hdaa_audio_ctl_parse()
3103 ctls[cnt].offset = offset; in hdaa_audio_ctl_parse()
3104 ctls[cnt].left = offset; in hdaa_audio_ctl_parse()
[all …]
/src/sys/contrib/openzfs/cmd/
H A Dzarcsummary109 ctls = sysctl.filter(base)
110 return {namefmt(ctl): str(ctl.value) for ctl in ctls if is_value(ctl)}
127 ctls = sysctl.filter('vfs.zfs')
128 return {namefmt(ctl): ctl.description for ctl in ctls if is_value(ctl)}
/src/usr.sbin/mixer/
H A Dmixer.c297 TAILQ_FOREACH(cp, &d->ctls, ctls) { in printdev()
/src/sys/dev/ixl/
H A Dixl_txrx.c867 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_eth_stats() local
887 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_eth_stats()
H A Dixl_pf_main.c1048 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_mac_stats() local
1085 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_mac_stats()
/src/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()
/src/sys/amd64/vmm/intel/
H A Dvmx.c3441 uint64_t ctls; in vmx_setreg() local
3472 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg()
3474 ctls |= VM_ENTRY_GUEST_LMA; in vmx_setreg()
3476 ctls &= ~VM_ENTRY_GUEST_LMA; in vmx_setreg()
3478 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()
/src/sys/dev/ice/
H A Dice_lib.c4828 const struct ice_sysctl_info ctls[] = { in ice_add_sysctls_eth_stats() local
4845 const struct ice_sysctl_info *entry = ctls; in ice_add_sysctls_eth_stats()
5207 const struct ice_sysctl_info ctls[] = { in ice_add_sysctls_mac_stats() local
5244 const struct ice_sysctl_info *entry = ctls; in ice_add_sysctls_mac_stats()
7266 const struct ice_sysctl_info ctls[] = { in ice_add_txq_sysctls() local
7274 const struct ice_sysctl_info *entry = ctls; in ice_add_txq_sysctls()
7313 const struct ice_sysctl_info ctls[] = { in ice_add_rxq_sysctls() local
7320 const struct ice_sysctl_info *entry = ctls; in ice_add_rxq_sysctls()