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

/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_urtwn.c2497 struct ieee80211_channel *c, struct ieee80211_channel *extc,
2533 if (extc != NULL)
2541 if (extc == NULL)
2574 if (extc == NULL) {
2596 struct ieee80211_channel *extc)
2603 urtwn_get_txpower(sc, i, c, extc, power);
2639 struct ieee80211_channel *extc)
2654 urtwn_set_txpower(sc, c, extc);
2661 if (extc != NULL) {
2663 int prichlo = c->ic_freq < extc
2496 urtwn_get_txpower(struct urtwn_softc *sc, int chain, struct ieee80211_channel *c, struct ieee80211_channel *extc, uint16_t power[URTWN_RIDX_COUNT]) argument
2595 urtwn_set_txpower(struct urtwn_softc *sc, struct ieee80211_channel *c, struct ieee80211_channel *extc) argument
2638 urtwn_set_chan(struct urtwn_softc *sc, struct ieee80211_channel *c, struct ieee80211_channel *extc) argument
[all...]
/freebsd-10.0-release/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.0-release/sys/dev/mwl/
H A Dif_mwl.c4559 const struct ieee80211_channel *extc; local
4572 extc = findchannel(chans, *nchans, hc->freq+20,
4574 if (extc != NULL) {
4579 c->ic_extieee = extc->ic_ieee;
4583 addchan(c, extc->ic_freq, flags | IEEE80211_CHAN_HT40D,
4584 extc->ic_ieee, hc->maxTxPow);
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwn.c2000 struct ieee80211_channel *c, *cent, *extc; local
2033 extc = ieee80211_find_channel(ic, cent->ic_freq+20,
2035 if (extc == NULL) {
2048 c->ic_extieee = extc->ic_ieee;
2052 c[0] = extc[0];

Completed in 257 milliseconds