Searched refs:CAFESTOP_STATUS (Results 1 – 5 of 5) sorted by relevance
51 export CAFESTOP_STATUS=$rval71 export CAFESTOP_STATUS=072 rval=$CAFESTOP_STATUS77 export CAFESTOP_STATUS=$?79 if [ $CAFESTOP_STATUS -ne 0 ]; then80 echo `basename $BASH_SOURCE` error: CAFESTOP_STATUS=$CAFESTOP_STATUS83 if [ "$HOSTSTOP_RVAL" == "0" -a "$CAFESTOP_STATUS" == "0" ]; then
53 CAFESTOP_STATUS=066 if [ $CAFESTOP_STATUS -ne 0 ]; then
55 CAFESTOP_STATUS=068 if [ $CAFESTOP_STATUS -ne 0 ]; then
101 if [ $CAFESTOP_STATUS -ne 0 ]; then
39 internal static EnvVar CAFESTOP_STATUS = new EnvVar("CAFESTOP_STATUS"); field in CafeX.Program971 CAFESTOP_STATUS.value = "0"; in stop()1001 CAFESTOP_STATUS.value = ret.ToString(); in stop()1004 if (CAFESTOP_STATUS.value != "0") in stop()1006 Console.WriteLine("cafex stop error: CAFESTOP_STATUS=" + CAFESTOP_STATUS.value); in stop()6497 if (CAFESTOP_STATUS.value != "0") in recover()6727 if (CAFESTOP_STATUS.value != "0") in cleardata()7110 CAFESTOP_STATUS.value = "0"; in nand2pcfs()7136 if (CAFESTOP_STATUS.value != "0") in nand2pcfs()7258 if (CAFESTOP_STATUS.value != "0") in nand2pcfs()[all …]