Searched refs:extc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_urtwn.c2945 struct ieee80211_channel *c, struct ieee80211_channel *extc,
2981 if (extc != NULL)
2989 if (extc == NULL)
3022 if (extc == NULL) {
3044 struct ieee80211_channel *c, struct ieee80211_channel *extc,
3079 if (extc == NULL)
3113 struct ieee80211_channel *extc)
3121 urtwn_r88e_get_txpower(sc, i, c, extc, power);
3123 urtwn_get_txpower(sc, i, c, extc, power);
3164 struct ieee80211_channel *extc)
2944 urtwn_get_txpower(struct urtwn_softc *sc, int chain, struct ieee80211_channel *c, struct ieee80211_channel *extc, uint16_t power[URTWN_RIDX_COUNT]) argument
3043 urtwn_r88e_get_txpower(struct urtwn_softc *sc, int chain, struct ieee80211_channel *c, struct ieee80211_channel *extc, uint16_t power[URTWN_RIDX_COUNT]) argument
3112 urtwn_set_txpower(struct urtwn_softc *sc, struct ieee80211_channel *c, struct ieee80211_channel *extc) argument
3163 urtwn_set_chan(struct urtwn_softc *sc, struct ieee80211_channel *c, struct ieee80211_channel *extc) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/include/
H A DMakefile.am776 pch3_source = ${glibcxx_srcdir}/include/precompiled/extc++.h
777 pch3_output_builddir = ${host_builddir}/extc++.h.gch
778 pch3_output_anchor = ${host_builddir}/extc++.h
779 pch3_output_installdir = ${host_installdir}/extc++.h.gch
1082 # Build a precompiled extension include, extc++.h.gch/O2.gch
/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwl.c4563 const struct ieee80211_channel *extc; local
4576 extc = findchannel(chans, *nchans, hc->freq+20,
4578 if (extc != NULL) {
4583 c->ic_extieee = extc->ic_ieee;
4587 addchan(c, extc->ic_freq, flags | IEEE80211_CHAN_HT40D,
4588 extc->ic_ieee, hc->maxTxPow);
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwn.c1992 struct ieee80211_channel *c, *cent, *extc; local
2025 extc = ieee80211_find_channel(ic, cent->ic_freq+20,
2027 if (extc == NULL) {
2040 c->ic_extieee = extc->ic_ieee;
2044 c[0] = extc[0];

Completed in 256 milliseconds