/src/sys/arch/zaurus/stand/zboot/ |
bootmenu.c | 73 char input[80], *ic, *oc; local in function:doboottypemenu 128 ic = bootcfg_info.command[choice]; 133 for (; *ic && *ic != COMMAND_SEPARATOR; ic++) 134 *oc++ = *ic; 141 if (*ic == COMMAND_SEPARATOR) 142 ic++; 147 for (; *ic == ' '; ic++) [all...] |
/src/sys/arch/macppc/macppc/ |
memory.c | 96 struct i2c_controller ic; local in function:memory_attach 113 iic_tag_init(&ic); 114 ic.ic_cookie = sc; 115 ic.ic_exec = memory_i2c_exec; 118 ia.ia_tag = ⁣ 135 iic_tag_fini(&ic);
|
/src/sys/dev/isa/ |
adv_isa.c | 74 #include <dev/ic/advlib.h> 75 #include <dev/ic/adv.h> 207 isa_chipset_tag_t ic = ia->ia_ic; local in function:adv_isa_attach 239 if ((error = isa_dmacascade(ic, ia->ia_drq[0].ir_drq)) != 0) { 245 sc->sc_ih = isa_intr_establish(ic, ia->ia_irq[0].ir_irq, IST_EDGE,
|
aha_isa.c | 49 #include <dev/ic/ahareg.h> 50 #include <dev/ic/ahavar.h> 128 isa_chipset_tag_t ic = ia->ia_ic; local in function:aha_isa_attach 149 if ((error = isa_dmacascade(ic, apd.sc_drq)) != 0) { 156 sc->sc_ih = isa_intr_establish(ic, apd.sc_irq, IST_EDGE, IPL_BIO,
|
aic_isa.c | 75 #include <dev/ic/aic6360reg.h> 76 #include <dev/ic/aic6360var.h> 152 isa_chipset_tag_t ic = ia->ia_ic; 170 isc->sc_ih = isa_intr_establish(ic, ia->ia_irq[0].ir_irq, IST_EDGE, 151 isa_chipset_tag_t ic = ia->ia_ic; local in function:aic_isa_attach
|
bha_isa.c | 48 #include <dev/ic/bhareg.h> 49 #include <dev/ic/bhavar.h> 127 isa_chipset_tag_t ic = ia->ia_ic; local in function:bha_isa_attach 148 if ((error = isa_dmacascade(ic, bpd.sc_drq)) != 0) { 168 sc->sc_ih = isa_intr_establish(ic, bpd.sc_irq, IST_EDGE, IPL_BIO,
|
i82365_isa.c | 52 #include <dev/ic/i82365reg.h> 53 #include <dev/ic/i82365var.h> 189 isa_chipset_tag_t ic = ia->ia_ic; local in function:pcic_isa_attach 215 isc->sc_ic = ic;
|
dpt_isa.c | 54 #include <dev/ic/dptreg.h> 55 #include <dev/ic/dptvar.h> 258 isa_chipset_tag_t ic; local in function:dpt_isa_attach 269 ic = ia->ia_ic; 284 if ((error = isa_dmacascade(ic, ia->ia_drq[0].ir_drq)) != 0) { 290 sc->sc_ih = isa_intr_establish(ic, ia->ia_irq[0].ir_irq, IST_EDGE,
|
uha_isa.c | 53 #include <dev/ic/uhareg.h> 54 #include <dev/ic/uhavar.h> 143 isa_chipset_tag_t ic = ia->ia_ic; local in function:uha_isa_attach 164 if ((error = isa_dmacascade(ic, upd.sc_drq)) != 0) { 175 sc->sc_ih = isa_intr_establish(ic, upd.sc_irq, IST_EDGE, IPL_BIO,
|
tcic2_isa.c | 52 #include <dev/ic/tcic2reg.h> 53 #include <dev/ic/tcic2var.h> 220 isa_chipset_tag_t ic = ia->ia_ic; local in function:tcic_isa_attach 247 sc->intr_est = ic; 272 if (isa_intr_alloc(ic, 329 sc->ih = isa_intr_establish(ic, sc->irq, IST_EDGE, IPL_TTY,
|
/src/sys/net80211/ |
ieee80211_crypto_none.c | 81 none_attach(struct ieee80211com *ic, struct ieee80211_key *k) 83 return ic; /* for diagnostics+stats */ 102 struct ieee80211com *ic = k->wk_private; local in function:none_encap 111 IEEE80211_DPRINTF(ic, IEEE80211_MSG_CRYPTO, 114 ic->ic_stats.is_tx_badcipher++; 121 struct ieee80211com *ic = k->wk_private; local in function:none_decap 132 IEEE80211_DPRINTF(ic, IEEE80211_MSG_CRYPTO, 135 ic->ic_stats.is_rx_badkeyid++; 142 struct ieee80211com *ic = k->wk_private; local in function:none_enmic 144 ic->ic_stats.is_tx_badcipher++ 151 struct ieee80211com *ic = k->wk_private; local in function:none_demic [all...] |
/src/sys/stand/efiboot/ |
bootmenu.c | 111 char input[80], *ic, *oc; local in function:docommandchoice 113 ic = bootcfg_info.command[choice]; 118 for (; *ic && *ic != COMMAND_SEPARATOR; ic++) 119 *oc++ = *ic; 126 if (*ic == COMMAND_SEPARATOR) 127 ic++; 132 for (; *ic == ' '; ic++) [all...] |
/src/sys/fs/cd9660/ |
cd9660_util.c | 119 uint16_t fc, ic; local in function:isofncmp 132 isofn += isochar(isofn, isoend, joliet_level, &ic); 133 if (ic == ';') { 147 for (j = 0; isofn != isoend; j = j * 10 + ic - '0') 149 joliet_level, &ic); 152 if (ic != fc) { 153 if (ic >= 'A' && ic <= 'Z') { 154 if (ic + ('a' - 'A') != fc) { 158 return (int)fc - (int)ic; [all...] |
/src/lib/libm/noieee_src/ |
mathimpl.h | 81 # define ic(name, value, bexp, xval) macro 90 # define ic(name, value, bexp, xval) \ macro 93 # define ic(name, value, bexp, xval) \ macro 96 # define ic(name, value, bexp, xval) \ macro
|
/src/sys/arch/i386/stand/lib/ |
bootmenu.c | 112 char input[80], *ic, *oc; local in function:docommandchoice 114 ic = bootcfg_info.command[choice]; 119 for (; *ic && *ic != COMMAND_SEPARATOR; ic++) 120 *oc++ = *ic; 127 if (*ic == COMMAND_SEPARATOR) 128 ic++; 133 for (; *ic == ' '; ic++) [all...] |
/src/games/larn/ |
tok.c | 41 int ic; local in function:yylex 75 ioctl(0, FIONREAD, &ic); 76 if (ic > flushno) 79 while (ic > flushno); 88 if ((ic = fork()) == 0) { /* child */ 93 if (ic < 0) { /* error */ 117 int ic; local in function:flushall 120 ioctl(0, FIONREAD, &ic); 121 if (ic <= 0) 123 while (ic > 0) [all...] |
/src/sys/external/isc/libsodium/dist/test/default/ |
chacha20.c | 86 uint32_t ic; member in struct:tv_ietf::__anon6f9274830208 125 crypto_stream_chacha20_ietf_xor_ic(out, out, sizeof out, nonce, tests[i].ic, key); 130 crypto_stream_chacha20_ietf_xor_ic(part, out, plen, nonce, tests[i].ic, key);
|
/src/sys/dev/isapnp/ |
i82365_isapnp.c | 55 #include <dev/ic/i82365reg.h> 56 #include <dev/ic/i82365var.h> 110 isa_chipset_tag_t ic = ipa->ipa_ic; local in function:pcic_isapnp_attach 161 isc->sc_ic = ic;
|
/src/sys/arch/i386/pnpbios/ |
pckbc_pnpbios.c | 60 #include <dev/ic/i8042reg.h> 61 #include <dev/ic/pckbcvar.h> 131 psc->sc_ic = aa->ic; 186 isa_chipset_tag_t ic = NULL; local in function:pckbc_pnpbios_intr_establish 199 ic = psc->sc_ic; 204 rv = isa_intr_establish(ic, irq, ist, IPL_TTY, pckbcintr, sc);
|
pnpbiosvar.h | 82 isa_chipset_tag_t ic; member in struct:pnpbiosdev_attach_args
|
/src/sys/dev/ofisa/ |
ofisavar.h | 48 isa_chipset_tag_t ic; /* chipset tag (for intr, etc.) */ member in struct:ofisa_attach_args
|
/src/sys/dev/ic/ |
icpsp.c | 55 #include <dev/ic/icpreg.h> 56 #include <dev/ic/icpvar.h> 138 struct icp_ccb *ic; local in function:icpsp_scsipi_request 167 if (__predict_false((ic = icp_ccb_alloc(icp)) == NULL)) { 172 rc = &ic->ic_cmd.cmd_packet.rc; 173 ic->ic_sg = rc->rc_sg; 174 ic->ic_service = ICP_SCSIRAWSERVICE; 175 soff = ICP_SCRATCH_SENSE + ic->ic_ident * 183 ic->ic_cmd.cmd_opcode = htole16(ICP_WRITE); 202 rv = icp_ccb_map(icp, ic, xs->data, xs->datalen [all...] |
/src/sys/arch/mipsco/isa/ |
isa_machdep.c | 110 struct mipsco_isa_chipset *ic = &sc->sc_isa_ic; local in function:isabusattach 118 iba.iba_ic = ic; 131 ic->ic_bst = &isa_ctl_bst; 133 if (bus_space_map(ic->ic_bst, 0x00000, sizeof(uint32_t), 134 BUS_SPACE_MAP_LINEAR, &ic->ic_bsh) != 0) { 140 bus_space_write_4(ic->ic_bst, ic->ic_bsh, 0, 0); 142 evcnt_attach_dynamic(&ic->ic_intrcnt, EVCNT_TYPE_INTR, NULL, 145 LIST_INIT(&ic->intr_q); 146 (*platform.intr_establish)(SYS_INTR_ATBUS, isa_intr, ic); 209 struct mipsco_isa_chipset *ic = (struct mipsco_isa_chipset *)arg; local in function:isa_intr [all...] |
/src/sys/arch/alpha/jensenio/ |
jensenio_intr.c | 47 #include <dev/ic/i8259reg.h> 114 isa_chipset_tag_t ic = &jcp->jc_ic; local in function:jensenio_intr_init 153 ic->ic_v = jcp; 154 ic->ic_intr_establish = jensenio_eisa_intr_establish; 155 ic->ic_intr_disestablish = jensenio_eisa_intr_disestablish; 156 ic->ic_intr_alloc = jensenio_eisa_intr_alloc; 157 ic->ic_intr_evcnt = jensenio_eisa_intr_evcnt;
|
/src/sys/arch/ews4800mips/ews4800mips/ |
tr2a_intr.c | 130 struct tr2a_intc_handler *ic = &tr2a_intc_handler[ih->cpu_int]; local in function:tr2a_intr_establish 143 if (ic->ref_cnt++ == 0) 144 *INTC_MASK_REG |= ic->mask; 157 struct tr2a_intc_handler *ic = &tr2a_intc_handler[ih->cpu_int]; local in function:tr2a_intr_disestablish 163 if (--ic->ref_cnt == 0) 164 *INTC_MASK_REG &= ~ic->mask;
|