Searched refs:_rc (Results 1 – 13 of 13) sorted by relevance
670 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 …]
69 local _rc _exp _testno _testname _msg _r70 _rc=$177 if test ${_rc} -eq ${_exp}; then80 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"276 local _n _transfer i testno _txt _fibtxt _rc _ec _p289 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 …]
99 local _rc _exp _testno _testname _msg _r100 _rc=$1107 if test ${_rc} -eq ${_exp}; then110 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"209 local _addr _rc213 _rc=$?214 case ${_rc} in216 *) print_debug "cannot ping6 ${_addr}, rc=${_rc}"360 local _maxfibs _addr _n _testno i _rc _ec376 eval _rc="\${rc_${i}}"[all …]
78 local _rc _exp _testno _testname _msg _r79 _rc=$186 if test ${_rc} -eq ${_exp}; then89 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc}"
589 #define HT_RC_2_MCS(_rc) ((_rc) & 0xf) argument590 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument591 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
72 : > $BSDINSTALL_TMPETC/._rc.conf.net212 mv $BSDINSTALL_TMPETC/._rc.conf.net $BSDINSTALL_TMPETC/rc.conf.net
159 #define HT_RC_2_MCS(_rc) ((_rc) & 0x7f) argument160 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument
275 #define HT_RC_2_MCS(_rc) ((_rc) & 0xf) argument276 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument277 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
653 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f)
697 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \ argument710 (_rc) = 0; \
1344 local _rc1345 for _rc in ${_d}/rc.conf.d/"$_name"/* ; do1346 if [ -f "$_rc" ] ; then1347 debug "Sourcing $_rc"1348 . "$_rc"
847 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) argument
3604 - follows -rc makedist from ldns changes (no _rc).