/src/sys/arch/hppa/stand/common/ |
exec_hppa.c | 54 size_t ac = BOOTARG_LEN; local in function:machdep_exec 57 makebootargs(av, &ac); 81 BOOTARG_APIVER, ac, av);
|
/src/sys/arch/i386/pnpbios/ |
ym_pnpbios.c | 84 struct ad1848_softc *ac = &sc->sc_ad1848.sc_ad1848; local in function:ym_pnpbios_attach 87 ac->sc_dev = self; 138 ac->sc_iot = sc->sc_iot; 140 AD1848_NPORT, &ac->sc_ioh)) { 144 ac->mode = 2; 145 ac->MCE_bit = MODE_CHANGE_ENABLE;
|
/src/sys/dev/isapnp/ |
ym_isapnp.c | 106 struct ad1848_softc *ac; local in function:ym_isapnp_attach 110 ac = &sc->sc_ad1848.sc_ad1848; 111 ac->sc_dev = self; 135 ac->sc_iot = sc->sc_iot; 137 &ac->sc_ioh)) { 141 ac->mode = 2; 142 ac->MCE_bit = MODE_CHANGE_ENABLE;
|
wss_isapnp.c | 90 struct ad1848_softc *ac; local in function:wss_isapnp_attach 95 ac = &sc->sc_ad1848.sc_ad1848; 96 ac->sc_dev = self; 145 ac->sc_iot = sc->sc_iot; 146 ac->sc_ioh = sc->sc_ioh; 164 ac->mode = 2;
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
multc3.c | 23 long double ac = a * c; local in function:__multc3 28 __real__ z = ac - bd; 50 if (!recalc && (crt_isinf(ac) || crt_isinf(bd) ||
|
/src/sys/dev/acpi/ |
ym_acpi.c | 91 struct ad1848_softc *ac = &sc->sc_ad1848.sc_ad1848; local in function:ym_acpi_attach 94 ac->sc_dev = self; 185 ac->sc_iot = sc->sc_iot; 187 AD1848_NPORT, &ac->sc_ioh)) { 195 ac->mode = 2; 196 ac->MCE_bit = MODE_CHANGE_ENABLE;
|
/src/sys/dev/isa/ |
wss_isa.c | 127 struct ad1848_softc *ac; local in function:wssfind 130 ac = &sc->sc_ad1848.sc_ad1848; 149 ac->sc_iot = sc->sc_iot; 190 if (ac->mode <= 1) 193 ac->mode > 1 && ndrq > 1 && 235 struct ad1848_softc *ac; local in function:wss_isa_attach 239 ac = &sc->sc_ad1848.sc_ad1848; 240 ac->sc_dev = self;
|
wss.c | 115 struct ad1848_softc *ac; local in function:wssattach 120 ac = &sc->sc_ad1848.sc_ad1848; 122 ad1848_init_locks(ac, IPL_AUDIO); 155 ac->parent = sc; 157 audio_attach_mi(&wss_hw_if, &sc->sc_ad1848, ac->sc_dev); 164 (void)config_found(ac->sc_dev, &arg, audioprint, 212 struct ad1848_softc *ac; local in function:wss_mixer_set_port 214 ac = addr; 215 return ad1848_mixer_set_port(ac, mappings, nummap, cp); 221 struct ad1848_softc *ac; local in function:wss_mixer_get_port 448 struct ad1848_softc *ac; local in function:madattach [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
multc3.c | 23 long double ac = __gcc_qmul(a,c); local in function:__multc3 28 DD real = { .ld = __gcc_qsub(ac,bd) }; 60 DD acDD = { .ld = ac };
|
/src/games/hack/ |
def.permonst.h | 69 schar mlevel,mmove,ac,damn,damd; member in struct:permonst
|
/src/lib/libedit/TEST/ |
tc1.c | 176 int ac, cc, co; local in function:main 200 ac = cc = co = 0; 201 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co); 208 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n", 209 ncontinuation, ac, cc, co); 234 for (i = 0; i < ac; i++) { 247 switch (ac) { 275 } else if (el_parse(el, ac, av) == -1) {
|
wtc1.c | 158 int ac, cc, co, rc; local in function:main 181 ac = cc = co = 0; 182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co); 190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n", 191 ncontinuation, ac, cc, co); 201 for (i = 0; i < ac; ++i) { 212 switch(ac) { 242 } else if (el_wparse(el, ac, av) == -1) {
|
/src/lib/libresolv/ |
support.c | 105 u_int32_t ac; local in function:dst_s_id_calc 112 for (ac = 0; size > 1; size -= 2, kp += 2) 113 ac += ((*kp) << 8) + *(kp + 1); 116 ac += ((*kp) << 8); 117 ac += (ac >> 16) & 0xffff; 119 return (ac & 0xffff);
|
/src/libexec/fingerd/ |
fingerd.c | 67 int ch, ac = 2; local in function:main 100 av[ac++] = __UNCONST("-s"); 103 av[ac++] = __UNCONST("-h"); 106 av[ac++] = __UNCONST("-m"); 109 av[ac++] = __UNCONST("-p"); 112 av[ac++] = __UNCONST("-g"); 115 av[ac++] = __UNCONST("-8"); 121 if (ac >= ENTRIES) 151 if (ac >= ENTRIES) 153 av[ac++] = __UNCONST("--") [all...] |
/src/sys/arch/ia64/stand/common/ |
interp_parse.c | 85 int ac; local in function:parse 91 ac = *argc = 0; 118 PARSE_FAIL(insert(&ac, buf)); 167 PARSE_FAIL(insert(&ac, buf)); 169 args[ac] = NULL; 170 *argc = ac; 171 *argv = (char **)alloc((sizeof(char *) * ac + 1)); 172 memcpy(*argv, args, sizeof(char *) * ac + 1);
|
/src/sys/arch/mips/atheros/ |
ar_conf.c | 175 for (const struct atheros_chip *ac = chips; local in function:atheros_set_platformsw 176 ac < chips + __arraycount(chips); 177 ac++) { 178 const struct atheros_platformsw * const apsw = ac->ac_platformsw; 179 if (cid != ac->ac_cid || pid != ac->ac_pid) 186 if ((chipid & ac->ac_chipmask) == ac->ac_chipid) { 188 my_chip = ac;
|
/src/sys/dev/pci/ |
ld_amr.c | 123 struct amr_ccb *ac; local in function:ld_amr_dobio 130 if ((rv = amr_ccb_alloc(amr, &ac)) != 0) 133 mb = &ac->ac_cmd; 139 rv = amr_ccb_map(amr, ac, data, datasize, 142 amr_ccb_free(amr, ac); 151 rv = amr_ccb_poll(amr, ac, 30000); 152 amr_ccb_unmap(amr, ac); 153 amr_ccb_free(amr, ac); 155 ac->ac_handler = ld_amr_handler; 156 ac->ac_context = bp [all...] |
/src/distrib/utils/more/ |
main.c | 70 int ac; variable in typeref:typename:int 93 if (curr_ac >= ac) { 163 if (curr_ac >= ac) 200 if (curr_ac + n >= ac) { 273 ac = argc; 286 if (ac < 1) { 294 } while (++curr_ac < ac); 306 if (ac < 1) 316 } while (file < 0 && ++curr_ac < ac);
|
/src/lib/libcurses/EXAMPLES/ |
ex1.c | 58 int i, j, c, n = 0, ac = 0; local in function:main 253 sprintf( nostr, "Orig:%x", al[ ac ]); 255 ac = ( ac + 1 ) % 16; 256 bcc.attributes = al[ ac ]; 259 sprintf( nostr, "New:%x", al[ ac ]);
|
/src/sys/arch/prep/isa/ |
paud_isa.c | 209 struct ad1848_softc *ac; local in function:paud_mixer_set_port 211 ac = addr; 212 return ad1848_mixer_set_port(ac, mappings, nummap, cp); 218 struct ad1848_softc *ac; local in function:paud_mixer_get_port 220 ac = addr; 221 return ad1848_mixer_get_port(ac, mappings, nummap, cp);
|
/src/sys/net/ |
if_arcsubr.c | 115 struct arccom *ac; local in function:arc_output 127 ac = (struct arccom *)ifp; 258 ++ac->ac_seqid; /* make the seqid unique */ 279 ah->arc_seqid = ac->ac_seqid; 306 ah->arc_seqid2 = ac->ac_seqid; 313 ah->arc_seqid = ac->ac_seqid; 346 struct arccom *ac; local in function:arc_defrag 353 ac = (struct arccom *)ifp; 386 af = &ac->ac_fragtab[src]; 594 struct arccom *ac; local in function:arc_ifattach [all...] |
/src/sys/dev/ic/ |
ld_aac.c | 110 struct aac_ccb *ac; local in function:ld_aac_dobio 123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN)); 124 if (ac == NULL) 126 ac->ac_data = data; 127 ac->ac_datalen = datasize; 129 if ((rv = aac_ccb_map(aac, ac)) != 0) { 130 aac_ccb_free(aac, ac); 137 fib = ac->ac_fib; 160 xfer = ac->ac_dmamap_xfer; 203 xfer = ac->ac_dmamap_xfer [all...] |
cs4231.c | 404 struct ad1848_softc *ac; local in function:cs4231_set_port 407 ac = addr; 408 return ad1848_mixer_set_port(ac, csmapping, nummap, cp); 414 struct ad1848_softc *ac; local in function:cs4231_get_port 417 ac = addr; 418 return ad1848_mixer_get_port(ac, csmapping, nummap, cp);
|
/src/sys/dev/raidframe/ |
rf_netbsd.h | 126 struct RF_AutoConfig_s *ac; /* all of the autoconfig structures for member in struct:RF_ConfigSet_s
|
/src/usr.sbin/ac/ |
ac.c | 1 /* $NetBSD: ac.c,v 1.27 2022/05/24 06:28:02 andvar Exp $ */ 32 __RCSID("$NetBSD: ac.c,v 1.27 2022/05/24 06:28:02 andvar Exp $"); 101 static int ac(FILE *); 324 ac(fp); 459 ac(FILE *fp) function in typeref:typename:int
|