Searched refs:ctls (Results 1 – 11 of 11) sorted by relevance
| /freebsd/lib/libmixer/ |
| H A D | mixer.c | 124 TAILQ_INIT(&dp->ctls); in mixer_open() 153 while (!TAILQ_EMPTY(&dp->ctls)) in mixer_close() 154 (void)mixer_remove_ctl(TAILQ_FIRST(&dp->ctls)); in mixer_close() 233 TAILQ_FOREACH(cp, &dp->ctls, ctls) { in mixer_add_ctl() 239 TAILQ_INSERT_TAIL(&dp->ctls, ctl, ctls); in mixer_add_ctl() 271 if (!TAILQ_EMPTY(&p->ctls)) { in mixer_remove_ctl() 272 TAILQ_REMOVE(&p->ctls, ctl, ctls); in mixer_remove_ctl() 287 TAILQ_FOREACH(cp, &d->ctls, ctls) { in mixer_get_ctl() 304 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 | 3027 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() 3067 device_printf(devinfo->dev, "unable to allocate ctls!\n"); 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[cn in hdaa_audio_ctl_parse() [all...] |
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcsummary | 109 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)}
|
| /freebsd/usr.sbin/mixer/ |
| H A D | mixer.c | 297 TAILQ_FOREACH(cp, &d->ctls, ctls) { in printdev()
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_txrx.c | 851 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_eth_stats() local 871 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_eth_stats()
|
| H A D | ixl_pf_main.c | 1049 struct ixl_sysctl_info ctls[] = in ixl_add_sysctls_mac_stats() local 1086 struct ixl_sysctl_info *entry = ctls; in ixl_add_sysctls_mac_stats()
|
| /freebsd/sys/dev/iavf/ |
| H A D | iavf_lib.c | 1007 struct iavf_sysctl_info ctls[] = in iavf_add_sysctls_eth_stats() local 1030 struct iavf_sysctl_info *entry = ctls; in iavf_add_sysctls_eth_stats()
|
| /freebsd/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 3439 uint64_t ctls; in vmx_setreg() 3470 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg() 3472 ctls |= VM_ENTRY_GUEST_LMA; in vmx_setreg() 3474 ctls &= ~VM_ENTRY_GUEST_LMA; in vmx_setreg() 3476 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg() 3441 uint64_t ctls; vmx_setreg() local
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_lib.c | 4922 const struct ice_sysctl_info ctls[] = { in ice_add_sysctls_eth_stats() local 4939 const struct ice_sysctl_info *entry = ctls; in ice_add_sysctls_eth_stats() 5301 const struct ice_sysctl_info ctls[] = { in ice_add_sysctls_mac_stats() local 5338 const struct ice_sysctl_info *entry = ctls; in ice_add_sysctls_mac_stats() 7374 const struct ice_sysctl_info ctls[] = { in ice_add_txq_sysctls() local 7382 const struct ice_sysctl_info *entry = ctls; in ice_add_txq_sysctls() 7421 const struct ice_sysctl_info ctls[] = { in ice_add_rxq_sysctls() local 7428 const struct ice_sysctl_info *entry = ctls; in ice_add_rxq_sysctls()
|