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 ]
42 internal static EnvVar HOSTSTOP_RVAL = new EnvVar("HOSTSTOP_RVAL"); field in CafeX.Program1173 HOSTSTOP_RVAL.value = "1"; in checkNameFail()1303 HOSTSTOP_RVAL.value = "0"; in hoststop()1447 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()1452 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()1467 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()1471 HOSTSTOP_RVAL.value = "1"; in hoststop()1473 … while (HOSTSTOP_RVAL.value != "0" && HexHandler.GetNumberFromString(HOSTSTOP_RETRIES.value) < 4) in hoststop()1477 …Button powerdown failed with err={0}, will retry shortly, count={1}", HOSTSTOP_RVAL.value, HOSTSTO… in hoststop()1482 HOSTSTOP_RVAL.value = mionbutton_ret.ToString(); in hoststop()[all …]