Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dmount.h670 int _rc; \
673 _rc = (*(MP)->mnt_op->vfs_mount)(MP); \
675 _rc; })
678 int _rc; \
681 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \
683 _rc; })
686 int _rc; \
689 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \
691 _rc; })
694 int _rc; \
[all …]
/freebsd-10-stable/tools/test/netfibs/
Dinitiator.sh69 local _rc _exp _testno _testname _msg _r
70 _rc=$1
77 if test ${_rc} -eq ${_exp}; then
80 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"
276 local _n _transfer i testno _txt _fibtxt _rc _ec _p
289 eval _rc="\${rc_${i}_l}"
298 check_rc ${_ec} ${_rc} ${testno} "${_txt}_l" \
308 eval _rc="\${rc_${i}_a}"
317 check_rc ${_ec} ${_rc} ${testno} "${_txt}_a" \
382 eval _rc="\${rc_${i}_l}"
[all …]
Dforwarding.sh99 local _rc _exp _testno _testname _msg _r
100 _rc=$1
107 if test ${_rc} -eq ${_exp}; then
110 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"
209 local _addr _rc
213 _rc=$?
214 case ${_rc} in
216 *) print_debug "cannot ping6 ${_addr}, rc=${_rc}"
360 local _maxfibs _addr _n _testno i _rc _ec
376 eval _rc="\${rc_${i}}"
[all …]
Dreflector.sh78 local _rc _exp _testno _testname _msg _r
79 _rc=$1
86 if test ${_rc} -eq ${_exp}; then
89 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc}"
/freebsd-10-stable/sys/net80211/
Dieee80211_phy.c589 #define HT_RC_2_MCS(_rc) ((_rc) & 0xf) argument
590 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
591 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
Dnetconfig72 : > $BSDINSTALL_TMPETC/._rc.conf.net
212 mv $BSDINSTALL_TMPETC/._rc.conf.net $BSDINSTALL_TMPETC/rc.conf.net
/freebsd-10-stable/sys/dev/ath/
Dif_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-10-stable/sys/dev/ath/ath_hal/
Dah.c275 #define HT_RC_2_MCS(_rc) ((_rc) & 0xf) argument
276 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
277 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_xmit_ds.c653 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f)
/freebsd-10-stable/sys/dev/sfxge/common/
Defx_rx.c697 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \ argument
710 (_rc) = 0; \
/freebsd-10-stable/etc/
Drc.subr1344 local _rc
1345 for _rc in ${_d}/rc.conf.d/"$_name"/* ; do
1346 if [ -f "$_rc" ] ; then
1347 debug "Sourcing $_rc"
1348 . "$_rc"
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c847 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) argument
/freebsd-10-stable/contrib/unbound/doc/
DChangelog3604 - follows -rc makedist from ldns changes (no _rc).