Home | History | Annotate | Download | only in tpm_takeownership

Lines Matching refs:RC

22 	RC=0				# Return code from commands.
46 which tpm_takeownership 1>$TPM_TMPFILE 2>&1 || RC=$?
47 if [ $RC -ne 0 ]
51 return $RC
54 return $RC
59 RC=0 # Return value from commands
63 tpm_takeownership_tests_exp01.sh 1>$TPM_TMPFILE 2>&1 || RC=$?
64 if [ $RC -eq 0 ]
67 RC=0
70 RC=1
72 return $RC
88 RC=0 # Return code from tests.
94 setup || exit $RC # Exit if initializing testcases fails.