Lines Matching refs:HOSTSTOP_RVAL
41 internal static EnvVar HOSTSTOP_RVAL = new EnvVar("HOSTSTOP_RVAL"); field in CafeX.Program
1137 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()
1451 if (HOSTSTOP_RVAL.value != "0") in hoststop()
1453 …teLine("Gathering MION logs via telnet for the mionbutton return of " + HOSTSTOP_RVAL.value + "."); in hoststop()
1471 HOSTSTOP_RVAL.value = toucanreset_ret.ToString(); in hoststop()
1476 if (HOSTSTOP_RVAL.value == "0") in hoststop()
1483 if (bAttemptedSoftwareShutdown && HOSTSTOP_RVAL.value == "1") in hoststop()
1486 HOSTSTOP_RVAL.value = "0"; in hoststop()
2989 HOSTSTOP_RVAL.value = "0"; in run()
2995 if (HOSTSTOP_RVAL.value != "0") in run()