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

123456789

/freebsd-10-stable/sys/net80211/
H A Dieee80211_dfs.c96 ieee80211_dfs_attach(struct ieee80211com *ic) argument
98 struct ieee80211_dfs_state *dfs = &ic->ic_dfs;
100 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0);
101 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
103 ic->ic_set_quiet = null_set_quiet;
107 ieee80211_dfs_detach(struct ieee80211com *ic) argument
110 ieee80211_dfs_reset(ic);
114 ieee80211_dfs_reset(struct ieee80211com *ic) argument
116 struct ieee80211_dfs_state *dfs = &ic->ic_dfs;
122 for (i = 0; i < ic
131 struct ieee80211com *ic = vap->iv_ic; local
185 struct ieee80211com *ic = vap->iv_ic; local
203 struct ieee80211com *ic = vap->iv_ic; local
219 ieee80211_dfs_cac_clear(struct ieee80211com *ic, const struct ieee80211_channel *chan) argument
234 struct ieee80211com *ic = arg; local
294 ieee80211_dfs_notify_radar(struct ieee80211com *ic, struct ieee80211_channel *chan) argument
398 ieee80211_dfs_pickchannel(struct ieee80211com *ic) argument
[all...]
H A Dieee80211.c86 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag);
87 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag);
88 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag);
89 static int ieee80211_media_setup(struct ieee80211com *ic,
122 ieee80211_chan_init(struct ieee80211com *ic) argument
125 if (ic->ic_sup_rates[m].rs_nrates == 0) \
126 ic->ic_sup_rates[m] = def; \
131 KASSERT(0 < ic->ic_nchans && ic->ic_nchans <= IEEE80211_CHAN_MAX,
132 ("invalid number of channels specified: %u", ic
266 null_update_chw(struct ieee80211com *ic) argument
277 ieee80211_ifattach(struct ieee80211com *ic, const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
356 ieee80211_ifdetach(struct ieee80211com *ic) argument
420 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], const uint8_t macaddr[IEEE80211_ADDR_LEN]) argument
546 struct ieee80211com *ic = vap->iv_ic; local
609 struct ieee80211com *ic = vap->iv_ic; local
676 ieee80211_syncifflag_locked(struct ieee80211com *ic, int flag) argument
722 ieee80211_syncflag_locked(struct ieee80211com *ic, int flag) argument
744 struct ieee80211com *ic = vap->iv_ic; local
762 ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag) argument
784 struct ieee80211com *ic = vap->iv_ic; local
802 ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag) argument
824 struct ieee80211com *ic = vap->iv_ic; local
905 ieee80211_chan2ieee(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
953 ieee80211_find_channel(struct ieee80211com *ic, int freq, int flags) argument
979 ieee80211_find_channel_byieee(struct ieee80211com *ic, int ieee, int flags) argument
1044 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
1134 ieee80211_media_init(struct ieee80211com *ic) argument
1168 ieee80211_get_suprates(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
1175 ieee80211_announce(struct ieee80211com *ic) argument
1202 ieee80211_announce_channels(struct ieee80211com *ic) argument
1383 struct ieee80211com *ic = ifp->if_l2com; local
1401 struct ieee80211com *ic = vap->iv_ic; local
1444 ieee80211_setmode(struct ieee80211com *ic, enum ieee80211_phymode mode) argument
1519 ieee80211_rate2media(struct ieee80211com *ic, int rate, enum ieee80211_phymode mode) argument
1737 ieee80211_mac_hash(const struct ieee80211com *ic, const uint8_t addr[IEEE80211_ADDR_LEN]) argument
[all...]
H A Dieee80211_regdomain.c47 null_getradiocaps(struct ieee80211com *ic, int maxchan, argument
51 if (maxchan > ic->ic_nchans)
52 maxchan = ic->ic_nchans;
53 memcpy(c, ic->ic_channels, maxchan*sizeof(struct ieee80211_channel));
58 null_setregdomain(struct ieee80211com *ic, argument
66 ieee80211_regdomain_attach(struct ieee80211com *ic) argument
68 if (ic->ic_regdomain.regdomain == 0 &&
69 ic->ic_regdomain.country == CTRY_DEFAULT) {
70 ic->ic_regdomain.country = CTRY_UNITED_STATES; /* XXX */
71 ic
81 ieee80211_regdomain_detach(struct ieee80211com *ic) argument
100 addchan(struct ieee80211com *ic, int ieee, int flags) argument
123 ieee80211_init_channels(struct ieee80211com *ic, const struct ieee80211_regdomain *rd, const uint8_t bands[]) argument
269 ieee80211_alloc_countryie(struct ieee80211com *ic) argument
379 allvapsdown(struct ieee80211com *ic) argument
394 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_proto.c123 ieee80211_proto_attach(struct ieee80211com *ic) argument
125 struct ifnet *ifp = ic->ic_ifp;
128 ifp->if_hdrlen = ic->ic_headroom
139 ic->ic_protmode = IEEE80211_PROT_CTSONLY;
141 TASK_INIT(&ic->ic_parent_task, 0, parent_updown, ifp);
142 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic);
143 TASK_INIT(&ic->ic_promisc_task, 0, update_promisc, ic);
144 TASK_INIT(&ic
166 ieee80211_proto_detach(struct ieee80211com *ic) argument
186 struct ieee80211com *ic = vap->iv_ic; local
401 ieee80211_dump_pkt(struct ieee80211com *ic, const uint8_t *buf, int len, int rate, int rssi) argument
493 struct ieee80211com *ic = ni->ni_ic; local
612 ieee80211_reset_erp(struct ieee80211com *ic) argument
645 ieee80211_set_shortslottime(struct ieee80211com *ic, int onoff) argument
884 struct ieee80211com *ic = vap->iv_ic; local
962 struct ieee80211com *ic = vap->iv_ic; local
989 struct ieee80211com *ic = vap->iv_ic; local
1146 struct ieee80211com *ic = vap->iv_ic; local
1166 struct ieee80211com *ic = arg; local
1175 struct ieee80211com *ic = arg; local
1184 struct ieee80211com *ic = arg; local
1193 struct ieee80211com *ic = arg; local
1207 ieee80211_waitfor_parent(struct ieee80211com *ic) argument
1228 struct ieee80211com *ic = vap->iv_ic; local
1324 ieee80211_start_all(struct ieee80211com *ic) argument
1347 struct ieee80211com *ic = vap->iv_ic; local
1373 struct ieee80211com *ic = vap->iv_ic; local
1384 ieee80211_stop_all(struct ieee80211com *ic) argument
1404 ieee80211_suspend_all(struct ieee80211com *ic) argument
1425 ieee80211_resume_all(struct ieee80211com *ic) argument
1442 ieee80211_beacon_miss(struct ieee80211com *ic) argument
1455 struct ieee80211com *ic = arg; local
1477 struct ieee80211com *ic = vap->iv_ic; local
1496 struct ieee80211com *ic = vap->iv_ic; local
1538 ieee80211_csa_startswitch(struct ieee80211com *ic, struct ieee80211_channel *c, int mode, int count) argument
1567 csa_completeswitch(struct ieee80211com *ic) argument
1591 ieee80211_csa_completeswitch(struct ieee80211com *ic) argument
1613 ieee80211_csa_cancelswitch(struct ieee80211com *ic) argument
1627 struct ieee80211com *ic = vap0->iv_ic; local
1654 struct ieee80211com *ic = vap0->iv_ic; local
1685 struct ieee80211com *ic = vap0->iv_ic; local
1717 struct ieee80211com *ic = vap->iv_ic; local
1839 struct ieee80211com *ic = vap->iv_ic; local
1988 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_scan.c103 ieee80211_scan_attach(struct ieee80211com *ic) argument
110 ic->ic_scan = NULL;
113 callout_init_mtx(&ss->ss_scan_timer, IEEE80211_LOCK_OBJ(ic), 0);
116 ic->ic_scan = &ss->base;
117 ss->base.ss_ic = ic;
119 ic->ic_scan_curchan = scan_curchan;
120 ic->ic_scan_mindwell = scan_mindwell;
124 ieee80211_scan_detach(struct ieee80211com *ic) argument
126 struct ieee80211_scan_state *ss = ic->ic_scan;
129 IEEE80211_LOCK(ic);
183 struct ieee80211com *ic = vap->iv_ic; local
267 struct ieee80211com *ic = vap->iv_ic; local
332 struct ieee80211com *ic = ss->ss_ic; local
383 struct ieee80211com *ic = vap->iv_ic; local
454 struct ieee80211com *ic = vap->iv_ic; local
484 struct ieee80211com *ic = vap->iv_ic; local
584 struct ieee80211com *ic = vap->iv_ic; local
683 struct ieee80211com *ic = vap->iv_ic; local
710 struct ieee80211com *ic = vap->iv_ic; local
737 struct ieee80211com *ic = vap->iv_ic; local
753 struct ieee80211com *ic = vap->iv_ic; local
773 struct ieee80211com *ic = vap->iv_ic; local
834 struct ieee80211com *ic = ss->ss_ic; local
847 struct ieee80211com *ic = ss->ss_ic; local
1121 struct ieee80211com *ic = vap->iv_ic; local
1167 ieee80211_scan_timeout(struct ieee80211com *ic) argument
1238 ieee80211_scan_pickchannel(struct ieee80211com *ic, int flags) argument
[all...]
H A Dieee80211_radiotap.c53 ieee80211_radiotap_attach(struct ieee80211com *ic, argument
57 ieee80211_radiotap_attachv(ic, th, tlen, 0, tx_radiotap,
62 ieee80211_radiotap_attachv(struct ieee80211com *ic, argument
73 ic->ic_th = th;
81 if_printf(ic->ic_ifp, "%s: no tx channel, radiotap 0x%x\n",
85 ic->ic_txchan = ((uint8_t *) th) + off;
89 ic->ic_rh = rh;
97 if_printf(ic->ic_ifp, "%s: no rx channel, radiotap 0x%x\n",
101 ic->ic_rxchan = ((uint8_t *) rh) + off;
106 ieee80211_radiotap_detach(struct ieee80211com *ic) argument
113 struct ieee80211com *ic = vap->iv_ic; local
162 ieee80211_radiotap_chan_change(struct ieee80211com *ic) argument
190 struct ieee80211com *ic = vap0->iv_ic; local
208 struct ieee80211com *ic = vap0->iv_ic; local
230 struct ieee80211com *ic = vap0->iv_ic; local
254 ieee80211_radiotap_rx_all(struct ieee80211com *ic, struct mbuf *m) argument
[all...]
H A Dieee80211_ddb.c130 const struct ieee80211com *ic; local
156 ic = (const struct ieee80211com *) addr;
157 _db_show_com(ic, showvaps, showsta, showmesh, showprocs);
176 const struct ieee80211com *ic = ifp->if_l2com; local
181 ifp->if_xname, ic);
182 TAILQ_FOREACH(vap, &ic->ic_vaps,
188 _db_show_com(ic, 1, 1, 1, 1);
248 db_printf("\tvap %p wdsvap %p ic %p table %p\n",
342 const struct ieee80211com *ic = vap->iv_ic; local
413 if (isset(ic
513 _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, int showmesh, int showprocs) argument
[all...]
H A Dieee80211_node.c95 static void ieee80211_node_table_init(struct ieee80211com *ic,
107 ieee80211_node_attach(struct ieee80211com *ic) argument
110 ieee80211_ageq_init(&ic->ic_stageq, ic->ic_max_keyix * 8,
112 ieee80211_node_table_init(ic, &ic->ic_sta, "station",
113 IEEE80211_INACT_INIT, ic->ic_max_keyix);
114 callout_init(&ic->ic_inact, 1);
115 callout_reset(&ic->ic_inact, IEEE80211_INACT_WAIT*hz,
116 ieee80211_node_timeout, ic);
135 ieee80211_node_detach(struct ieee80211com *ic) argument
191 struct ieee80211com *ic = vap->iv_ic; local
278 struct ieee80211com *ic = ni->ni_ic; local
325 struct ieee80211com *ic = vap->iv_ic; local
424 struct ieee80211com *ic = vap->iv_ic; local
463 struct ieee80211com *ic = ni->ni_ic; local
503 struct ieee80211com *ic = ni->ni_ic; local
572 struct ieee80211com *ic = ni->ni_ic; local
606 gethtadjustflags(struct ieee80211com *ic) argument
638 ieee80211_sync_curchan(struct ieee80211com *ic) argument
659 ieee80211_setupcurchan(struct ieee80211com *ic, struct ieee80211_channel *c) argument
682 ieee80211_setcurchan(struct ieee80211com *ic, struct ieee80211_channel *c) argument
689 ieee80211_update_chw(struct ieee80211com *ic) argument
704 struct ieee80211com *ic = selbs->ni_ic; local
766 struct ieee80211com *ic = vap->iv_ic; local
861 struct ieee80211com *ic = ni->ni_ic; local
989 struct ieee80211com *ic = ni->ni_ic; local
1068 struct ieee80211com *ic = ni->ni_ic; local
1147 struct ieee80211com *ic = nt->nt_ic; local
1202 struct ieee80211com *ic = vap->iv_ic; local
1239 struct ieee80211com *ic = vap->iv_ic; local
1266 struct ieee80211com *ic = vap->iv_ic; local
1434 struct ieee80211com *ic = vap->iv_ic; local
1551 struct ieee80211com *ic = vap->iv_ic; local
1589 ieee80211_find_rxnode_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, const char *func, int line) argument
1617 ieee80211_find_rxnode_withkey_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, const char *func, int line) argument
1801 struct ieee80211com *ic = ni->ni_ic; local
1898 ieee80211_node_table_init(struct ieee80211com *ic, struct ieee80211_node_table *nt, const char *name, int inact, int keyixmax) argument
1992 ieee80211_timeout_stations(struct ieee80211com *ic) argument
2137 ieee80211_drain(struct ieee80211com *ic) argument
2188 struct ieee80211com *ic = arg; local
2378 ieee80211_notify_erp_locked(struct ieee80211com *ic) argument
2390 ieee80211_notify_erp(struct ieee80211com *ic) argument
2403 struct ieee80211com *ic = ni->ni_ic; local
2468 struct ieee80211com *ic = ni->ni_ic; local
2540 disable_protection(struct ieee80211com *ic) argument
2562 struct ieee80211com *ic = ni->ni_ic; local
2624 ieee80211_erp_timeout(struct ieee80211com *ic) argument
2648 struct ieee80211com *ic = ni->ni_ic; local
2777 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_superg.h94 ieee80211_ff_flush(struct ieee80211com *ic, int ac) argument
96 struct ieee80211_superg *sg = ic->ic_superg;
99 ieee80211_ff_age(ic, &sg->ff_stageq[ac], 0x7fffffff);
107 ieee80211_ff_age_all(struct ieee80211com *ic, int quanta) argument
109 struct ieee80211_superg *sg = ic->ic_superg;
113 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VO], quanta);
115 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta);
117 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BE], quanta);
119 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BK], quanta);
H A Dieee80211_monitor.c66 ieee80211_monitor_attach(struct ieee80211com *ic) argument
68 ic->ic_vattach[IEEE80211_M_MONITOR] = monitor_vattach;
72 ieee80211_monitor_detach(struct ieee80211com *ic) argument
95 struct ieee80211com *ic = vap->iv_ic; local
98 IEEE80211_LOCK_ASSERT(ic);
108 ieee80211_create_ibss(vap, ic->ic_curchan);
H A Dieee80211_ht.c232 ieee80211_ht_attach(struct ieee80211com *ic) argument
235 ic->ic_recv_action = ieee80211_recv_action;
236 ic->ic_send_action = ieee80211_send_action;
237 ic->ic_ampdu_enable = ieee80211_ampdu_enable;
238 ic->ic_addba_request = ieee80211_addba_request;
239 ic->ic_addba_response = ieee80211_addba_response;
240 ic->ic_addba_response_timeout = null_addba_response_timeout;
241 ic->ic_addba_stop = ieee80211_addba_stop;
242 ic->ic_bar_response = ieee80211_bar_response;
243 ic
251 ieee80211_ht_detach(struct ieee80211com *ic) argument
310 ht_getrate(struct ieee80211com *ic, int index, enum ieee80211_phymode mode, int ratetype) argument
354 ht_rateprint(struct ieee80211com *ic, enum ieee80211_phymode mode, int ratetype) argument
383 ht_announce(struct ieee80211com *ic, enum ieee80211_phymode mode) argument
406 ieee80211_ht_announce(struct ieee80211com *ic) argument
422 ieee80211_get_suphtrates(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
1061 struct ieee80211com *ic = ni->ni_ic; local
1124 findhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int htflags) argument
1134 ieee80211_ht_adjust_channel(struct ieee80211com *ic, struct ieee80211_channel *chan, int flags) argument
1227 htinfo_notify(struct ieee80211com *ic) argument
1263 htinfo_update(struct ieee80211com *ic) argument
1292 struct ieee80211com *ic = ni->ni_ic; local
1310 struct ieee80211com *ic = ni->ni_ic; local
1335 ieee80211_htprot_update(struct ieee80211com *ic, int protmode) argument
1366 ieee80211_ht_timeout(struct ieee80211com *ic) argument
1448 struct ieee80211com *ic = ni->ni_ic; local
1611 struct ieee80211com *ic = ni->ni_ic; local
1699 struct ieee80211com *ic = ni->ni_ic; local
1737 struct ieee80211com *ic = ni->ni_ic; local
1850 struct ieee80211com *ic = ni->ni_ic; local
1916 struct ieee80211com *ic = ni->ni_ic; local
1990 struct ieee80211com *ic = ni->ni_ic; local
2108 struct ieee80211com *ic = ni->ni_ic; local
2162 struct ieee80211com *ic = ni->ni_ic; local
2209 struct ieee80211com *ic = ni->ni_ic; local
2277 struct ieee80211com *ic = ni->ni_ic; local
2322 struct ieee80211com *ic = ni->ni_ic; local
2453 struct ieee80211com *ic = ni->ni_ic; local
2501 struct ieee80211com *ic = ni->ni_ic; local
2544 struct ieee80211com *ic = ni->ni_ic; local
2584 ieee80211_set_mcsset(struct ieee80211com *ic, uint8_t *frm) argument
2636 struct ieee80211com *ic = ni->ni_ic; local
2778 struct ieee80211com *ic = vap->iv_ic; local
2820 struct ieee80211com *ic = ni->ni_ic; local
[all...]
H A Dieee80211_sta.c79 ieee80211_sta_attach(struct ieee80211com *ic) argument
81 ic->ic_vattach[IEEE80211_M_STA] = sta_vattach;
85 ieee80211_sta_detach(struct ieee80211com *ic) argument
113 struct ieee80211com *ic = vap->iv_ic; local
115 IEEE80211_LOCK_ASSERT(ic);
117 KASSERT((ic->ic_flags & IEEE80211_F_SCAN) == 0, ("scanning"));
134 ieee80211_csa_completeswitch(ic);
156 struct ieee80211com *ic = vap->iv_ic; local
165 ic->ic_bsschan->ic_flags ^ IEEE80211_CHAN_TURBO);
215 struct ieee80211com *ic local
522 struct ieee80211com *ic = ni->ni_ic; local
1137 struct ieee80211com *ic = vap->iv_ic; local
1247 struct ieee80211com *ic = vap->iv_ic; local
1266 struct ieee80211com *ic = vap->iv_ic; local
1284 struct ieee80211com *ic = ni->ni_ic; local
[all...]
/freebsd-10-stable/sys/dev/iscsi/
H A Dicl.c114 icl_conn_fail(struct icl_conn *ic) argument
116 if (ic->ic_socket == NULL)
122 ic->ic_socket->so_error = EDOOFUS;
123 (ic->ic_error)(ic);
127 icl_conn_receive(struct icl_conn *ic, size_t len) argument
134 so = ic->ic_socket;
155 icl_pdu_new_empty(struct icl_conn *ic, int flags) argument
160 refcount_acquire(&ic->ic_outstanding_pdus);
166 refcount_release(&ic
179 struct icl_conn *ic; local
196 icl_pdu_new(struct icl_conn *ic, int flags) argument
428 struct icl_conn *ic; local
537 icl_conn_receive_pdu(struct icl_conn *ic, size_t *availablep) argument
685 icl_conn_receive_pdus(struct icl_conn *ic, size_t available) argument
742 struct icl_conn *ic; local
783 struct icl_conn *ic; local
799 struct icl_conn *ic; local
849 icl_conn_send_pdus(struct icl_conn *ic, struct icl_pdu_stailq *queue) argument
962 struct icl_conn *ic; local
1032 struct icl_conn *ic; local
1092 struct icl_conn *ic; local
1121 struct icl_conn *ic; local
1141 icl_conn_free(struct icl_conn *ic) argument
1151 icl_conn_start(struct icl_conn *ic) argument
1264 icl_conn_handoff(struct icl_conn *ic, int fd) argument
1310 icl_conn_close(struct icl_conn *ic) argument
1376 icl_conn_connected(struct icl_conn *ic) argument
1395 icl_conn_handoff_sock(struct icl_conn *ic, struct socket *so) argument
[all...]
/freebsd-10-stable/lib/libc/tests/iconv/
H A Diconvctl_test.c37 iconv_t ic; local
40 ic = iconv_open(dst, src);
41 ATF_REQUIRE(ic != (iconv_t)-1);
43 status = iconvctl(ic, ICONV_TRIVIALP, &actual);
48 status = iconv_close(ic);
/freebsd-10-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-10-stable/contrib/serf/
H A Dincoming.c98 serf_incoming_t *ic = apr_palloc(pool, sizeof(*ic)); local
100 ic->ctx = ctx;
101 ic->baton.type = SERF_IO_CLIENT;
102 ic->baton.u.client = ic;
103 ic->request_baton = request_baton;
104 ic->request = request;
105 ic->skt = insock;
106 ic
[all...]
/freebsd-10-stable/sys/pc98/include/
H A Dtimerreg.h44 #include <dev/ic/i8253reg.h>
/freebsd-10-stable/usr.bin/enigma/
H A Denigma.c40 int ic, i, k, temp; local
64 ic = (rnd&MASK)%(k+1);
67 t1[k] = t1[ic];
68 t1[ic] = temp;
70 ic = (rnd&MASK) % k;
71 while(t3[ic]!=0) ic = (ic+1) % k;
72 t3[k] = ic;
73 t3[ic]
140 int i, ic, k, temp; local
[all...]
/freebsd-10-stable/sys/dev/wtap/
H A Dif_wtap.c263 struct ieee80211com *ic = vap->iv_ic; local
264 struct wtap_softc *sc = ic->ic_ifp->if_softc;
316 wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], argument
321 struct wtap_softc *sc = ic->ic_ifp->if_softc;
336 error = ieee80211_vap_setup(ic, vap, name, unit, IEEE80211_M_MBSS,
356 "%s", (const char *)ic->ic_ifp->if_xname);
385 struct ieee80211com *ic = ifp->if_l2com; local
386 struct ifnet *icifp = ic->ic_ifp;
445 struct ieee80211com *ic = ifp->if_l2com; local
480 ieee80211_start_all(ic);
522 wtap_scan_start(struct ieee80211com *ic) argument
531 wtap_scan_end(struct ieee80211com *ic) argument
540 wtap_set_channel(struct ieee80211com *ic) argument
585 struct ieee80211com *ic = ifp->if_l2com; local
624 struct ieee80211com *ic = ifp->if_l2com; local
697 wtap_wme_update(struct ieee80211com *ic) argument
757 struct ieee80211com *ic = ni->ni_ic; local
768 struct ieee80211com *ic; local
889 struct ieee80211com *ic = ifp->if_l2com; local
[all...]

Completed in 308 milliseconds

123456789