Lines Matching refs:rval
83 @rval=0; \
114 rval=1; \
125 …if [ $$ret != 0 ]; then rval=2; echo "**** mv failed!" >> $(COMPILER_LOG) 2>> $(COMPILER_ERROR_LOG…
152 @rval=0; \
159 rval=2; \
165 if [ $$rval != 0 ]; then exit 1; fi
168 @rval=0; \
179 if [ $$rval != 0 ]; then exit 1; fi
182 @rval=0; \
188 rval=2; \
196 …if [ $$ret != 0 ]; then rval=2; echo "**** mv failed!" >> $(COMPILER_LOG) 2>> $(COMPILER_ERROR_LOG…
208 @rval=0; \
214 rval=2; \
219 if [ $$rval != 0 ]; then exit 1; fi
222 @rval=0; \
229 rval=2; \
238 …if [ $$ret != 0 ]; then rval=2; echo "**** mv failed!" >> $(COMPILER_LOG) 2>> $(COMPILER_ERROR_LOG…
256 @rval=0; \
264 if [ $$ret != 0 ]; then rval=1; echo "**** Unexpected iASL failure!"; exit 1; fi; \
268 rval=1; \
270 if [ $$rval != 0 ]; then exit 1; fi