/dflybsd-src/contrib/dhcpcd/compat/ |
H A D | bitops.h | 45 int _v; in ffs32() local 79 int _v; in ffs64() local 120 int _v; in fls32() local 154 int _v; in fls64() local
|
/dflybsd-src/sys/cpu/x86_64/include/ |
H A D | atomic.h | 559 atomic_fetchadd_int(volatile u_int *_p, u_int _v) in atomic_fetchadd_int() 569 atomic_fetchadd_int_xacquire(volatile u_int *_p, u_int _v) in atomic_fetchadd_int_xacquire() 579 atomic_fetchadd_int_xrelease(volatile u_int *_p, u_int _v) in atomic_fetchadd_int_xrelease() 589 atomic_fetchadd_long(volatile u_long *_p, u_long _v) in atomic_fetchadd_long() 599 atomic_fetchadd_long_xacquire(volatile u_long *_p, u_long _v) in atomic_fetchadd_long_xacquire() 609 atomic_fetchadd_long_xrelease(volatile u_long *_p, u_long _v) in atomic_fetchadd_long_xrelease()
|
/dflybsd-src/tools/tools/ath/common/ |
H A D | ah_osdep.h | 60 #define OS_MARK(_ah, _id, _v) argument
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ |
H A D | ah_osdep.h | 158 #define OS_MARK(_ah, _id, _v) argument
|
H A D | ah_internal.h | 469 #define ath_hal_enable_rfkill(_ah, _v) \ argument 579 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 580 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument 583 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 592 #define OS_REG_RMW_FIELD_ALT(_a, _r, _f, _v) \ argument 602 #define OS_A_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 605 #define OS_A_REG_WRITE(_a, _r, _v) \ argument
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_athvar.h | 1226 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument 1238 #define ath_hal_settkipmic(_ah, _v) \ argument 1244 #define ath_hal_settkipsplit(_ah, _v) \ argument 1254 #define ath_hal_setdiversity(_ah, _v) \ argument 1258 #define ath_hal_setantennaswitch(_ah, _v) \ argument 1262 #define ath_hal_setdiag(_ah, _v) \ argument 1278 #define ath_hal_settpscale(_ah, _v) \ argument 1284 #define ath_hal_settpc(_ah, _v) \ argument 1288 #define ath_hal_setmcastkeysearch(_ah, _v) \ argument 1330 #define ath_hal_setintmit(_ah, _v) \ argument [all …]
|
H A D | if_ath_tx.c | 2533 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_radiotap.c | 79 #define B(_v) (1<<(_v)) in ieee80211_radiotap_attachv() argument
|
H A D | ieee80211_ht.c | 56 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 57 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 2407 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0) in ieee80211_send_bar() argument
|
H A D | ieee80211_sta.c | 1102 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
|
H A D | ieee80211_output.c | 2008 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 2350 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0) argument
|
H A D | ieee80211_ioctl.c | 797 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_ioctl_get80211() argument
|
/dflybsd-src/sbin/ifconfig/ |
H A D | ifieee80211.c | 1500 #define _APPLY(_flags, _base, _param, _v) do { \ argument 1532 #define _APPLY1(_flags, _base, _param, _v) do { \ argument 1555 #define _APPLY_RATE(_flags, _base, _param, _v) do { \ argument 1561 #define _APPLY_RATE1(_flags, _base, _param, _v) do { \ argument 2580 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in printwmeparam() argument
|
/dflybsd-src/sys/dev/netif/bwn/bwn/ |
H A D | if_bwn_phy_lp.c | 2308 #define CALC_COEFF(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument 2317 #define CALC_COEFF2(_v, _x, _y, _z) do { \ in bwn_phy_lp_calc_rx_iq_comp() argument
|
H A D | if_bwn.c | 2069 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in bwn_wme_clear() argument 4487 #define SM(_v, _f) (((_v) << _f##_S) & _f) in bwn_wme_loadparams() argument
|
/dflybsd-src/sys/dev/netif/iwn/ |
H A D | if_iwn.c | 7355 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
|