Searched refs:ic (Results 1 - 25 of 260) sorted by relevance

1234567891011

/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan_sw.h30 extern void ieee80211_swscan_attach(struct ieee80211com *ic);
H A Dieee80211_dfs.c100 ieee80211_dfs_attach(struct ieee80211com *ic) argument
102 struct ieee80211_dfs_state *dfs = &ic->ic_dfs;
104 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0);
105 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
107 ic->ic_set_quiet = null_set_quiet;
111 ieee80211_dfs_detach(struct ieee80211com *ic) argument
114 ieee80211_dfs_reset(ic);
118 ieee80211_dfs_reset(struct ieee80211com *ic) argument
120 struct ieee80211_dfs_state *dfs = &ic->ic_dfs;
126 for (i = 0; i < ic
135 struct ieee80211com *ic = vap->iv_ic; local
189 struct ieee80211com *ic = vap->iv_ic; local
207 struct ieee80211com *ic = vap->iv_ic; local
223 ieee80211_dfs_cac_clear(struct ieee80211com *ic, const struct ieee80211_channel *chan) argument
238 struct ieee80211com *ic = arg; local
276 announce_radar(struct ieee80211com *ic, const struct ieee80211_channel *curchan, const struct ieee80211_channel *newchan) argument
298 ieee80211_dfs_notify_radar(struct ieee80211com *ic, struct ieee80211_channel *chan) argument
402 ieee80211_dfs_pickchannel(struct ieee80211com *ic) argument
[all...]
H A Dieee80211_proto.c265 ieee80211_proto_attach(struct ieee80211com *ic) argument
270 hdrlen = ic->ic_headroom
281 //ic->ic_protmode = IEEE80211_PROT_CTSONLY;
283 TASK_INIT(&ic->ic_parent_task, 0, parent_updown, ic);
284 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic);
285 TASK_INIT(&ic->ic_promisc_task, 0, update_promisc, ic);
286 TASK_INIT(&ic
309 ieee80211_proto_detach(struct ieee80211com *ic) argument
329 struct ieee80211com *ic = vap->iv_ic; local
556 ieee80211_dump_pkt(struct ieee80211com *ic, const uint8_t *buf, int len, int rate, int rssi) argument
645 struct ieee80211com *ic = ni->ni_ic; local
771 struct ieee80211com *ic = vap->iv_ic; local
809 ieee80211_reset_erp(struct ieee80211com *ic) argument
850 struct ieee80211com *ic = vap->iv_ic; local
923 struct ieee80211com *ic = vap->iv_ic; local
989 struct ieee80211com *ic = vap->iv_ic; local
1056 struct ieee80211com *ic = vap->iv_ic; local
1196 struct ieee80211com *ic = vap->iv_ic; local
1226 struct ieee80211com *ic = vap->iv_ic; local
1243 struct ieee80211com *ic = vap->iv_ic; local
1260 struct ieee80211com *ic = vap->iv_ic; local
1509 struct ieee80211com *ic = vap->iv_ic; local
1590 struct ieee80211com *ic = vap->iv_ic; local
1619 struct ieee80211com *ic = vap->iv_ic; local
1763 struct ieee80211com *ic = vap->iv_ic; local
1792 ieee80211_wme_ic_getparams(struct ieee80211com *ic, struct chanAccParams *wp) argument
1821 struct ieee80211com *ic = arg; local
1829 struct ieee80211com *ic = arg; local
1837 struct ieee80211com *ic = arg; local
1845 struct ieee80211com *ic = arg; local
1854 struct ieee80211com *ic = arg; local
1874 struct ieee80211com *ic = vap->iv_ic; local
1906 struct ieee80211com *ic = arg; local
1918 ieee80211_waitfor_parent(struct ieee80211com *ic) argument
1944 struct ieee80211com *ic = vap->iv_ic; local
1960 struct ieee80211com *ic = vap->iv_ic; local
1974 struct ieee80211com *ic = vap->iv_ic; local
2073 ieee80211_start_all(struct ieee80211com *ic) argument
2096 struct ieee80211com *ic = vap->iv_ic; local
2120 struct ieee80211com *ic = vap->iv_ic; local
2131 ieee80211_stop_all(struct ieee80211com *ic) argument
2151 ieee80211_suspend_all(struct ieee80211com *ic) argument
2172 ieee80211_resume_all(struct ieee80211com *ic) argument
2192 ieee80211_restart_all(struct ieee80211com *ic) argument
2202 ieee80211_beacon_miss(struct ieee80211com *ic) argument
2215 struct ieee80211com *ic = arg; local
2237 struct ieee80211com *ic = vap->iv_ic; local
2256 struct ieee80211com *ic = vap->iv_ic; local
2297 ieee80211_csa_startswitch(struct ieee80211com *ic, struct ieee80211_channel *c, int mode, int count) argument
2326 csa_completeswitch(struct ieee80211com *ic) argument
2350 ieee80211_csa_completeswitch(struct ieee80211com *ic) argument
2372 ieee80211_csa_cancelswitch(struct ieee80211com *ic) argument
2386 struct ieee80211com *ic = vap0->iv_ic; local
2413 struct ieee80211com *ic = vap0->iv_ic; local
2444 struct ieee80211com *ic = vap0->iv_ic; local
2476 struct ieee80211com *ic = vap->iv_ic; local
2604 struct ieee80211com *ic = vap->iv_ic; local
2764 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_scan_sw.c97 ieee80211_swscan_detach(struct ieee80211com *ic) argument
99 struct ieee80211_scan_state *ss = ic->ic_scan;
103 ieee80211_draintask(ic, &SCAN_PRIVATE(ss)->ss_scan_start);
104 taskqueue_drain_timeout(ic->ic_tq,
106 KASSERT((ic->ic_flags & IEEE80211_F_SCAN) == 0,
120 ic->ic_scan = NULL;
138 struct ieee80211com *ic = vap->iv_ic; local
139 struct ieee80211_scan_state *ss = ic->ic_scan;
141 IEEE80211_LOCK_ASSERT(ic);
144 (ic
151 struct ieee80211com *ic = vap->iv_ic; local
170 struct ieee80211com *ic = vap->iv_ic; local
247 struct ieee80211com *ic = vap->iv_ic; local
274 struct ieee80211com *ic = vap->iv_ic; local
337 struct ieee80211com *ic = vap->iv_ic; local
431 struct ieee80211com *ic = vap->iv_ic; local
509 struct ieee80211com *ic = vap->iv_ic; local
527 struct ieee80211com *ic = vap->iv_ic; local
564 struct ieee80211com *ic = ss->ss_ic; local
581 struct ieee80211com *ic = ss->ss_ic; local
595 struct ieee80211com *ic = ss->ss_ic; local
627 struct ieee80211com *ic = ss->ss_ic; local
682 struct ieee80211com *ic = ss->ss_ic; local
790 struct ieee80211com *ic = ss->ss_ic; local
896 struct ieee80211com *ic = ss->ss_ic; local
956 struct ieee80211com *ic = vap->iv_ic; local
1018 ieee80211_swscan_attach(struct ieee80211com *ic) argument
[all...]
H A Dieee80211_regdomain.c51 null_getradiocaps(struct ieee80211com *ic, int maxchan, argument
55 if (maxchan > ic->ic_nchans)
56 maxchan = ic->ic_nchans;
57 memcpy(c, ic->ic_channels, maxchan*sizeof(struct ieee80211_channel));
62 null_setregdomain(struct ieee80211com *ic, argument
70 ieee80211_regdomain_attach(struct ieee80211com *ic) argument
72 if (ic->ic_regdomain.regdomain == 0 &&
73 ic->ic_regdomain.country == CTRY_DEFAULT) {
74 ic->ic_regdomain.location = ' '; /* both */
77 ic
82 ieee80211_regdomain_detach(struct ieee80211com *ic) argument
116 ieee80211_init_channels(struct ieee80211com *ic, const struct ieee80211_regdomain *rd, const uint8_t bands[]) argument
235 ieee80211_alloc_countryie(struct ieee80211com *ic) argument
345 allvapsdown(struct ieee80211com *ic) argument
360 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211.c95 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag);
96 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag);
97 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag);
98 static void ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag);
99 static int ieee80211_media_setup(struct ieee80211com *ic,
133 ieee80211_chan_init(struct ieee80211com *ic) argument
136 if (ic->ic_sup_rates[m].rs_nrates == 0) \
137 ic->ic_sup_rates[m] = def; \
142 KASSERT(0 < ic->ic_nchans && ic
257 null_update_mcast(struct ieee80211com *ic) argument
264 null_update_promisc(struct ieee80211com *ic) argument
271 null_update_chw(struct ieee80211com *ic) argument
278 ic_printf(struct ieee80211com *ic, const char * fmt, ...) argument
297 struct ieee80211com *ic; local
328 ieee80211_ifattach(struct ieee80211com *ic) argument
385 ieee80211_ifdetach(struct ieee80211com *ic) argument
440 struct ieee80211com *ic; local
454 struct ieee80211com *ic; local
500 struct ieee80211com *ic = vap->iv_ic; local
524 ieee80211_vap_setup(struct ieee80211com *ic, struct ieee80211vap *vap, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
669 struct ieee80211com *ic = vap->iv_ic; local
731 struct ieee80211com *ic = vap->iv_ic; local
810 struct ieee80211com *ic = vap->iv_ic; local
832 struct ieee80211com *ic = vap->iv_ic; local
853 ieee80211_syncflag_locked(struct ieee80211com *ic, int flag) argument
875 struct ieee80211com *ic = vap->iv_ic; local
893 ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag) argument
915 struct ieee80211com *ic = vap->iv_ic; local
933 ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag) argument
955 struct ieee80211com *ic = vap->iv_ic; local
973 ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag) argument
995 struct ieee80211com *ic = vap->iv_ic; local
1076 ieee80211_chan2ieee(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
1744 ieee80211_find_channel(struct ieee80211com *ic, int freq, int flags) argument
1763 ieee80211_find_channel_byieee(struct ieee80211com *ic, int ieee, int flags) argument
1805 struct ieee80211com *ic = vap->iv_ic; local
1895 ieee80211_media_setup(struct ieee80211com *ic, struct ifmedia *media, int caps, int addsta, ifm_change_cb_t media_change, ifm_stat_cb_t media_stat) argument
2005 ieee80211_get_suprates(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
2013 ieee80211_get_suphtrates(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
2020 ieee80211_announce(struct ieee80211com *ic) argument
2047 ieee80211_announce_channels(struct ieee80211com *ic) argument
2226 struct ieee80211com *ic = vap->iv_ic; local
2270 ieee80211_setmode(struct ieee80211com *ic, enum ieee80211_phymode mode) argument
2349 ieee80211_rate2media(struct ieee80211com *ic, int rate, enum ieee80211_phymode mode) argument
2596 ieee80211_mac_hash(const struct ieee80211com *ic, const uint8_t addr[IEEE80211_ADDR_LEN]) argument
[all...]
H A Dieee80211_radiotap.c56 ieee80211_radiotap_attach(struct ieee80211com *ic, argument
60 ieee80211_radiotap_attachv(ic, th, tlen, 0, tx_radiotap,
65 ieee80211_radiotap_attachv(struct ieee80211com *ic, argument
76 ic->ic_th = th;
84 ic_printf(ic, "%s: no tx channel, radiotap 0x%x\n", __func__,
88 ic->ic_txchan = ((uint8_t *) th) + off;
92 ic->ic_rh = rh;
100 ic_printf(ic, "%s: no rx channel, radiotap 0x%x\n", __func__,
104 ic->ic_rxchan = ((uint8_t *) rh) + off;
109 ieee80211_radiotap_detach(struct ieee80211com *ic) argument
116 struct ieee80211com *ic = vap->iv_ic; local
165 ieee80211_radiotap_chan_change(struct ieee80211com *ic) argument
193 struct ieee80211com *ic = vap0->iv_ic; local
211 struct ieee80211com *ic = vap0->iv_ic; local
233 struct ieee80211com *ic = vap0->iv_ic; local
257 ieee80211_radiotap_rx_all(struct ieee80211com *ic, struct mbuf *m) argument
[all...]
H A Dieee80211_superg.h115 ieee80211_ff_age_all(struct ieee80211com *ic, int quanta) argument
117 struct ieee80211_superg *sg = ic->ic_superg;
120 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VO], quanta);
121 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta);
122 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BE], quanta);
123 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BK], quanta);
128 ieee80211_ff_flush(struct ieee80211com *ic, int ac) argument
130 struct ieee80211_superg *sg = ic->ic_superg;
133 ieee80211_ff_age(ic, &sg->ff_stageq[ac], 0x7fffffff);
137 ieee80211_ff_flush_all(struct ieee80211com *ic) argument
[all...]
H A Dieee80211_ddb.c136 const struct ieee80211com *ic; local
162 ic = (const struct ieee80211com *) addr;
163 _db_show_com(ic, showvaps, showsta, showmesh, showprocs);
241 db_printf("\tvap %p wdsvap %p ic %p table %p\n",
334 const struct ieee80211com *ic = vap->iv_ic; local
405 if (isset(ic->ic_modecaps, i)) {
446 if (isset(ic->ic_modecaps, i)) {
516 _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, argument
521 db_printf("%p:", ic);
522 TAILQ_FOREACH(vap, &ic
680 _db_show_all_vaps(void *arg, struct ieee80211com *ic) argument
[all...]
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_ioctl.h34 extern int ath_ioctl(struct ieee80211com *ic, u_long cmd, void *data);
/freebsd-12-stable/sys/dev/iscsi/
H A Dicl_soft.c145 icl_conn_fail(struct icl_conn *ic) argument
147 if (ic->ic_socket == NULL)
153 ic->ic_socket->so_error = EDOOFUS;
154 (ic->ic_error)(ic);
158 icl_soft_conn_pdu_free(struct icl_conn *ic, struct icl_pdu *ip) argument
166 refcount_release(&ic->ic_outstanding_pdus);
174 icl_soft_conn_new_pdu(struct icl_conn *ic, int flags) argument
179 refcount_acquire(&ic->ic_outstanding_pdus);
185 refcount_release(&ic
227 icl_soft_conn_pdu_data_segment_length(struct icl_conn *ic, const struct icl_pdu *request) argument
389 struct icl_conn *ic; local
485 icl_conn_receive_pdu(struct icl_conn *ic, struct mbuf **r, size_t *rs) argument
611 icl_conn_receive_pdus(struct icl_conn *ic, struct mbuf **r, size_t *rs) argument
651 struct icl_conn *ic; local
728 struct icl_conn *ic; local
744 struct icl_conn *ic; local
794 icl_conn_send_pdus(struct icl_conn *ic, struct icl_pdu_stailq *queue) argument
910 struct icl_conn *ic; local
978 struct icl_conn *ic; local
995 icl_soft_conn_pdu_append_data(struct icl_conn *ic, struct icl_pdu *request, const void *addr, size_t len, int flags) argument
1029 icl_soft_conn_pdu_get_data(struct icl_conn *ic, struct icl_pdu *ip, size_t off, void *addr, size_t len) argument
1039 struct icl_conn *ic; local
1066 icl_soft_conn_pdu_queue(struct icl_conn *ic, struct icl_pdu *ip) argument
1075 struct icl_conn *ic; local
1097 icl_soft_conn_free(struct icl_conn *ic) argument
1112 icl_conn_start(struct icl_conn *ic) argument
1221 icl_soft_conn_handoff(struct icl_conn *ic, int fd) argument
1284 icl_soft_conn_close(struct icl_conn *ic) argument
1352 icl_soft_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, struct ccb_scsiio *csio, uint32_t *task_tagp, void **prvp) argument
1360 icl_soft_conn_task_done(struct icl_conn *ic, void *prv) argument
1365 icl_soft_conn_transfer_setup(struct icl_conn *ic, union ctl_io *io, uint32_t *transfer_tag, void **prvp) argument
1373 icl_soft_conn_transfer_done(struct icl_conn *ic, void *prv) argument
1391 icl_soft_conn_connect(struct icl_conn *ic, int domain, int socktype, int protocol, struct sockaddr *from_sa, struct sockaddr *to_sa) argument
1400 icl_soft_handoff_sock(struct icl_conn *ic, struct socket *so) argument
[all...]
H A Dicl_wrappers.h48 icl_pdu_new(struct icl_conn *ic, int flags) argument
51 return (ICL_CONN_NEW_PDU(ic, flags));
90 icl_conn_free(struct icl_conn *ic) argument
93 ICL_CONN_FREE(ic);
97 icl_conn_handoff(struct icl_conn *ic, int fd) argument
100 return (ICL_CONN_HANDOFF(ic, fd));
104 icl_conn_close(struct icl_conn *ic) argument
107 ICL_CONN_CLOSE(ic);
111 icl_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, argument
115 return (ICL_CONN_TASK_SETUP(ic, i
119 icl_conn_task_done(struct icl_conn *ic, void *prv) argument
126 icl_conn_transfer_setup(struct icl_conn *ic, union ctl_io *io, uint32_t *transfer_tagp, void **prvp) argument
134 icl_conn_transfer_done(struct icl_conn *ic, void *prv) argument
144 icl_conn_connect(struct icl_conn *ic, int domain, int socktype, int protocol, struct sockaddr *from_sa, struct sockaddr *to_sa) argument
[all...]
/freebsd-12-stable/lib/libc/tests/iconv/
H A Diconvctl_test.c36 iconv_t ic; local
39 ic = iconv_open(dst, src);
40 ATF_REQUIRE(ic != (iconv_t)-1);
42 status = iconvctl(ic, ICONV_TRIVIALP, &actual);
47 status = iconv_close(ic);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.InputAliasTrans.d41 char ic;
53 oc = ((input_t *) ivar)->ic;
H A Dtst.OutputAliasTrans.d42 char ic;
56 oc = ((struct input_struct *) ivar)->ic;
H A Dtst.UnionOutputTrans.d42 char ic;
53 oc = ((struct input_struct *) ivar)->ic;
H A Derr.D_XLATE_SOU.BadTransDecl8.d41 char ic;
H A Derr.D_XLATE_SOU.BadTransInt.d41 char ic;
H A Dtst.PartialOutputTransDefn.d42 char ic;
H A Dtst.PartialDereferencing.d41 char ic;
53 oc = ((struct input_struct) ivar).ic;
62 in.ic = 'z';
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.h14 const unsigned char *n, uint64_t ic,
18 const unsigned char *n, uint32_t ic,
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap.c255 struct ieee80211com *ic = vap->iv_ic; local
256 struct wtap_softc *sc = ic->ic_softc;
308 wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], argument
313 struct wtap_softc *sc = ic->ic_softc;
326 error = ieee80211_vap_setup(ic, vap, name, unit, IEEE80211_M_MBSS,
369 wtap_parent(struct ieee80211com *ic) argument
371 struct wtap_softc *sc = ic->ic_softc;
373 if (ic->ic_nrunning > 0) {
375 ieee80211_start_all(ic);
381 wtap_scan_start(struct ieee80211com *ic) argument
390 wtap_scan_end(struct ieee80211com *ic) argument
399 wtap_set_channel(struct ieee80211com *ic) argument
443 struct ieee80211com *ic = &sc->sc_ic; local
479 struct ieee80211com *ic = &sc->sc_ic; local
544 wtap_wme_update(struct ieee80211com *ic) argument
552 wtap_update_mcast(struct ieee80211com *ic) argument
559 wtap_update_promisc(struct ieee80211com *ic) argument
566 wtap_transmit(struct ieee80211com *ic, struct mbuf *m) argument
604 struct ieee80211com *ic = ni->ni_ic; local
614 struct ieee80211com *ic = &sc->sc_ic; local
700 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-12-stable/contrib/serf/
H A Dincoming.c103 serf_incoming_t *ic = apr_palloc(pool, sizeof(*ic)); local
105 ic->ctx = ctx;
106 ic->baton.type = SERF_IO_CLIENT;
107 ic->baton.u.client = ic;
108 ic->request_baton = request_baton;
109 ic->request = request;
110 ic->skt = insock;
111 ic
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.h12 const unsigned char *n, uint64_t ic,
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.c40 static void iser_conn_release(struct icl_conn *ic);
111 iser_conn_pdu_append_data(struct icl_conn *ic, struct icl_pdu *request, argument
114 struct iser_conn *iser_conn = icl_to_iser_conn(ic);
127 iser_conn_pdu_get_data(struct icl_conn *ic, struct icl_pdu *ip, argument
139 iser_new_pdu(struct icl_conn *ic, int flags) argument
143 struct iser_conn *iser_conn = icl_to_iser_conn(ic);
153 ip->ip_conn = ic;
160 iser_conn_new_pdu(struct icl_conn *ic, int flags) argument
162 return (iser_new_pdu(ic, flags));
166 iser_pdu_free(struct icl_conn *ic, struc argument
174 iser_conn_pdu_data_segment_length(struct icl_conn *ic, const struct icl_pdu *request) argument
189 iser_conn_pdu_free(struct icl_conn *ic, struct icl_pdu *ip) argument
217 iser_conn_pdu_queue(struct icl_conn *ic, struct icl_pdu *ip) argument
247 struct icl_conn *ic; local
275 iser_conn_free(struct icl_conn *ic) argument
290 iser_conn_handoff(struct icl_conn *ic, int fd) argument
328 iser_conn_release(struct icl_conn *ic) argument
364 iser_conn_close(struct icl_conn *ic) argument
383 iser_conn_connect(struct icl_conn *ic, int domain, int socktype, int protocol, struct sockaddr *from_sa, struct sockaddr *to_sa) argument
443 iser_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, struct ccb_scsiio *csio, uint32_t *task_tagp, void **prvp) argument
456 iser_conn_task_done(struct icl_conn *ic, void *prv) argument
[all...]

Completed in 217 milliseconds

1234567891011