Searched refs:ic (Results 151 - 175 of 239) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/scc/
H A Dscc_dev_sab82532.c41 #include <dev/ic/sab82532.h>
H A Dscc_dev_z8530.c41 #include <dev/ic/z8530.h>
/freebsd-11-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c709 struct ieee80211com ic; local
714 memset(&ic, 0, sizeof(ic));
718 ieee80211_crypto_attach(&ic);
722 vap.iv_ic = &ic;
738 ieee80211_crypto_detach(&ic);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha_locl.h86 # define Xupdate(a,ix,ia,ib,ic,id) (ix=(a)=(ia^ib^ic^id))
99 # define Xupdate(a,ix,ia,ib,ic,id) do { (a)=(ia^ib^ic^id); \
103 # define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c717 const struct icmpcodeent *ic, *ic6; local
719 ic = geticmpcodebynumber(r->return_icmp >> 8,
727 if (ic == NULL)
730 printf("(%s)", ic->name);
741 if (ic == NULL)
744 printf("(%s, ", ic->name);
841 const struct icmpcodeent *ic; local
843 ic = geticmpcodebynumber(r->type-1, r->code-1, r->af);
844 if (ic != NULL)
845 printf(" code %s", ic
[all...]
/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.c790 iscsi_error_callback(struct icl_conn *ic) argument
794 is = CONN_SESSION(ic);
1379 struct icl_conn *ic; local
1396 ic = is->is_conn;
1426 is->is_max_data_segment_length = min(ic->ic_max_data_segment_length,
1432 ic->ic_header_crc32c = true;
1434 ic->ic_header_crc32c = false;
1436 ic->ic_data_crc32c = true;
1438 ic->ic_data_crc32c = false;
1439 ic
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.c700 HAL_CHANNEL_INTERNAL *ic; local
732 ic = &AH_PRIVATE(ah)->ah_channels[next];
738 OS_MEMZERO(ic, sizeof(*ic));
739 ic->channel = freq;
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c318 int32_t val = GSMERR_ERROR, ic = 0, ac = 0, deleg = 0; local
337 val = init_sec_context(ipeer, &ic, &hCred, flags|first_call,
382 if (ic)
383 toast_resource(ipeer, ic);
387 *iContext = ic;
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c491 struct ieee80211com *ic = &sc->sc_ic; local
515 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
858 struct ieee80211com *ic = &sc->sc_ic; local
889 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot))
1304 struct ieee80211com *ic = &sc->sc_ic; local
1311 ieee80211_iterate_nodes(&ic->ic_sta, sample_stats, sc);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_btcoex_mci.c327 struct ieee80211com *ic = &sc->sc_ic; local
328 struct ieee80211_channel *chan = ic->ic_curchan;
H A Dif_ath_tx.c1038 struct ieee80211com *ic = &sc->sc_ic; local
1050 if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
1055 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) {
1057 } else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) {
1078 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
1530 struct ieee80211com *ic = &sc->sc_ic; local
1531 const struct chanAccParams *cap = &ic->ic_wme.wme_chanParams;
1598 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) &&
1781 ieee80211_dump_pkt(ic, mtod(m0, const uint8_t *), m0->m_len,
2064 struct ieee80211com *ic local
2324 struct ieee80211com *ic = ni->ni_ic; local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_hwmp.c581 struct ieee80211com *ic; local
609 ic = ni->ni_ic;
612 ic->ic_headroom + sizeof(struct ieee80211_frame),
649 IEEE80211_TX_LOCK(ic);
667 IEEE80211_TX_UNLOCK(ic);
1271 struct ieee80211com *ic = vap->iv_ic; local
1445 m = ieee80211_ageq_remove(&ic->ic_stageq,
1447 ieee80211_mac_hash(ic, addr)); /* either dest or ext_dest */
2008 struct ieee80211com *ic = vap->iv_ic; local
2017 ieee80211_mac_hash(ic, des
[all...]
H A Dieee80211_crypto_ccmp.c166 struct ieee80211com *ic = ctx->cc_ic; local
170 hdrlen = ieee80211_hdrspace(ic, mtod(m, void *));
H A Dieee80211_crypto_wep.c182 struct ieee80211com *ic = ctx->wc_ic; local
186 hdrlen = ieee80211_hdrspace(ic, mtod(m, void *));
/freebsd-11-stable/contrib/groff/src/utils/addftinfo/
H A Dguess.cpp28 metric->ic = 0;
/freebsd-11-stable/sys/arm/mv/
H A Dic.c142 "ic",
149 DRIVER_MODULE(ic, simplebus, mv_ic_driver, mv_ic_devclass, 0, 0);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_uart.c55 #include <dev/ic/ns16550.h>
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.h155 #include <dev/ic/isp_target.h>
H A Dispvar.h38 #include <dev/ic/isp_stds.h>
39 #include <dev/ic/ispmbox.h>
/freebsd-11-stable/usr.sbin/fdread/
H A Dfdread.c45 #include <dev/ic/nec765.h>
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h656 struct ipfw_ifc *ic);
657 void ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
658 void ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
659 void ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic);
H A Dip_fw_table_algo.c1917 struct ipfw_ifc ic; member in struct:ifentry
2141 ipfw_iface_del_notify(ch, &ife->ic);
2142 ipfw_iface_unref(ch, &ife->ic);
2208 ife->ic.cb = if_notifier;
2209 ife->ic.cbdata = ife;
2211 if (ipfw_iface_ref(ch, ifname, &ife->ic) != 0) {
2217 ife->no.name = ife->ic.iface->ifname;
2255 iif = tmp->ic.iface;
2275 ipfw_iface_add_notify(icfg->ch, &ife->ic);
2332 ifindex = ife->ic
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_validate.c864 int ic; local
867 for (ic = 1;; ic++) {
874 return ic;
875 if (ic > 1 || n->next->next != NULL) {
891 int ic; local
901 ic = build_list(mdoc, MDOC_Nm);
909 ic = 1;
913 ic = 0;
917 ic >
962 int ic; local
[all...]
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c1245 double un, d1, ic, res; local
1252 ic = icache->vals[pos] * 1.0;
1256 ic = icache->sum * 1.0;
1259 res = (ic-d1)/un;
1273 double un, con, ic, res; local
1279 ic = icache->vals[pos] * 1.0;
1282 ic = icache->sum * 1.0;
1285 res = (con * ic)/un;
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h384 #define USB_IFACE_CLASS(ic) \
385 .match_flag_int_class = 1, .bInterfaceClass = (ic)

Completed in 374 milliseconds

12345678910