Searched refs:ic (Results 76 - 100 of 239) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c704 struct ieee80211com *ic = &sc->sc_ic; local
756 sc->ntxchains, sc->nrxchains, ether_sprintf(ic->ic_macaddr));
760 ic->ic_softc = sc;
761 ic->ic_name = device_get_nameunit(self);
762 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
763 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
766 ic->ic_caps =
778 ic->ic_cryptocaps =
784 ic->ic_flags |= IEEE80211_F_DATAPAD;
785 ic
847 struct ieee80211com *ic = &sc->sc_ic; local
883 run_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
990 struct ieee80211com *ic; local
1732 struct ieee80211com *ic = &sc->sc_ic; local
1994 struct ieee80211com *ic = vap->iv_ic; local
2041 struct ieee80211com *ic = vap->iv_ic; local
2167 run_wme_update(struct ieee80211com *ic) argument
2226 struct ieee80211com *ic = vap->iv_ic; local
2348 struct ieee80211com *ic = vap->iv_ic; local
2416 struct ieee80211com *ic = vap->iv_ic; local
2457 struct ieee80211com *ic = &sc->sc_ic; local
2626 struct ieee80211com *ic = vap->iv_ic; local
2745 struct ieee80211com *ic = &sc->sc_ic; local
2879 struct ieee80211com *ic = &sc->sc_ic; local
3031 struct ieee80211com *ic = &sc->sc_ic; local
3195 struct ieee80211com *ic = &sc->sc_ic; local
3258 struct ieee80211com *ic = &sc->sc_ic; local
3422 struct ieee80211com *ic = &sc->sc_ic; local
3489 struct ieee80211com *ic = ni->ni_ic; local
3577 struct ieee80211com *ic = ni->ni_ic; local
3693 run_transmit(struct ieee80211com *ic, struct mbuf *m) argument
3735 run_parent(struct ieee80211com *ic) argument
4743 struct ieee80211com *ic = &sc->sc_ic; local
4786 run_set_channel(struct ieee80211com *ic) argument
4798 run_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
4819 run_scan_start(struct ieee80211com *ic) argument
4835 run_scan_end(struct ieee80211com *ic) argument
4856 struct ieee80211com *ic = vap->iv_ic; local
4901 struct ieee80211com *ic = vap->iv_ic; local
4947 run_updateprot(struct ieee80211com *ic) argument
4962 struct ieee80211com *ic = arg; local
5043 run_update_promisc(struct ieee80211com *ic) argument
5058 struct ieee80211com *ic = &sc->sc_ic; local
5154 struct ieee80211com *ic = &sc->sc_ic; local
5168 struct ieee80211com *ic = &sc->sc_ic; local
5205 run_updateslot(struct ieee80211com *ic) argument
5223 struct ieee80211com *ic = arg; local
5234 run_update_mcast(struct ieee80211com *ic) argument
5241 struct ieee80211com *ic = &sc->sc_ic; local
5891 struct ieee80211com *ic = &sc->sc_ic; local
5951 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
H A Dif_zyd.c334 struct ieee80211com *ic = &sc->sc_ic; local
373 ic->ic_softc = sc;
374 ic->ic_name = device_get_nameunit(dev);
375 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
376 ic->ic_opmode = IEEE80211_M_STA;
379 ic->ic_caps =
388 zyd_getradiocaps(ic, IEEE80211_CHAN_MAX, &ic->ic_nchans,
389 ic->ic_channels);
391 ieee80211_ifattach(ic);
440 struct ieee80211com *ic = &sc->sc_ic; local
474 zyd_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
582 struct ieee80211com *ic = vap->iv_ic; local
627 struct ieee80211com *ic = &sc->sc_ic; local
1221 struct ieee80211com *ic = &sc->sc_ic; local
1962 struct ieee80211com *ic = &sc->sc_ic; local
2009 zyd_update_mcast(struct ieee80211com *ic) argument
2021 struct ieee80211com *ic = &sc->sc_ic; local
2046 struct ieee80211com *ic = &sc->sc_ic; local
2137 struct ieee80211com *ic = &sc->sc_ic; local
2211 struct ieee80211com *ic = &sc->sc_ic; local
2422 struct ieee80211com *ic = ni->ni_ic; local
2537 zyd_transmit(struct ieee80211com *ic, struct mbuf *m) argument
2582 struct ieee80211com *ic = ni->ni_ic; local
2613 zyd_parent(struct ieee80211com *ic) argument
2639 struct ieee80211com *ic = &sc->sc_ic; local
2842 zyd_scan_start(struct ieee80211com *ic) argument
2853 zyd_scan_end(struct ieee80211com *ic) argument
2864 zyd_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
2876 zyd_set_channel(struct ieee80211com *ic) argument
[all...]
H A Dif_urtw.c787 struct ieee80211com *ic = &sc->sc_ic; local
864 ic->ic_softc = sc;
865 ic->ic_name = device_get_nameunit(dev);
866 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
867 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
870 ic->ic_caps =
881 urtw_getradiocaps(ic, IEEE80211_CHAN_MAX, &ic->ic_nchans,
882 ic->ic_channels);
884 ieee80211_ifattach(ic);
922 struct ieee80211com *ic = &sc->sc_ic; local
1008 urtw_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1197 struct ieee80211com *ic = &sc->sc_ic; local
1381 urtw_parent(struct ieee80211com *ic) argument
1408 urtw_transmit(struct ieee80211com *ic, struct mbuf *m) argument
1542 struct ieee80211com *ic = ni->ni_ic; local
1571 urtw_scan_start(struct ieee80211com *ic) argument
1578 urtw_scan_end(struct ieee80211com *ic) argument
1585 urtw_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
1597 urtw_set_channel(struct ieee80211com *ic) argument
1646 urtw_update_promisc(struct ieee80211com *ic) argument
1657 urtw_update_mcast(struct ieee80211com *ic) argument
1670 struct ieee80211com *ic = &sc->sc_ic; local
1850 struct ieee80211com *ic = vap->iv_ic; local
1904 struct ieee80211com *ic = &sc->sc_ic; local
1978 struct ieee80211com *ic = &sc->sc_ic; local
2119 struct ieee80211com *ic = &sc->sc_ic; local
3205 struct ieee80211com *ic = &sc->sc_ic; local
3762 struct ieee80211com *ic = &sc->sc_ic; local
3909 struct ieee80211com *ic = &sc->sc_ic; local
3962 struct ieee80211com *ic = &sc->sc_ic; local
4048 struct ieee80211com *ic = &sc->sc_ic; local
4126 struct ieee80211com *ic = &sc->sc_ic; local
4151 struct ieee80211com *ic = &sc->sc_ic; local
4329 urtw_updateslot(struct ieee80211com *ic) argument
4340 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.h128 struct pdu *pdu_new(struct connection *ic);
134 void login(struct connection *ic);
136 void discovery(struct connection *ic);
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.h137 struct ieee80211com *ic = &sc->sc_ic; local
188 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
190 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
192 else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
198 if (0 /*length > ic->ic_rtsthreshold */) {
/freebsd-11-stable/sys/net80211/
H A Dieee80211_adhoc.c82 ieee80211_adhoc_attach(struct ieee80211com *ic) argument
84 ic->ic_vattach[IEEE80211_M_IBSS] = adhoc_vattach;
85 ic->ic_vattach[IEEE80211_M_AHDEMO] = adhoc_vattach;
89 ieee80211_adhoc_detach(struct ieee80211com *ic) argument
135 struct ieee80211com *ic = vap->iv_ic; local
167 ieee80211_iterate_nodes(&ic->ic_sta, sta_leave, vap);
177 ieee80211_ht_adjust_channel(ic,
228 ieee80211_chan2ieee(ic, ic->ic_curchan),
248 ic
297 struct ieee80211com *ic = ni->ni_ic; local
675 struct ieee80211com *ic = ni->ni_ic; local
919 struct ieee80211com *ic = ni->ni_ic; local
[all...]
H A Dieee80211_scan_sta.c248 struct ieee80211com *ic = vap->iv_ic; local
318 c = ieee80211_find_channel_byieee(ic, sp->chan,
330 c = ieee80211_find_channel(ic, ise->se_chan->ic_freq,
359 (ic->ic_regdomain.country == CTRY_DEFAULT ||
360 !isocmp(cie->cc, ic->ic_regdomain.isocc))) {
415 find11gchannel(struct ieee80211com *ic, int i, int freq) argument
425 for (j = i+1; j < ic->ic_nchans; j++) {
426 c = &ic->ic_channels[j];
431 c = &ic->ic_channels[j];
460 struct ieee80211com *ic local
525 struct ieee80211com *ic = vap->iv_ic; local
989 struct ieee80211com *ic = vap->iv_ic; local
1310 struct ieee80211com *ic = vap->iv_ic; local
1589 struct ieee80211com *ic = vap->iv_ic; local
1796 struct ieee80211com *ic = vap->iv_ic; local
1900 struct ieee80211com *ic = vap->iv_ic; local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dintr_machdep.c297 intr_controller_register(int vec, const struct intr_controller *ic, argument
312 error = intr_event_create(&ie, iv, 0, vec, NULL, ic->ic_clear,
313 ic->ic_clear, intr_assign_cpu, "vec%d:", vec);
322 iv->iv_ic = ic;
334 const struct intr_controller *ic; local
350 ic = iv->iv_ic;
353 if (ic == NULL || ie == NULL)
361 ic->ic_disable(iv);
391 ic->ic_enable(iv);
393 if (ic
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipft_tx.c171 struct icmp icmp, *ic = &icmp; local
177 bzero((char *)ip, MAX(sizeof(*tcp), sizeof(*ic)) + sizeof(*ip));
179 bzero((char *)ic, sizeof(*ic));
307 ic->icmp_type = geticmptype(AF_INET, *cpp);
309 ic->icmp_code = atoi(t + 1);
312 if (ic->icmp_type == ICMP_ECHO ||
313 ic->icmp_type == ICMP_ECHOREPLY)
314 ic->icmp_id = htons(getpid());
334 bcopy((char *)ic, ((cha
[all...]
/freebsd-11-stable/contrib/amd/libamu/
H A Dstrutil.c88 int ic = 0; local
91 ivec = (char **) xmalloc((ic + 1) * sizeof(char *));
136 ivec[ic++] = v;
137 ivec = (char **) xrealloc((voidp) ivec, (ic + 1) * sizeof(char *));
143 plog(XLOG_DEBUG, "strsplit saved a total of %d strings", ic);
145 ivec[ic] = NULL;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_rx.c158 struct ieee80211com *ic = &sc->sc_ic; local
164 if (ic->ic_opmode != IEEE80211_M_STA)
166 /* XXX ic->ic_monvaps != 0? */
167 if (ic->ic_opmode == IEEE80211_M_MONITOR || ic->ic_promisc > 0)
180 if (ic->ic_opmode == IEEE80211_M_IBSS || sc->sc_swbmiss) {
182 } else if (ic->ic_opmode == IEEE80211_M_STA) {
195 if (ic->ic_opmode == IEEE80211_M_HOSTAP &&
196 IEEE80211_IS_CHAN_ANYG(ic->ic_curchan))
206 ic
582 struct ieee80211com *ic = &sc->sc_ic; local
609 ath_handle_micerror(struct ieee80211com *ic, struct ieee80211_frame *wh, int keyix) argument
639 struct ieee80211com *ic = &sc->sc_ic; local
1010 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
H A Dif_ath_ioctl.c131 struct ieee80211com *ic = &sc->sc_ic; local
136 ni = ieee80211_find_node(&ic->ic_sta, rs->is_u.macaddr);
238 ath_ioctl(struct ieee80211com *ic, u_long cmd, void *data) argument
241 struct ath_softc *sc = ic->ic_softc;
252 TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) {
H A Dif_ath_beacon.c137 struct ieee80211com *ic = &sc->sc_ic; local
142 if (ic->ic_opmode == IEEE80211_M_HOSTAP ||
143 ic->ic_opmode == IEEE80211_M_MBSS) {
152 &ic->ic_wme.wme_chanParams.cap_wmeParams[WME_AC_BE];
268 struct ieee80211com *ic = ni->ni_ic; local
288 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) {
320 if (USE_SHPREAMBLE(ic))
467 struct ieee80211com *ic = &sc->sc_ic; local
472 slot = ((tsftu % ic->ic_lintval) * ATH_BCBUF) / ic
920 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c369 int ic; local
371 ic = uc;
372 if (ic < 0 || ic >= KEYMAP_SIZE)
378 if (META_CHAR (ic) && _rl_convert_meta_chars_to_ascii)
380 ic = UNMETA (ic);
387 if (map[ic].type != ISKMAP)
396 k = map[ic];
398 map[ic]
702 unsigned char ic = keyseq[i]; local
[all...]
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c254 struct ieee80211com *ic = &sc->sc_ic; local
340 ic->ic_softc = sc;
341 ic->ic_name = device_get_nameunit(dev);
342 ic->ic_opmode = IEEE80211_M_STA;
343 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
346 ic->ic_caps =
358 rtwn_getradiocaps(ic, IEEE80211_CHAN_MAX, &ic->ic_nchans,
359 ic->ic_channels);
361 ieee80211_ifattach(ic);
760 rtwn_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1088 struct ieee80211com *ic = &sc->sc_ic; local
1165 struct ieee80211com *ic = &sc->sc_ic; local
1230 struct ieee80211com *ic = vap->iv_ic; local
1352 rtwn_updateedca(struct ieee80211com *ic) argument
1445 struct ieee80211com *ic = &sc->sc_ic; local
1566 struct ieee80211com *ic = &sc->sc_ic; local
1798 struct ieee80211com *ic = ni->ni_ic; local
1820 rtwn_transmit(struct ieee80211com *ic, struct mbuf *m) argument
1841 rtwn_parent(struct ieee80211com *ic) argument
1882 struct ieee80211com *ic = &sc->sc_ic; local
2573 struct ieee80211com *ic = &sc->sc_ic; local
2710 rtwn_scan_start(struct ieee80211com *ic) argument
2723 rtwn_scan_end(struct ieee80211com *ic) argument
2736 rtwn_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
2748 rtwn_set_channel(struct ieee80211com *ic) argument
2763 rtwn_update_mcast(struct ieee80211com *ic) argument
2773 struct ieee80211com *ic = &sc->sc_ic; local
3267 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_pci.c335 u_int32_t ic, aic; local
337 ic = ATA_INL(ctlr->r_mem, CHIP_MIC);
344 } else if (ic == 0)
347 if (ic & IC_ALL_PORTS_COAL_DONE)
352 ic >>= 1;
353 if ((ic & IC_HC0) == 0) {
355 ic >>= 8;
360 if (ic & (IC_DONE_IRQ << 0))
362 if (ic & (IC_DONE_IRQ << 2))
364 if (ic
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.c302 struct icmp *ic; local
304 ic = (struct icmp *)ip_next(pip);
307 lnk = FindIcmpIn(la, pip->ip_src, pip->ip_dst, ic->icmp_id, 1);
315 accumulate = ic->icmp_id;
317 ADJUST_CHECKSUM(accumulate, ic->icmp_cksum);
320 ic->icmp_id = original_id;
347 struct icmp *ic, *ic2; local
352 ic = (struct icmp *)ip_next(pip);
353 ip = &ic->icmp_ip;
393 ADJUST_CHECKSUM(accumulate2, ic
442 struct icmp *ic; local
491 struct icmp *ic; local
536 struct icmp *ic, *ic2; local
633 struct icmp *ic; local
1580 struct icmp *ic; local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c444 mark_used (struct iclass *ic, int clear_terminals)
448 ic->orphan = 0;
450 ic->terminal_resolved = 1;
452 for (i = 0; i < ic->nsubs; i++)
453 mark_used (ics[ic->subs[i]], clear_terminals);
455 for (i = 0; i < ic->nxsubs; i++)
456 mark_used (ics[ic->xsubs[i]], clear_terminals);
614 FILE *fp = fopen ("ia64-ic.tbl", "r");
618 fail (_("can't find ia64-ic.tbl for reading\n"));
917 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic,
442 mark_used(struct iclass *ic, int clear_terminals) argument
915 in_iclass_mov_x(struct ia64_opcode *idesc, struct iclass *ic, const char *format, const char *field) argument
1029 in_iclass(struct ia64_opcode *idesc, struct iclass *ic, const char *format, const char *field, int *notep) argument
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c357 struct ieee80211com *ic = &sc->sc_ic; local
461 ic->ic_phytype = IEEE80211_T_DS;
463 ic->ic_phytype = IEEE80211_T_OFDM;
466 bwi_get_eaddr(sc, BWI_SPROM_11BG_EADDR, ic->ic_macaddr);
467 if (IEEE80211_IS_MULTICAST(ic->ic_macaddr)) {
468 bwi_get_eaddr(sc, BWI_SPROM_11A_EADDR, ic->ic_macaddr);
469 if (IEEE80211_IS_MULTICAST(ic->ic_macaddr)) {
472 ic->ic_macaddr, ":");
489 ic->ic_softc = sc;
491 bwi_getradiocaps(ic, IEEE80211_CHAN_MA
562 struct ieee80211com *ic = &sc->sc_ic; local
583 bwi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1198 struct ieee80211com *ic = &sc->sc_ic; local
1286 bwi_parent(struct ieee80211com *ic) argument
1326 bwi_transmit(struct ieee80211com *ic, struct mbuf *m) argument
1397 struct ieee80211com *ic = ni->ni_ic; local
1670 bwi_scan_start(struct ieee80211com *ic) argument
1681 bwi_getradiocaps(struct ieee80211com *ic, int maxchans, int *nchans, struct ieee80211_channel chans[]) argument
1717 bwi_set_channel(struct ieee80211com *ic) argument
1734 bwi_scan_end(struct ieee80211com *ic) argument
1747 struct ieee80211com *ic= vap->iv_ic; local
2595 struct ieee80211com *ic = &sc->sc_ic; local
2916 struct ieee80211com *ic = &sc->sc_ic; local
3108 struct ieee80211com *ic = ni->ni_ic; local
3694 bwi_updateslot(struct ieee80211com *ic) argument
3859 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c1273 struct ieee80211com *ic = &sc->sc_ic; local
1274 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
2003 iwm_init_channel_map(struct ieee80211com *ic, int maxchans, int *nchans, argument
2006 struct iwm_softc *sc = ic->ic_softc;
3187 struct ieee80211com *ic = &sc->sc_ic; local
3188 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
3237 ni = ieee80211_find_rxnode(ic, (struct ieee80211_frame_min *)wh);
3269 /* XXX only if ic->ic_curchan->ic_ieee == rxs.c_ieee */
3270 tap->wr_chan_flags = htole16(ic->ic_curchan->ic_flags);
3301 ieee80211_input_mimo_all(ic,
3600 struct ieee80211com *ic = &sc->sc_ic; local
3818 struct ieee80211com *ic = ni->ni_ic; local
4331 struct ieee80211com *ic = vap->iv_ic; local
4353 struct ieee80211com *ic = vap->iv_ic; local
4514 struct ieee80211com *ic = &sc->sc_ic; local
4629 struct ieee80211com *ic = &sc->sc_ic; local
4791 struct ieee80211com *ic = &sc->sc_ic; local
4950 iwm_transmit(struct ieee80211com *ic, struct mbuf *m) argument
5014 struct ieee80211com *ic = &sc->sc_ic; local
5031 iwm_parent(struct ieee80211com *ic) argument
5306 struct ieee80211com *ic = &sc->sc_ic; local
5736 struct ieee80211com *ic = &sc->sc_ic; local
5982 struct ieee80211com *ic = &sc->sc_ic; local
6190 iwm_wme_update(struct ieee80211com *ic) argument
6238 struct ieee80211com *ic = &sc->sc_ic; local
6310 struct ieee80211com *ic = &sc->sc_ic; local
6324 iwm_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t mac[IEEE80211_ADDR_LEN]) argument
6380 iwm_scan_start(struct ieee80211com *ic) argument
6408 iwm_scan_end(struct ieee80211com *ic) argument
6437 iwm_update_mcast(struct ieee80211com *ic) argument
6442 iwm_set_channel(struct ieee80211com *ic) argument
[all...]
H A Dif_iwm_power.c237 struct ieee80211com *ic = &sc->sc_ic; local
241 chan = ic->ic_bsschan;
254 struct ieee80211com *ic = &sc->sc_ic; local
255 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
287 struct ieee80211com *ic = &sc->sc_ic; local
288 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_indirect.c281 indirect_child_t *ic = &is->is_child[c]; local
282 if (ic->ic_data != NULL)
283 abd_free(ic->ic_data);
1205 indirect_child_t *ic = zio->io_private; local
1212 abd_free(ic->ic_data);
1213 ic->ic_data = NULL;
1230 indirect_child_t *ic = &is->is_child[i]; local
1232 if (!vdev_readable(ic->ic_vdev))
1246 ic->ic_data = abd_alloc_sametype(zio->io_abd,
1250 ic
1360 vdev_indirect_checksum_error(zio_t *zio, indirect_split_t *is, indirect_child_t *ic) argument
1410 indirect_child_t *ic = &is->is_child[c]; local
1445 indirect_child_t *ic = &is->is_child[c]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S346 int ic, rnd, mantb;
350 ic = 0x80000000 & manta;
362 ic = Q6_R_addacc_RR(ic, exp, manta);
363 return (ic);
381 #define ic R0 define
415 ic = and(c80, mantah) define
421 ic += add(mask, mant)
426 ic.L = #0xffff;
429 ic
434 ic = #0x0 define
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c2401 register struct info_control *ic; local
2403 ic = (struct info_control *)prepare_pkt(srcadr, inter, inpkt,
2406 ic->ctltimereset = htonl((u_int32)(current_time - ctltimereset));
2407 ic->numctlreq = htonl((u_int32)numctlreq);
2408 ic->numctlbadpkts = htonl((u_int32)numctlbadpkts);
2409 ic->numctlresponses = htonl((u_int32)numctlresponses);
2410 ic->numctlfrags = htonl((u_int32)numctlfrags);
2411 ic->numctlerrors = htonl((u_int32)numctlerrors);
2412 ic->numctltooshort = htonl((u_int32)numctltooshort);
2413 ic
2493 register struct info_clock *ic; local
2641 register struct info_clkbug *ic; local
[all...]
/freebsd-11-stable/etc/periodic/daily/
H A D460.status-mail-rejects66 }' | eval $shorten | sort -f | uniq -ic | sort -fnr | tee /dev/stderr | wc -l)

Completed in 322 milliseconds

12345678910