Home
last modified time | relevance | path

Searched refs:_rc (Results 1 – 17 of 17) sorted by relevance

/freebsd-head/libexec/rc/
HDdebug.sh312 eval ${local:-:} _e _match _off _rc
313 _rc=0 # avoid problems with set -e
318 -e) _rc=1; shift;; # caller ok with return 1
324 ,,) return $_rc;;
341 _rc=0
347 _rc=0
362 return $_rc
378 eval ${local:-:} _e _rc
383 _rc=0 # always happy
397 $_e) _debugOn $DEBUG_ON $1; return $_rc;;
[all …]
HDrc.subr1988 local _rc
1989 for _rc in ${_d}/rc.conf.d/"$_name"/* ; do
1990 if [ -f "$_rc" ] ; then
1991 debug "Sourcing $_rc"
1992 $_dot "$_rc"
2777 local _rc=0
2786 return $_rc
/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDkfifo.h65 bool _rc; \
69 _rc = false; \
76 _rc = true; \
79 _rc; \
84 bool _rc; \
87 _rc = false; \
94 _rc = true; \
97 _rc; \
/freebsd-head/sys/sys/
HDmount.h850 int _rc; \
853 _rc = (*(MP)->mnt_op->vfs_mount)(MP); \
855 _rc; })
858 int _rc; \
860 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \
861 _rc; })
864 int _rc; \
866 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \
867 _rc; })
870 int _rc; \
[all …]
/freebsd-head/sys/net80211/
HDieee80211_phy.h216 #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
/freebsd-head/tools/test/netfibs/
HDinitiator.sh68 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 …]
HDforwarding.sh98 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 …]
HDreflector.sh77 local _rc _exp _testno _testname _msg _r
78 _rc=$1
85 if test ${_rc} -eq ${_exp}; then
88 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc}"
/freebsd-head/usr.sbin/bsdinstall/scripts/
HDnetconfig_ipv698 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
HDnetconfig93 : > $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
HDnetconfig_ipv488 sysrc -f $BSDINSTALL_TMPETC/._rc.conf.net ifconfig_$INTERFACE="${IFCONFIG_PREFIX}DHCP"
109 }' >> $BSDINSTALL_TMPETC/._rc.conf.net
113 . $BSDINSTALL_TMPETC/._rc.conf.net
/freebsd-head/sys/dev/ath/
HDif_ath_tx_ht.c159 #define HT_RC_2_MCS(_rc) ((_rc) & 0x7f) argument
160 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
/freebsd-head/sys/dev/ath/ath_hal/
HDah.c353 #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
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c671 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f)
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c852 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) argument
/freebsd-head/sys/dev/sfxge/common/
HDefx_rx.c1119 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \ argument
1132 (_rc) = 0; \
/freebsd-head/contrib/unbound/doc/
HDChangelog10088 - follows -rc makedist from ldns changes (no _rc).