/freebsd/contrib/bmake/mk/ |
H A D | mkopt.sh | 48 _v=${_mov:-${_wov:+no}} 49 _v=${_v:-${_wiv:+yes}} 50 _v=${_v:-$_d} 52 case "$_v" in 54 0|[NnFf]*) _v=no;; # they mean no 55 1|[YyTt]*) _v=yes;; # they mean yes 56 *) _v=$_d;; # ignore bogus value 58 eval "$_mo=$_v" [all...] |
H A D | dirdeps-options.mk | 73 .undef _v$o 79 _v$o ?= ${MK_$o.$x} 82 _v$o ?= ${MK_$o} 84 .info ${DEP_RELDIR:U${RELDIR}}.${DEP_TARGET_SPEC:U${TARGET_SPEC}}: o=$o ${_o$o:UMK_$o}=${_v$o:U} DIRDEPS += ${DIRDEPS.$o.${_v$o:U}:U} 86 DIRDEPS += ${DIRDEPS.$o.${_v$o:U}:U} 97 .undef _v$o
|
H A D | compiler.mk | 27 _v != (${CC} --version) 2> /dev/null | \ 30 .if ${_v:Mclang} != "" 32 .elif ${_v:M[Gg][Cc][Cc]} != "" || ${_v:MFoundation*} != "" || ${CC:Ucc:T:M*gcc*} != "" 37 COMPILER_VERSION != echo "${_v:M[1-9][0-9]*.[0-9]*}:[1]" | \ 40 .undef _v
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3934 int _v = 0; in _wrap_new_string() local 3936 _v = SWIG_lua_isnilstring(L,argv[0]); in _wrap_new_string() 3938 if (_v) { in _wrap_new_string() 4258 int _v = 0; in _wrap_new_SBAddress() local 4262 _v = 0; in _wrap_new_SBAddress() 4264 _v = 1; in _wrap_new_SBAddress() 4267 if (_v) { in _wrap_new_SBAddress() 4272 int _v = 0; in _wrap_new_SBAddress() local 4276 _v = 0; in _wrap_new_SBAddress() 4278 _v = 1; in _wrap_new_SBAddress() [all …]
|
/freebsd/share/mk/ |
H A D | bsd.linker.mk | 72 _v= ${_ld_version:M[1-9]*.[0-9]*:[1]} 77 _v= ${_ld_version:[2]} 86 _v= ${_ld_version:[2]:C/PROJECT:(ld64|dyld)-//} 88 .if empty(_v:M[1-9]*.[0-9]*.[0-9]*) && !empty(_v:M[1-9]*.[0-9]*) 89 _v:=${_v}.0 92 _v:=${_v}.0.0 97 _v= 2.17.50 102 .undef _v
|
H A D | dirdeps-options.mk | 73 .undef _v$o 79 _v$o ?= ${MK_$o.$x} 82 _v$o ?= ${MK_$o} 84 .info ${DEP_RELDIR:U${RELDIR}}.${DEP_TARGET_SPEC:U${TARGET_SPEC}}: o=$o ${_o$o:UMK_$o}=${_v$o:U} DIRDEPS += ${DIRDEPS.$o.${_v$o:U}:U} 86 DIRDEPS += ${DIRDEPS.$o.${_v$o:U}:U} 97 .undef _v$o
|
H A D | bsd.compiler.mk | 185 _v!= ${${cc}:N${CCACHE_BIN}} --version || echo 0.0.0 192 . elif ${_v:Mgcc} 194 . elif ${_v:M\(GCC\)} || ${_v:M*GNU} 196 . elif ${_v:Mclang} || ${_v:M(clang-*.*.*)} 215 .if !defined(${X_}COMPILER_FEATURES) && ${_v:[*]:M*Apple clang version*} 218 .undef _v
|
/freebsd/sys/sys/ |
H A D | smr_types.h | 88 __typeof((p)->__ptr) _v = (v); \ 89 atomic_store_rel_ptr((uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \ 101 __typeof((p)->__ptr) _v = (v); \ 105 (uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \ 125 __typeof((p)->__ptr) _v = (v); \ 126 atomic_store_ptr((uintptr_t *)&(p)->__ptr, (uintptr_t)_v); \
|
H A D | mutex.h | 240 uintptr_t _v = MTX_UNOWNED; \ 243 !_mtx_obtain_lock_fetch((mp), &_v, _tid))) \ 244 _mtx_lock_sleep((mp), _v, (opts), (file), (line)); \ 257 uintptr_t _v = MTX_UNOWNED; \ 261 !_mtx_obtain_lock_fetch((mp), &_v, _tid))) \ 262 _mtx_lock_spin((mp), _v, (opts), (file), (line)); \ 311 uintptr_t _v = (uintptr_t)(tid); \ 314 !_mtx_release_lock_fetch((mp), &_v))) \ 315 _mtx_unlock_sleep((mp), _v, (opts), (file), (line)); \
|
H A D | rwlock.h | 106 uintptr_t _v = RW_UNLOCKED; \ 109 !_rw_write_lock_fetch((rw), &_v, _tid))) \ 110 _rw_wlock_hard((rw), _v, (file), (line)); \ 116 uintptr_t _v = (uintptr_t)(tid); \ 119 !_rw_write_unlock_fetch((rw), &_v))) \ 120 _rw_wunlock_hard((rw), _v, (file), (line)); \
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 475 #define ath_hal_enable_rfkill(_ah, _v) \ argument 476 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL) 585 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 586 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument 589 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 591 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f))) 598 #define OS_REG_RMW_FIELD_ALT(_a, _r, _f, _v) \ argument 601 (((_v) << _f##_S) & (_f<<_f##_S))) 608 #define OS_A_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 610 (((_v) << _f##_S) & (_f))) ; OS_DELAY(100); } while (0) [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1209 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ argument 1210 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status))) 1221 #define ath_hal_settkipmic(_ah, _v) \ argument 1222 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL) 1227 #define ath_hal_settkipsplit(_ah, _v) \ argument 1228 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL) 1237 #define ath_hal_setdiversity(_ah, _v) \ argument 1238 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL) 1241 #define ath_hal_setantennaswitch(_ah, _v) \ argument 1242 ((*(_ah)->ah_setAntennaSwitch)((_ah), (_v))) [all …]
|
/freebsd/tools/tools/ath/athalq/ |
H A D | ar5210_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5211_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5212_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5416_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_rules.c | 35 #define VNET_DEFINE(_t, _v) _t _v argument 36 #define VNET_DECLARE(_t, _v) extern _t _v argument
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_match.h | 131 #define BHND_MATCH_CORE_VENDOR(_v) _BHND_SET_MATCH_FIELD(core_vendor, _v) argument 241 #define BHND_MATCH_BOARD_VENDOR(_v) _BHND_SET_MATCH_FIELD(board_vendor, _v) argument
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-prph.h | 193 #define SCD_QUEUE_CTX_REG1_VAL(_n, _v) FIELD_PREP(SCD_QUEUE_CTX_REG1_ ## _n, _v) argument 197 #define SCD_QUEUE_CTX_REG2_VAL(_n, _v) FIELD_PREP(SCD_QUEUE_CTX_REG2_ ## _n, _v) argument
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_reg.h | 24 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 25 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
|
/freebsd/usr.sbin/fwget/pci/ |
H A D | pci | 62 local _c _v 64 _v=$2 68 case ${_v} in 73 case ${_v} in
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchreg.h | 38 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 39 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_ts.c | 45 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res[0], (_r), (_v)) argument
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_imx.h | 199 #define FLD(_r, _v) IMXUART_ ## _r ## _ ## _v argument
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 144 #define _IEEE80211_MASKSHIFT(_v, _f) (((_v) & _f) >> _f##_S) argument 147 #define _IEEE80211_SHIFTMASK(_v, _f) (((_v) << _f##_S) & _f) argument 1553 #define _APPLY(_flags, _base, _param, _v) do { \ argument 1556 _base.params[IEEE80211_MODE_11NA]._param = _v; \ 1557 _base.params[IEEE80211_MODE_11NG]._param = _v; \ 1559 _base.params[IEEE80211_MODE_11NA]._param = _v; \ 1561 _base.params[IEEE80211_MODE_11NG]._param = _v; \ 1565 _base.params[IEEE80211_MODE_TURBO_A]._param = _v; \ 1566 _base.params[IEEE80211_MODE_TURBO_G]._param = _v; \ 1568 _base.params[IEEE80211_MODE_TURBO_A]._param = _v; \ [all …]
|