Home
last modified time | relevance | path

Searched refs:HOSTSTOP_RVAL (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dhoststop24 HOSTSTOP_RVAL=0
48 HOSTSTOP_RVAL=$?
53 HOSTSTOP_RVAL=$?
58 HOSTSTOP_RVAL=$?
62 HOSTSTOP_RVAL=1
64 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 …]
Dcafestop83 if [ "$HOSTSTOP_RVAL" == "0" -a "$CAFESTOP_STATUS" == "0" ]; then
Dcaferun1154 HOSTSTOP_RVAL=0
1160 if [ $HOSTSTOP_RVAL -ne 0 ]
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs42 internal static EnvVar HOSTSTOP_RVAL = new EnvVar("HOSTSTOP_RVAL"); field in CafeX.Program
1173 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 …]