Home
last modified time | relevance | path

Searched refs:CAFESTOP_STATUS (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dcafestop51 export CAFESTOP_STATUS=$rval
71 export CAFESTOP_STATUS=0
72 rval=$CAFESTOP_STATUS
77 export CAFESTOP_STATUS=$?
79 if [ $CAFESTOP_STATUS -ne 0 ]; then
80 echo `basename $BASH_SOURCE` error: CAFESTOP_STATUS=$CAFESTOP_STATUS
83 if [ "$HOSTSTOP_RVAL" == "0" -a "$CAFESTOP_STATUS" == "0" ]; then
Dcafe_nand2pcfs53 CAFESTOP_STATUS=0
66 if [ $CAFESTOP_STATUS -ne 0 ]; then
Dcafe_pcfs2nand55 CAFESTOP_STATUS=0
68 if [ $CAFESTOP_STATUS -ne 0 ]; then
Dcafecleardata101 if [ $CAFESTOP_STATUS -ne 0 ]; then
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs39 internal static EnvVar CAFESTOP_STATUS = new EnvVar("CAFESTOP_STATUS"); field in CafeX.Program
971 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 …]