Home | History | Annotate | Download | only in f54test

Lines Matching refs:rc

53 	int rc;
68 rc = rmidevice.Open(deviceFile);
69 if (rc)
70 return rc;
74 rc = f54Test.Prepare(reportType);
75 if (rc)
76 return rc;
81 rc = f54Test.Run();
92 return rc;
102 int rc = 0;
151 rc = RunF54Test(deviceName, reportType, continuousMode, noReset);
152 if (rc)
153 return rc;
155 return rc;
169 rc = RunF54Test(deviceFile, reportType, continuousMode, noReset);
170 if (rc != 0) {
181 return rc;