| /src/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 \
|
| /src/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 …]
|
| /src/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()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | mac80211_if.c | 70 #define RATE(rate100m, _flags) { \ macro 205 RATE(10, 0), 206 RATE(20, IEEE80211_RATE_SHORT_PREAMBLE), 207 RATE(55, IEEE80211_RATE_SHORT_PREAMBLE), 208 RATE(110, IEEE80211_RATE_SHORT_PREAMBLE), 209 RATE(60, 0), 210 RATE(90, 0), 211 RATE(120, 0), 212 RATE(180, 0), 213 RATE(240, 0), [all …]
|
| /src/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()
|
| /src/contrib/ntp/sntp/tests/data/ |
| H A D | kod-expected-multiple | 3 000000000000abcd RATE example.com
|
| /src/contrib/ntp/include/ |
| H A D | gps.h | 42 #define RATE 0x0054 /* Pulse rate output select */ macro
|
| /src/share/examples/sound/ |
| H A D | sndstat_nv.c | 162 printf("\t\trate=%d\n", (int)NV(number, RATE)); in main()
|
| /src/tests/sys/sound/ |
| H A D | sndstat.c | 169 NV(number, RATE); in ATF_TC_BODY()
|
| /src/sys/dev/ath/ath_hal/ar5211/ |
| H A D | ar5211_xmit.c | 553 #undef RATE in ar5211SetupTxDesc()
|
| /src/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()
|
| /src/usr.sbin/sndctl/ |
| H A D | sndctl.c | 584 ch->rate = NV(number, RATE); in read_dev()
|
| /src/sbin/pfctl/ |
| H A D | parse.y | 609 %token LIMITER ID RATE SOURCE ENTRIES ABOVE BELOW MASK NOMATCH 2502 | RATE NUMBER '/' NUMBER { 2680 | RATE NUMBER '/' NUMBER { 7227 { "rate", RATE}, in lookup()
|
| /src/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
|
| 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. 155749 [Bug 1597] packet processing ignores RATE KoD packets. 155752 [Bug 1597] packet processing ignores RATE KoD packets. 155755 [Bug 1597] packet processing ignores RATE KoD packets, because of a bug in string comparision. 155758 [Bug 1597] packet processing ignores RATE KoD packets, because of a bug in string comparision. 155965 [BUG 1597] packet processing ignores RATE KoD packets because of a bug in string comparison. 155968 [BUG 1597] packet processing ignores RATE KoD packets because of a bug in string comparison. [all …]
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp.conf.def | 1481 is exceeded, the code is "RATE".
|
| H A D | invoke-ntp.conf.texi | 1414 is exceeded, the code is "RATE".
|