Searched refs:HOSTSTOP_RVAL (Results 1 – 4 of 4) sorted by relevance
24 HOSTSTOP_RVAL=048 HOSTSTOP_RVAL=$?53 HOSTSTOP_RVAL=$?58 HOSTSTOP_RVAL=$?62 HOSTSTOP_RVAL=164 while [ $HOSTSTOP_RVAL -ne 0 -a $HOSTSTOP_RETRIES -lt 4 ]68 …echo "WARNING: MionButton powerdown failed with err=$HOSTSTOP_RVAL, will retry shortly, count=$HOS…72 HOSTSTOP_RVAL=$?80 if [ $HOSTSTOP_RVAL -gt 2 ]85 echo "Gathering MION logs via telnet for the mionbutton return of $HOSTSTOP_RVAL."[all …]
83 if [ "$HOSTSTOP_RVAL" == "0" -a "$CAFESTOP_STATUS" == "0" ]; then
1154 HOSTSTOP_RVAL=01160 if [ $HOSTSTOP_RVAL -ne 0 ]
41 internal static EnvVar HOSTSTOP_RVAL = new EnvVar("HOSTSTOP_RVAL"); field in CafeX.Program1137 HOSTSTOP_RVAL.value = "1"; in checkNameFail()1266 HOSTSTOP_RVAL.value = "0"; in hoststop()1410 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()1415 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()1430 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()1434 HOSTSTOP_RVAL.value = "1"; in hoststop()1436 … while (HOSTSTOP_RVAL.value != "0" && HexHandler.GetNumberFromString(HOSTSTOP_RETRIES.value) < 4) in hoststop()1440 …Button powerdown failed with err={0}, will retry shortly, count={1}", HOSTSTOP_RVAL.value, HOSTSTO… in hoststop()1445 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()[all …]