Searched refs:_rc (Results 1 – 14 of 14) sorted by relevance
65 bool _rc; \69 _rc = false; \76 _rc = true; \79 _rc; \84 bool _rc; \87 _rc = false; \94 _rc = true; \97 _rc; \
815 int _rc; \818 _rc = (*(MP)->mnt_op->vfs_mount)(MP); \820 _rc; })823 int _rc; \825 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \826 _rc; })829 int _rc; \831 _rc = (*(MP)->mnt_op->vfs_root)(MP, FLAGS, VPP); \832 _rc; })835 int _rc; \[all …]
216 #define IEEE80211_HT_RC_2_MCS(_rc) ((_rc) & 0x1f) argument217 #define IEEE80211_HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument218 #define IEEE80211_IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
68 local _rc _exp _testno _testname _msg _r69 _rc=$176 if test ${_rc} -eq ${_exp}; then79 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"275 local _n _transfer i testno _txt _fibtxt _rc _ec _p288 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 …]
98 local _rc _exp _testno _testname _msg _r99 _rc=$1106 if test ${_rc} -eq ${_exp}; then109 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc} ${_exp}"208 local _addr _rc212 _rc=$?213 case ${_rc} in215 *) print_debug "cannot ping6 ${_addr}, rc=${_rc}"359 local _maxfibs _addr _n _testno i _rc _ec375 eval _rc="\${rc_${i}}"[all …]
77 local _rc _exp _testno _testname _msg _r78 _rc=$185 if test ${_rc} -eq ${_exp}; then88 echo "${_r} ${_testno} ${_testname} # ${_msg} ${_rc}"
76 : > $BSDINSTALL_TMPETC/._rc.conf.net216 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
353 #define HT_RC_2_MCS(_rc) ((_rc) & 0x1f) argument354 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) argument355 #define IS_HT_RATE(_rc) ( (_rc) & IEEE80211_RATE_MCS) argument
671 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f)
852 #define HT_RC_2_MCS(_rc) ((_rc) & 0x0f) argument
1499 local _rc1500 for _rc in ${_d}/rc.conf.d/"$_name"/* ; do1501 if [ -f "$_rc" ] ; then1502 debug "Sourcing $_rc"1503 . "$_rc"
1119 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \ argument1132 (_rc) = 0; \
9823 - follows -rc makedist from ldns changes (no _rc).