Searched refs:ac (Results 1 - 25 of 188) sorted by relevance

12345678

/illumos-gate/usr/src/uts/sun4u/makaha/io/
H A Dacebus.conf30 ac-interrupt-map=0x14,0x400000,1,0,3;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrcasecmp.c39 register int ac;
45 ac = *a++;
46 if (isupper(ac))
47 ac = tolower(ac);
51 if (d = ac - bc)
53 if (!ac)
H A Dstrncasecmp.c40 register int ac;
49 ac = *a++;
50 if (isupper(ac))
51 ac = tolower(ac);
55 if (d = ac - bc)
57 if (!ac)
H A Dwordexp.c69 register int c,quoted=0,literal=0,ac=0; local
115 else if(!quoted && strchr("|&\n;<>"+ac,c))
121 ac=2;
132 ac = 0;
139 ac++;
152 c = ac+2;
178 wdarg->we_wordc += ac;
182 while(ac-- > 0)
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_cmi.c71 ac97_t *ac = actrl->actrl_ac97; local
73 ac_wr(ac, AC97_INTERRUPT_PAGING_REGISTER, 0); /* select page 0 */
77 ac_clr(ac, AC97_MIC_VOLUME_REGISTER, MICVR_20dB_BOOST);
78 ac_clr(ac, CMI_MULTICH_REGISTER, CMR_BSTSEL);
82 ac_set(ac, AC97_MIC_VOLUME_REGISTER, MICVR_20dB_BOOST);
83 ac_clr(ac, CMI_MULTICH_REGISTER, CMR_BSTSEL);
87 ac_set(ac, AC97_MIC_VOLUME_REGISTER, MICVR_20dB_BOOST);
88 ac_set(ac, CMI_MULTICH_REGISTER, CMR_BSTSEL);
96 ac97_t *ac = actrl->actrl_ac97; local
98 ac_wr(ac, AC97_INTERRUPT_PAGING_REGISTE
109 ac97_t *ac = actrl->actrl_ac97; local
120 cmi_setup_micboost(ac97_t *ac) argument
159 cmi_setup_jack_funcs(ac97_t *ac) argument
191 ac97_t *ac = actrl->actrl_ac97; local
203 ac97_t *ac = actrl->actrl_ac97; local
213 cmi_setup_jack_func_9738(ac97_t *ac) argument
244 cmi_setup_volume(ac97_t *ac) argument
296 cmi9739_init(ac97_t *ac) argument
304 cmi9761_init(ac97_t *ac) argument
312 cmi9738_init(ac97_t *ac) argument
[all...]
H A Dac97_ad.c136 ac97_t *ac = actrl->actrl_ac97; local
139 ac_wr(ac, AC97_INTERRUPT_PAGING_REGISTER, 0); /* select page 0 */
143 ac_clr(ac, AC97_MIC_VOLUME_REGISTER, MICVR_20dB_BOOST);
147 ac_set(ac, AC97_MIC_VOLUME_REGISTER, MICVR_20dB_BOOST);
148 v = ac_rd(ac, ADS_MISC_CFG_REGISTER);
151 ac_wr(ac, ADS_MISC_CFG_REGISTER, v);
155 ac_set(ac, AC97_MIC_VOLUME_REGISTER, MICVR_20dB_BOOST);
156 v = ac_rd(ac, ADS_MISC_CFG_REGISTER);
159 ac_wr(ac, ADS_MISC_CFG_REGISTER, v);
163 ac_set(ac, AC97_MIC_VOLUME_REGISTE
175 ac97_t *ac = actrl->actrl_ac97; local
195 ads_setup_micsrc(ac97_t *ac) argument
212 ads_setup_micboost(ac97_t *ac) argument
240 ad1981a_init(ac97_t *ac) argument
246 ad1981b_init(ac97_t *ac) argument
[all...]
H A Dac97_alc.c79 ac97_t *ac = actrl->actrl_ac97; local
81 ac_wr(ac, AC97_INTERRUPT_PAGING_REGISTER, 0); /* select page 0 */
83 ac_set(ac, ALC_DATA_FLOW_CTRL_REGISTER, ADFC_SURROUND);
85 ac_clr(ac, ALC_DATA_FLOW_CTRL_REGISTER, ADFC_SURROUND);
92 ac97_t *ac = actrl->actrl_ac97; local
94 ac_wr(ac, AC97_INTERRUPT_PAGING_REGISTER, 0); /* select page 0 */
96 ac_set(ac, ALC_MISC_CTRL_REGISTER, AMC_VREFOUT_DIS);
97 ac_set(ac, ALC_DATA_FLOW_CTRL_REGISTER, ADFC_CENTER_LFE);
99 ac_clr(ac, ALC_MISC_CTRL_REGISTER, AMC_VREFOUT_DIS);
100 ac_clr(ac, ALC_DATA_FLOW_CTRL_REGISTE
122 ac97_t *ac = actrl->actrl_ac97; local
164 alc_pcm_override(ac97_t *ac) argument
176 alc650_init(ac97_t *ac) argument
199 alc850_init(ac97_t *ac) argument
[all...]
H A Dac97.c65 #define SHADOW(ac, reg) ((ac)->shadow[((reg) / sizeof (uint16_t))])
270 ac_get_dev(ac97_t *ac) argument
272 return (ac->d);
276 ac_get_prop(ac97_t *ac, char *prop, int defval) argument
280 rv = ddi_prop_get_int(DDI_DEV_T_ANY, ac->dip, DDI_PROP_DONTPASS,
289 #define WR(r, v) (ac)->wr((ac)->private, (r), (v))
290 #define RD(r) (ac)->rd((ac)
312 ac_probe_reg(ac97_t *ac, uint8_t reg) argument
332 ac_probe_tone(ac97_t *ac) argument
345 ac_probe_loud(ac97_t *ac) argument
358 ac_probe_mmic(ac97_t *ac) argument
371 ac_probe_stsim(ac97_t *ac) argument
384 ac_probe_pcbeep(ac97_t *ac) argument
393 ac_probe_rear(ac97_t *ac) argument
406 ac_probe_mic(ac97_t *ac) argument
420 ac_probe_headphone(ac97_t *ac) argument
434 ac_probe_auxout(ac97_t *ac) argument
448 ac_probe_auxin(ac97_t *ac) argument
462 ac_probe_phone(ac97_t *ac) argument
476 ac_probe_mono(ac97_t *ac) argument
491 ac_probe_linein(ac97_t *ac) argument
505 ac_probe_cdrom(ac97_t *ac) argument
519 ac_probe_video(ac97_t *ac) argument
533 ac_probe_3d(ac97_t *ac) argument
543 ac_probe_3d_impl(ac97_t *ac, uint16_t mask) argument
563 ac_probe_3d_depth(ac97_t *ac) argument
569 ac_probe_3d_center(ac97_t *ac) argument
578 ac_probe_center(ac97_t *ac) argument
596 ac_probe_lfe(ac97_t *ac) argument
614 ac_probe_front(ac97_t *ac) argument
628 ac_probe_lineout(ac97_t *ac) argument
651 ac_wr(ac97_t *ac, uint8_t reg, uint16_t val) argument
667 ac_rd(ac97_t *ac, uint8_t reg) argument
680 ac_set(ac97_t *ac, uint8_t reg, uint16_t val) argument
690 ac_clr(ac97_t *ac, uint8_t reg, uint16_t val) argument
703 ac97_control_find(ac97_t *ac, const char *name) argument
721 ac_restore(ac97_t *ac) argument
737 ac_init_values(ac97_t *ac) argument
755 ac97_t *ac = ctrl->actrl_ac97; local
769 ac97_t *ac = ctrl->actrl_ac97; local
829 ac97_t *ac = ctrl->actrl_ac97; local
843 ac97_t *ac = ctrl->actrl_ac97; local
1009 ac97_t *ac = ctrl->actrl_ac97; local
1099 ac_analog_reset(ac97_t *ac) argument
1143 ac_hw_reset(ac97_t *ac) argument
1232 ac97_reset(ac97_t *ac) argument
1243 ac97_num_channels(ac97_t *ac) argument
1256 ac97_t *ac = ctrl->actrl_ac97; local
1294 ac97_register_controls(ac97_t *ac) argument
1307 ac97_walk_controls(ac97_t *ac, ac97_ctrl_walk_t walker, void *arg) argument
1320 ac_add_control(ac97_t *ac, ac97_ctrl_probe_t *cpt) argument
1373 ac97_t *ac = ctrl->actrl_ac97; local
1540 ac_probeinit_ctrls(ac97_t *ac, int vol_bits, int enh_bits) argument
1594 ac97_t *ac; local
1689 ac97_t *ac; local
1702 ac97_free(ac97_t *ac) argument
1825 ac97_probe_controls(ac97_t *ac) argument
1974 ac97_init(ac97_t *ac, struct audio_dev *d) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c143 static int amr_enquiry_mapcmd(struct amr_command *ac, uint32_t data_size);
144 static void amr_enquiry_unmapcmd(struct amr_command *ac);
145 static int amr_mapcmd(struct amr_command *ac, int (*callback)(), caddr_t arg);
146 static void amr_unmapcmd(struct amr_command *ac);
156 static int amr_poll_command(struct amr_command *ac);
716 register struct amr_command *ac; local
738 sc = %p, pkt = %p, index = %d, ac = %p",
744 ac = softs->busycmd[i];
745 ac->ac_next = NULL;
756 pkt = ac
929 struct amr_command ac; local
969 struct amr_command ac; local
994 amr_poll_command(struct amr_command *ac) argument
1177 amr_setup_dmamap(struct amr_command *ac, ddi_dma_cookie_t *buffer_dma_cookiep, int nsegments) argument
1212 amr_enquiry_mapcmd(struct amr_command *ac, uint32_t data_size) argument
1296 amr_enquiry_unmapcmd(struct amr_command *ac) argument
1324 amr_mapcmd(struct amr_command *ac, int (*callback)(), caddr_t arg) argument
1426 amr_unmapcmd(struct amr_command *ac) argument
1501 struct amr_command *ac; local
1847 struct amr_command *ac; local
1942 struct amr_command *ac = (struct amr_command *)pkt->pkt_ha_private; local
1959 struct amr_command *ac = (struct amr_command *)pkt->pkt_ha_private; local
1972 struct amr_command *ac = (struct amr_command *)pkt->pkt_ha_private; local
1987 struct amr_command *ac = (struct amr_command *)pkt->pkt_ha_private; local
2079 struct amr_command *ac; local
2185 struct amr_command *ac, *head, *tail; local
2273 register struct amr_command *ac, *localhead; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6805794_character_to_wchar_not_working.sh41 # <euro> symbol in this case (hexadecimal "20ac", decimal 8364), e.g.
93 [[ "$(printf "\u[20ac]")" == $'\342\202\254' ]] || LC_ALL=en_US.UTF-8
94 if [[ "$(printf "\u[20ac]")" != $'\342\202\254' ]] ; then
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A Djdtrace.c38 int i, ac; local
42 ac = argc + 3;
43 av = p = alloca(sizeof (char *) * ac);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp_parse.c87 int ac; local
93 ac = *argc = 0;
132 PARSE_FAIL(insert(&ac, buf));
183 PARSE_FAIL(insert(&ac, buf));
185 args[ac] = NULL;
186 *argc = ac;
187 *argv = (char **)malloc((sizeof(char *) * ac + 1));
188 bcopy(args, *argv, sizeof(char *) * ac + 1);
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-misc.c128 int ac, rc = -1, fds[2]; local
139 av[0] = SUID_LPD_PORT; ac = 1;
142 av[ac++] = "-H";
143 av[ac++] = svc->uri->host;
148 av[ac++] = "-t";
149 av[ac++] = strdup(buf);
154 av[ac++] = buf;
165 av[ac++] = tmp;
169 while ((*args != NULL) && (ac < 62))
170 av[ac
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Daccept.c57 main(int ac, char *av[]) argument
68 while ((c = getopt(ac, av, "E")) != EOF)
77 if (ac == optind)
80 for (c = optind; c < ac; c++) {
H A Denable.c57 main(int ac, char *av[]) argument
68 while ((c = getopt(ac, av, "E")) != EOF)
77 if (ac == optind)
80 for (c = optind; c < ac; c++) {
H A Dreject.c57 main(int ac, char *av[]) argument
69 while ((c = getopt(ac, av, "Er:")) != EOF)
81 if (ac <= optind)
84 while (optind < ac) {
H A Dcommon.h45 int ac, char *av[]);
50 int fmt, int ac, char *av[]);
H A Dlpq.c73 main(int ac, char *av[]) argument
87 while ((c = getopt(ac, av, "EP:l")) != EOF)
102 if ((optind < ac) && (av[optind][0] == '+'))
125 ac - optind, &av[optind]);
/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h70 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
80 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c197 krb5_auth_con_setsendsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock *keyblock) argument
199 if (ac->send_subkey != NULL)
200 krb5_free_keyblock(ctx, ac->send_subkey);
201 ac->send_subkey = NULL;
203 return krb5_copy_keyblock(ctx, keyblock, &ac->send_subkey);
209 krb5_auth_con_setrecvsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock *keyblock) argument
211 if (ac->recv_subkey != NULL)
212 krb5_free_keyblock(ctx, ac->recv_subkey);
213 ac->recv_subkey = NULL;
215 return krb5_copy_keyblock(ctx, keyblock, &ac
221 krb5_auth_con_getsendsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock **keyblock) argument
230 krb5_auth_con_getrecvsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock **keyblock) argument
483 krb5int_auth_con_chkseqnum( krb5_context ctx, krb5_auth_context ac, krb5_ui_4 in_seq) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.h48 int ac[TZ_NUM_LEVELS]; member in struct:thermal_zone
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
89 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
89 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
89 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h79 # define sh_run(c, ac, av) ((c)?(*sh_context(c)->shrun)(ac,av):-1)
89 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \

Completed in 119 milliseconds

12345678