Lines Matching refs:HOSTSTOP_RVAL
42 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()
1488 if (HOSTSTOP_RVAL.value != "0") in hoststop()
1490 …teLine("Gathering MION logs via telnet for the mionbutton return of " + HOSTSTOP_RVAL.value + "."); in hoststop()
1508 HOSTSTOP_RVAL.value = toucanreset_ret.ToString(); in hoststop()
1513 if (HOSTSTOP_RVAL.value == "0") in hoststop()
1520 if (bAttemptedSoftwareShutdown && HOSTSTOP_RVAL.value == "1") in hoststop()
1523 HOSTSTOP_RVAL.value = "0"; in hoststop()
3127 HOSTSTOP_RVAL.value = "0"; in run()
3133 if (HOSTSTOP_RVAL.value != "0") in run()