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

12345678910

/freebsd-11.0-release/sys/net80211/
H A Dieee80211_scan_sw.h30 extern void ieee80211_swscan_attach(struct ieee80211com *ic);
H A Dieee80211_dfs.c98 ieee80211_dfs_attach(struct ieee80211com *ic) argument
100 struct ieee80211_dfs_state *dfs = &ic->ic_dfs;
102 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0);
103 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
105 ic->ic_set_quiet = null_set_quiet;
109 ieee80211_dfs_detach(struct ieee80211com *ic) argument
112 ieee80211_dfs_reset(ic);
116 ieee80211_dfs_reset(struct ieee80211com *ic) argument
118 struct ieee80211_dfs_state *dfs = &ic->ic_dfs;
124 for (i = 0; i < ic
133 struct ieee80211com *ic = vap->iv_ic; local
188 struct ieee80211com *ic = vap->iv_ic; local
206 struct ieee80211com *ic = vap->iv_ic; local
222 ieee80211_dfs_cac_clear(struct ieee80211com *ic, const struct ieee80211_channel *chan) argument
237 struct ieee80211com *ic = arg; local
275 announce_radar(struct ieee80211com *ic, const struct ieee80211_channel *curchan, const struct ieee80211_channel *newchan) argument
297 ieee80211_dfs_notify_radar(struct ieee80211com *ic, struct ieee80211_channel *chan) argument
401 ieee80211_dfs_pickchannel(struct ieee80211com *ic) argument
[all...]
H A Dieee80211.c90 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag);
91 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag);
92 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag);
93 static int ieee80211_media_setup(struct ieee80211com *ic,
125 ieee80211_chan_init(struct ieee80211com *ic) argument
128 if (ic->ic_sup_rates[m].rs_nrates == 0) \
129 ic->ic_sup_rates[m] = def; \
134 KASSERT(0 < ic->ic_nchans && ic->ic_nchans <= IEEE80211_CHAN_MAX,
135 ("invalid number of channels specified: %u", ic
228 null_update_mcast(struct ieee80211com *ic) argument
235 null_update_promisc(struct ieee80211com *ic) argument
242 null_update_chw(struct ieee80211com *ic) argument
249 ic_printf(struct ieee80211com *ic, const char * fmt, ...) argument
268 struct ieee80211com *ic; local
299 ieee80211_ifattach(struct ieee80211com *ic) argument
355 ieee80211_ifdetach(struct ieee80211com *ic) argument
398 struct ieee80211com *ic; local
412 struct ieee80211com *ic; local
442 struct ieee80211com *ic = vap->iv_ic; local
466 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
591 struct ieee80211com *ic = vap->iv_ic; local
647 struct ieee80211com *ic = vap->iv_ic; local
716 struct ieee80211com *ic = vap->iv_ic; local
738 struct ieee80211com *ic = vap->iv_ic; local
759 ieee80211_syncflag_locked(struct ieee80211com *ic, int flag) argument
781 struct ieee80211com *ic = vap->iv_ic; local
799 ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag) argument
821 struct ieee80211com *ic = vap->iv_ic; local
839 ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag) argument
861 struct ieee80211com *ic = vap->iv_ic; local
942 ieee80211_chan2ieee(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
1245 ieee80211_find_channel(struct ieee80211com *ic, int freq, int flags) argument
1264 ieee80211_find_channel_byieee(struct ieee80211com *ic, int ieee, int flags) argument
1306 struct ieee80211com *ic = vap->iv_ic; local
1398 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
1489 ieee80211_get_suprates(struct ieee80211com *ic, const struct ieee80211_channel *c) argument
1496 ieee80211_announce(struct ieee80211com *ic) argument
1522 ieee80211_announce_channels(struct ieee80211com *ic) argument
1695 struct ieee80211com *ic = vap->iv_ic; local
1739 ieee80211_setmode(struct ieee80211com *ic, enum ieee80211_phymode mode) argument
1814 ieee80211_rate2media(struct ieee80211com *ic, int rate, enum ieee80211_phymode mode) argument
2032 ieee80211_mac_hash(const struct ieee80211com *ic, const uint8_t addr[IEEE80211_ADDR_LEN]) argument
[all...]
H A Dieee80211_proto.c259 ieee80211_proto_attach(struct ieee80211com *ic) argument
264 hdrlen = ic->ic_headroom
275 ic->ic_protmode = IEEE80211_PROT_CTSONLY;
277 TASK_INIT(&ic->ic_parent_task, 0, parent_updown, ic);
278 TASK_INIT(&ic->ic_mcast_task, 0, update_mcast, ic);
279 TASK_INIT(&ic->ic_promisc_task, 0, update_promisc, ic);
280 TASK_INIT(&ic
304 ieee80211_proto_detach(struct ieee80211com *ic) argument
324 struct ieee80211com *ic = vap->iv_ic; local
542 ieee80211_dump_pkt(struct ieee80211com *ic, const uint8_t *buf, int len, int rate, int rssi) argument
631 struct ieee80211com *ic = ni->ni_ic; local
750 ieee80211_reset_erp(struct ieee80211com *ic) argument
783 ieee80211_set_shortslottime(struct ieee80211com *ic, int onoff) argument
1022 struct ieee80211com *ic = vap->iv_ic; local
1100 struct ieee80211com *ic = vap->iv_ic; local
1127 struct ieee80211com *ic = vap->iv_ic; local
1285 struct ieee80211com *ic = vap->iv_ic; local
1297 struct ieee80211com *ic = arg; local
1305 struct ieee80211com *ic = arg; local
1313 struct ieee80211com *ic = arg; local
1321 struct ieee80211com *ic = arg; local
1330 struct ieee80211com *ic = arg; local
1341 struct ieee80211com *ic = arg; local
1352 struct ieee80211com *ic = arg; local
1364 ieee80211_waitfor_parent(struct ieee80211com *ic) argument
1391 struct ieee80211com *ic = vap->iv_ic; local
1407 struct ieee80211com *ic = vap->iv_ic; local
1421 struct ieee80211com *ic = vap->iv_ic; local
1518 ieee80211_start_all(struct ieee80211com *ic) argument
1541 struct ieee80211com *ic = vap->iv_ic; local
1564 struct ieee80211com *ic = vap->iv_ic; local
1575 ieee80211_stop_all(struct ieee80211com *ic) argument
1595 ieee80211_suspend_all(struct ieee80211com *ic) argument
1616 ieee80211_resume_all(struct ieee80211com *ic) argument
1636 ieee80211_restart_all(struct ieee80211com *ic) argument
1646 ieee80211_beacon_miss(struct ieee80211com *ic) argument
1659 struct ieee80211com *ic = arg; local
1681 struct ieee80211com *ic = vap->iv_ic; local
1700 struct ieee80211com *ic = vap->iv_ic; local
1741 ieee80211_csa_startswitch(struct ieee80211com *ic, struct ieee80211_channel *c, int mode, int count) argument
1770 csa_completeswitch(struct ieee80211com *ic) argument
1794 ieee80211_csa_completeswitch(struct ieee80211com *ic) argument
1816 ieee80211_csa_cancelswitch(struct ieee80211com *ic) argument
1830 struct ieee80211com *ic = vap0->iv_ic; local
1857 struct ieee80211com *ic = vap0->iv_ic; local
1888 struct ieee80211com *ic = vap0->iv_ic; local
1920 struct ieee80211com *ic = vap->iv_ic; local
2048 struct ieee80211com *ic = vap->iv_ic; local
2208 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_scan_sw.c95 ieee80211_swscan_detach(struct ieee80211com *ic) argument
97 struct ieee80211_scan_state *ss = ic->ic_scan;
101 ieee80211_draintask(ic, &SCAN_PRIVATE(ss)->ss_scan_start);
102 taskqueue_drain_timeout(ic->ic_tq,
104 KASSERT((ic->ic_flags & IEEE80211_F_SCAN) == 0,
118 ic->ic_scan = NULL;
136 struct ieee80211com *ic = vap->iv_ic; local
137 struct ieee80211_scan_state *ss = ic->ic_scan;
139 IEEE80211_LOCK_ASSERT(ic);
142 (ic
149 struct ieee80211com *ic = vap->iv_ic; local
168 struct ieee80211com *ic = vap->iv_ic; local
245 struct ieee80211com *ic = vap->iv_ic; local
272 struct ieee80211com *ic = vap->iv_ic; local
328 struct ieee80211com *ic = vap->iv_ic; local
416 struct ieee80211com *ic = vap->iv_ic; local
485 struct ieee80211com *ic = vap->iv_ic; local
503 struct ieee80211com *ic = vap->iv_ic; local
534 struct ieee80211com *ic = ss->ss_ic; local
551 struct ieee80211com *ic = ss->ss_ic; local
565 struct ieee80211com *ic = ss->ss_ic; local
597 struct ieee80211com *ic = ss->ss_ic; local
645 struct ieee80211com *ic = ss->ss_ic; local
740 struct ieee80211com *ic = ss->ss_ic; local
844 struct ieee80211com *ic = ss->ss_ic; local
890 struct ieee80211com *ic = vap->iv_ic; local
952 ieee80211_swscan_attach(struct ieee80211com *ic) argument
[all...]
H A Dieee80211_regdomain.c49 null_getradiocaps(struct ieee80211com *ic, int maxchan, argument
53 if (maxchan > ic->ic_nchans)
54 maxchan = ic->ic_nchans;
55 memcpy(c, ic->ic_channels, maxchan*sizeof(struct ieee80211_channel));
60 null_setregdomain(struct ieee80211com *ic, argument
68 ieee80211_regdomain_attach(struct ieee80211com *ic) argument
70 if (ic->ic_regdomain.regdomain == 0 &&
71 ic->ic_regdomain.country == CTRY_DEFAULT) {
72 ic->ic_regdomain.location = ' '; /* both */
75 ic
80 ieee80211_regdomain_detach(struct ieee80211com *ic) argument
114 ieee80211_init_channels(struct ieee80211com *ic, const struct ieee80211_regdomain *rd, const uint8_t bands[]) argument
212 ieee80211_alloc_countryie(struct ieee80211com *ic) argument
322 allvapsdown(struct ieee80211com *ic) argument
337 struct ieee80211com *ic = vap->iv_ic; local
[all...]
H A Dieee80211_radiotap.c54 ieee80211_radiotap_attach(struct ieee80211com *ic, argument
58 ieee80211_radiotap_attachv(ic, th, tlen, 0, tx_radiotap,
63 ieee80211_radiotap_attachv(struct ieee80211com *ic, argument
74 ic->ic_th = th;
82 ic_printf(ic, "%s: no tx channel, radiotap 0x%x\n", __func__,
86 ic->ic_txchan = ((uint8_t *) th) + off;
90 ic->ic_rh = rh;
98 ic_printf(ic, "%s: no rx channel, radiotap 0x%x\n", __func__,
102 ic->ic_rxchan = ((uint8_t *) rh) + off;
107 ieee80211_radiotap_detach(struct ieee80211com *ic) argument
114 struct ieee80211com *ic = vap->iv_ic; local
163 ieee80211_radiotap_chan_change(struct ieee80211com *ic) argument
191 struct ieee80211com *ic = vap0->iv_ic; local
209 struct ieee80211com *ic = vap0->iv_ic; local
231 struct ieee80211com *ic = vap0->iv_ic; local
255 ieee80211_radiotap_rx_all(struct ieee80211com *ic, struct mbuf *m) argument
[all...]
H A Dieee80211_ddb.c134 const struct ieee80211com *ic; local
160 ic = (const struct ieee80211com *) addr;
161 _db_show_com(ic, showvaps, showsta, showmesh, showprocs);
233 db_printf("\tvap %p wdsvap %p ic %p table %p\n",
326 const struct ieee80211com *ic = vap->iv_ic; local
397 if (isset(ic->ic_modecaps, i)) {
438 if (isset(ic->ic_modecaps, i)) {
497 _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, argument
502 db_printf("%p:", ic);
503 TAILQ_FOREACH(vap, &ic
670 _db_show_all_vaps(void *arg, struct ieee80211com *ic) argument
[all...]
H A Dieee80211_superg.h111 ieee80211_ff_age_all(struct ieee80211com *ic, int quanta) argument
113 struct ieee80211_superg *sg = ic->ic_superg;
116 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VO], quanta);
117 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_VI], quanta);
118 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BE], quanta);
119 ieee80211_ff_age(ic, &sg->ff_stageq[WME_AC_BK], quanta);
124 ieee80211_ff_flush(struct ieee80211com *ic, int ac) argument
126 struct ieee80211_superg *sg = ic->ic_superg;
129 ieee80211_ff_age(ic, &sg->ff_stageq[ac], 0x7fffffff);
133 ieee80211_ff_flush_all(struct ieee80211com *ic) argument
[all...]
H A Dieee80211_node.c92 static void ieee80211_node_table_init(struct ieee80211com *ic,
104 ieee80211_node_attach(struct ieee80211com *ic) argument
107 ieee80211_ageq_init(&ic->ic_stageq, ic->ic_max_keyix * 8,
109 ieee80211_node_table_init(ic, &ic->ic_sta, "station",
110 IEEE80211_INACT_INIT, ic->ic_max_keyix);
111 callout_init(&ic->ic_inact, 1);
112 callout_reset(&ic->ic_inact, IEEE80211_INACT_WAIT*hz,
113 ieee80211_node_timeout, ic);
132 ieee80211_node_detach(struct ieee80211com *ic) argument
189 struct ieee80211com *ic = vap->iv_ic; local
276 struct ieee80211com *ic = ni->ni_ic; local
323 struct ieee80211com *ic = vap->iv_ic; local
423 struct ieee80211com *ic = vap->iv_ic; local
462 struct ieee80211com *ic = ni->ni_ic; local
502 struct ieee80211com *ic = ni->ni_ic; local
598 struct ieee80211com *ic = ni->ni_ic; local
619 gethtadjustflags(struct ieee80211com *ic) argument
651 ieee80211_sync_curchan(struct ieee80211com *ic) argument
672 ieee80211_setupcurchan(struct ieee80211com *ic, struct ieee80211_channel *c) argument
695 ieee80211_setcurchan(struct ieee80211com *ic, struct ieee80211_channel *c) argument
702 ieee80211_update_chw(struct ieee80211com *ic) argument
717 struct ieee80211com *ic = selbs->ni_ic; local
785 struct ieee80211com *ic = vap->iv_ic; local
880 struct ieee80211com *ic = ni->ni_ic; local
1009 struct ieee80211com *ic = ni->ni_ic; local
1088 struct ieee80211com *ic = ni->ni_ic; local
1165 struct ieee80211com *ic = nt->nt_ic; local
1222 struct ieee80211com *ic = vap->iv_ic; local
1259 struct ieee80211com *ic = vap->iv_ic; local
1286 struct ieee80211com *ic = vap->iv_ic; local
1454 struct ieee80211com *ic = vap->iv_ic; local
1571 struct ieee80211com *ic = vap->iv_ic; local
1609 ieee80211_find_rxnode_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, const char *func, int line) argument
1637 ieee80211_find_rxnode_withkey_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, const char *func, int line) argument
1828 struct ieee80211com *ic = ni->ni_ic; local
1916 ieee80211_node_table_init(struct ieee80211com *ic, struct ieee80211_node_table *nt, const char *name, int inact, int keyixmax) argument
1999 struct ieee80211com *ic = ni->ni_ic; local
2119 ieee80211_timeout_stations(struct ieee80211com *ic) argument
2131 ieee80211_drain(struct ieee80211com *ic) argument
2182 struct ieee80211com *ic = arg; local
2359 ieee80211_notify_erp_locked(struct ieee80211com *ic) argument
2371 ieee80211_notify_erp(struct ieee80211com *ic) argument
2384 struct ieee80211com *ic = ni->ni_ic; local
2449 struct ieee80211com *ic = ni->ni_ic; local
2521 disable_protection(struct ieee80211com *ic) argument
2543 struct ieee80211com *ic = ni->ni_ic; local
2605 ieee80211_erp_timeout(struct ieee80211com *ic) argument
2629 struct ieee80211com *ic = ni->ni_ic; local
2757 struct ieee80211com *ic = vap->iv_ic; local
[all...]
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_ioctl.h34 extern int ath_ioctl(struct ieee80211com *ic, u_long cmd, void *data);
/freebsd-11.0-release/sys/dev/iscsi/
H A Dicl_soft.c132 icl_conn_fail(struct icl_conn *ic) argument
134 if (ic->ic_socket == NULL)
140 ic->ic_socket->so_error = EDOOFUS;
141 (ic->ic_error)(ic);
145 icl_conn_receive(struct icl_conn *ic, size_t len) argument
152 so = ic->ic_socket;
173 icl_pdu_new_empty(struct icl_conn *ic, int flags) argument
178 refcount_acquire(&ic->ic_outstanding_pdus);
184 refcount_release(&ic
197 struct icl_conn *ic; local
211 icl_soft_conn_pdu_free(struct icl_conn *ic, struct icl_pdu *ip) argument
221 icl_soft_conn_new_pdu(struct icl_conn *ic, int flags) argument
265 icl_soft_conn_pdu_data_segment_length(struct icl_conn *ic, const struct icl_pdu *request) argument
461 struct icl_conn *ic; local
570 icl_conn_receive_pdu(struct icl_conn *ic, size_t *availablep) argument
718 icl_conn_receive_pdus(struct icl_conn *ic, size_t available) argument
775 struct icl_conn *ic; local
816 struct icl_conn *ic; local
832 struct icl_conn *ic; local
882 icl_conn_send_pdus(struct icl_conn *ic, struct icl_pdu_stailq *queue) argument
995 struct icl_conn *ic; local
1065 struct icl_conn *ic; local
1116 icl_soft_conn_pdu_append_data(struct icl_conn *ic, struct icl_pdu *request, const void *addr, size_t len, int flags) argument
1131 icl_soft_conn_pdu_get_data(struct icl_conn *ic, struct icl_pdu *ip, size_t off, void *addr, size_t len) argument
1141 struct icl_conn *ic; local
1168 icl_soft_conn_pdu_queue(struct icl_conn *ic, struct icl_pdu *ip) argument
1177 struct icl_conn *ic; local
1199 icl_soft_conn_free(struct icl_conn *ic) argument
1209 icl_conn_start(struct icl_conn *ic) argument
1322 icl_soft_conn_handoff(struct icl_conn *ic, int fd) argument
1385 icl_soft_conn_close(struct icl_conn *ic) argument
1451 icl_soft_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, struct ccb_scsiio *csio, uint32_t *task_tagp, void **prvp) argument
1459 icl_soft_conn_task_done(struct icl_conn *ic, void *prv) argument
1464 icl_soft_conn_transfer_setup(struct icl_conn *ic, union ctl_io *io, uint32_t *transfer_tag, void **prvp) argument
1472 icl_soft_conn_transfer_done(struct icl_conn *ic, void *prv) argument
1487 icl_soft_conn_connect(struct icl_conn *ic, int domain, int socktype, int protocol, struct sockaddr *from_sa, struct sockaddr *to_sa) argument
1496 icl_soft_handoff_sock(struct icl_conn *ic, struct socket *so) argument
[all...]
H A Dicl_wrappers.h46 icl_pdu_new(struct icl_conn *ic, int flags) argument
49 return (ICL_CONN_NEW_PDU(ic, flags));
88 icl_conn_free(struct icl_conn *ic) argument
91 ICL_CONN_FREE(ic);
95 icl_conn_handoff(struct icl_conn *ic, int fd) argument
98 return (ICL_CONN_HANDOFF(ic, fd));
102 icl_conn_close(struct icl_conn *ic) argument
105 ICL_CONN_CLOSE(ic);
109 icl_conn_task_setup(struct icl_conn *ic, struct icl_pdu *ip, argument
113 return (ICL_CONN_TASK_SETUP(ic, i
117 icl_conn_task_done(struct icl_conn *ic, void *prv) argument
124 icl_conn_transfer_setup(struct icl_conn *ic, union ctl_io *io, uint32_t *transfer_tagp, void **prvp) argument
132 icl_conn_transfer_done(struct icl_conn *ic, void *prv) argument
142 icl_conn_connect(struct icl_conn *ic, int domain, int socktype, int protocol, struct sockaddr *from_sa, struct sockaddr *to_sa) argument
[all...]
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/dev/wtap/
H A Dif_wtap.c263 struct ieee80211com *ic = vap->iv_ic; local
264 struct wtap_softc *sc = ic->ic_softc;
316 wtap_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], argument
321 struct wtap_softc *sc = ic->ic_softc;
334 error = ieee80211_vap_setup(ic, vap, name, unit, IEEE80211_M_MBSS,
377 wtap_parent(struct ieee80211com *ic) argument
379 struct wtap_softc *sc = ic->ic_softc;
381 if (ic->ic_nrunning > 0) {
383 ieee80211_start_all(ic);
389 wtap_scan_start(struct ieee80211com *ic) argument
398 wtap_scan_end(struct ieee80211com *ic) argument
407 wtap_set_channel(struct ieee80211com *ic) argument
451 struct ieee80211com *ic = &sc->sc_ic; local
487 struct ieee80211com *ic = &sc->sc_ic; local
552 wtap_wme_update(struct ieee80211com *ic) argument
560 wtap_update_mcast(struct ieee80211com *ic) argument
567 wtap_update_promisc(struct ieee80211com *ic) argument
574 wtap_transmit(struct ieee80211com *ic, struct mbuf *m) argument
610 struct ieee80211com *ic = ni->ni_ic; local
620 struct ieee80211com *ic = &sc->sc_ic; local
706 struct ieee80211com *ic = &sc->sc_ic; local
[all...]
/freebsd-11.0-release/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-11.0-release/sys/pc98/include/
H A Dtimerreg.h44 #include <dev/ic/i8253reg.h>
/freebsd-11.0-release/contrib/mdocml/
H A Dtbl_html.c56 int ic; local
68 for (ic = 0; ic < sp->opts->cols; ic++) {
70 col = h->tbl.cols + ic;
95 int ic; local
117 for (ic = 0; ic < sp->opts->cols; ic++) {
121 if (dp == NULL || dp->layout->col > ic)
[all...]

Completed in 213 milliseconds

12345678910