| /src/libexec/rc/ |
| H A D | debug.sh | 305 eval ${local:-:} _e _match _off _rc 306 _rc=0 # avoid problems with set -e 311 -e) _rc=1; shift;; # caller ok with return 1 317 ,,) return $_rc;; 334 _rc=0 340 _rc=0 355 return $_rc 371 eval ${local:-:} _e _rc 376 _rc=0 # always happy 390 $_e) _debugOn $DEBUG_ON $1; return $_rc;; [all …]
|
| H A D | rc.subr | 2022 local _rc 2023 for _rc in ${_d}/rc.conf.d/"$_name"/* ; do 2024 if [ -f "$_rc" ] ; then 2025 debug "Sourcing $_rc" 2026 $_dot "$_rc" 2888 local _rc=0 2897 return $_rc
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kfifo.h | 83 bool _rc; \ 87 _rc = false; \ 94 _rc = true; \ 97 _rc; \ 102 bool _rc; \ 105 _rc = false; \ 112 _rc = true; \ 115 _rc; \
|
| /src/sys/sys/ |
| H A D | mount.h | 855 int _rc; \ 858 _rc = (*(MP)->mnt_op->vfs_mount)(MP); \ 860 _rc; }) 863 int _rc; \ 865 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \ 866 _rc; }) 869 int _rc; \ 871 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \ 872 _rc; }) 875 int _rc; \ [all …]
|
| /src/sys/net80211/ |
| H A D | ieee80211_phy.h | 216 #define IEEE80211_HT_RC_2_MCS(_rc) ((_rc) & 0x1f) argument 217 #define IEEE80211_HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument 218 #define IEEE80211_IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
|
| /src/tools/test/netfibs/ |
| H A D | initiator.sh | 68 local _rc _exp _testno _testname _msg _r 69 _rc=$1 76 if test ${_rc} -eq ${_exp}; then 79 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}" 275 local _n _transfer i testno _txt _fibtxt _rc _ec _p 288 eval _rc="\${rc_${i}_l}" 297 check_rc ${_ec} ${_rc} ${testno} "${_txt}_l" \ 307 eval _rc="\${rc_${i}_a}" 316 check_rc ${_ec} ${_rc} ${testno} "${_txt}_a" \ 381 eval _rc="\${rc_${i}_l}" [all …]
|
| H A D | forwarding.sh | 98 local _rc _exp _testno _testname _msg _r 99 _rc=$1 106 if test ${_rc} -eq ${_exp}; then 109 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}" 208 local _addr _rc 212 _rc=$? 213 case ${_rc} in 215 *) print_debug "cannot ping6 ${_addr}, rc=${_rc}" 359 local _maxfibs _addr _n _testno i _rc _ec 375 eval _rc="\${rc_${i}}" [all …]
|
| H A D | reflector.sh | 77 local _rc _exp _testno _testname _msg _r 78 _rc=$1 85 if test ${_rc} -eq ${_exp}; then 88 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc}"
|
| /src/usr.sbin/bsdinstall/scripts/ |
| H A D | netconfig_ipv6 | 98 sysrc -f $BSDINSTALL_TMPETC/._rc.conf.net ifconfig_${INTERFACE}_ipv6="inet6 accept_rtadv" 167 }' >> $BSDINSTALL_TMPETC/._rc.conf.net 171 . $BSDINSTALL_TMPETC/._rc.conf.net
|
| H A D | netconfig | 93 : > $BSDINSTALL_TMPETC/._rc.conf.net 98 sysrc -f $BSDINSTALL_TMPETC/._rc.conf.net wlans_$INTERFACE="$NEXT_WLAN_IFACE" 140 sysrc -f $BSDINSTALL_TMPETC/._rc.conf.net ifconfig_$INTERFACE="${IFCONFIG_PREFIX}" 261 mv $BSDINSTALL_TMPETC/._rc.conf.net $BSDINSTALL_TMPETC/rc.conf.net
|
| H A D | netconfig_ipv4 | 88 sysrc -f $BSDINSTALL_TMPETC/._rc.conf.net ifconfig_$INTERFACE="${IFCONFIG_PREFIX}DHCP" 109 }' >> $BSDINSTALL_TMPETC/._rc.conf.net 113 . $BSDINSTALL_TMPETC/._rc.conf.net
|
| /src/sys/dev/ath/ |
| H A D | if_ath_tx_ht.c | 159 #define HT_RC_2_MCS(_rc) ((_rc) & 0x7f) argument 160 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
|
| /src/sys/dev/ath/ath_hal/ |
| H A D | ah.c | 353 #define HT_RC_2_MCS(_rc) ((_rc) & 0x1f) argument 354 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument 355 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
|
| /src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit_ds.c | 671 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f)
|
| /src/sys/dev/ath/ath_hal/ar5416/ |
| H A D | ar5416_xmit.c | 852 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) argument
|
| /src/sys/dev/sfxge/common/ |
| H A D | efx_rx.c | 1119 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \ argument 1132 (_rc) = 0; \
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 10355 - follows -rc makedist from ldns changes (no _rc).
|