/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pattern_detector.c | 38 #define PPB_THRESH_RATE(PPB, RATE) ((PPB * RATE + 100 - RATE) / 100) argument 103 #define JP_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, RATE, CHIRP) \ argument 108 PPB_THRESH_RATE(PPB, RATE), PRI_TOLERANCE, CHIRP \
|
/freebsd/sys/dev/ath/ath_rate/sample/ |
H A D | sample.c | 524 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_get_static_rix() macro 538 if (RATE(srate) == tp->ucastrate) in ath_rate_get_static_rix() 542 #undef RATE in ath_rate_get_static_rix() 577 #define RATE(ix) (DOT11RATE(ix) / 2) in ath_rate_pick_seed_rate_legacy() macro 602 #undef RATE in ath_rate_pick_seed_rate_legacy() 618 #define RATE(ix) (DOT11RATE(ix) / 2) in ath_rate_pick_seed_rate_ht() macro 654 #undef RATE in ath_rate_pick_seed_rate_ht() 667 #define RATE(ix) (DOT11RATE(ix) / 2) in ath_rate_findrate() macro 895 #undef RATE in ath_rate_findrate() 1302 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_ctl_reset() macro [all …]
|
/freebsd/sys/dev/ath/ath_rate/onoe/ |
H A D | onoe.c | 288 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_ctl_start() macro 306 for (; srate >= 0 && RATE(srate) > 72; srate--) in ath_rate_ctl_start() 319 for (; srate >= 0 && RATE(srate) != tp->ucastrate; srate--) in ath_rate_ctl_start() 329 #undef RATE in ath_rate_ctl_start()
|
/freebsd/sys/dev/ath/ath_rate/amrr/ |
H A D | amrr.c | 314 #define RATE(_ix) (ni->ni_rates.rs_rates[(_ix)] & IEEE80211_RATE_VAL) in ath_rate_ctl_start() macro 332 for (; srate >= 0 && RATE(srate) > 72; srate--) in ath_rate_ctl_start() 345 for (; srate >= 0 && RATE(srate) != tp->ucastrate; srate--) in ath_rate_ctl_start() 355 #undef RATE in ath_rate_ctl_start()
|
/freebsd/contrib/ntp/sntp/tests/data/ |
H A D | kod-expected-multiple | 3 000000000000abcd RATE example.com
|
/freebsd/contrib/ntp/include/ |
H A D | gps.h | 42 #define RATE 0x0054 /* Pulse rate output select */ macro
|
/freebsd/tests/sys/sound/ |
H A D | sndstat.c | 177 NV(number, RATE); in ATF_TC_BODY()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 553 #undef RATE in ar5211SetupTxDesc()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | saquery.c | 1097 CHECK_AND_SET_VAL_AND_SEL(p->rate, pr.rate, PR, RATE, SELEC); in query_path_records() 1229 CHECK_AND_SET_VAL_AND_SEL(p->rate, mr.rate, MCR, RATE, _SEL); in query_mcmember_records()
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 4196 AC_MSG_CHECKING([if we want a debug assert on an OOB KoD RATE value]) 4201 [+ Disable debug assertion on OOB KoD RATE value] 4210 [Disable debug assertion on OOB KoD RATE value?])
|
H A D | config.h.in | 297 /* Disable debug assertion on OOB KoD RATE value? */
|
H A D | ChangeLog | 141 * [Sec 3767] An OOB KoD RATE value triggers an assertion when debug is enabled. 3061 * [Bug 1597] from 4.2.6p3-beta1: packet processing ignores RATE KoD packets, 3601 * [Bug 1597] packet processing ignores RATE KoD packets, because of
|
H A D | NEWS | 183 * [Sec 3767] An OOB KoD RATE value triggers an assertion when debug is enabled. 3677 * Pay proper attention to RATE KoD packets. 3949 * [Sec 3767] An OOB KoD RATE value triggers an assertion when debug is enabled. 7443 * Pay proper attention to RATE KoD packets.
|
H A D | configure | 1869 --enable-bug3767-fix + Disable debug assertion on OOB KoD RATE value 33709 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we want a debug assert on an OOB KoD RATE value" >&5 33710 printf %s "checking if we want a debug assert on an OOB KoD RATE value... " >&6; }
|
H A D | CommitLog | 4115 Bug 3767: An OOB KoD RATE value triggers an assertion when debug is enabled. 4118 Bug 3767: An OOB KoD RATE value triggers an assertion when debug is enabled. 4121 Bug 3767: An OOB KoD RATE value triggers an assertion when debug is enabled. 4124 Bug 3767: An OOB KoD RATE value triggers an assertion when debug is enabled. [all...] |
/freebsd/contrib/ntp/ntpd/ |
H A D | invoke-ntp.conf.texi | 1414 is exceeded, the code is "RATE".
|
H A D | ntp.conf.def | 1481 is exceeded, the code is "RATE".
|