Lines Matching refs:ret
18 enum target_errno ret = TARGET_ERRNO__SUCCESS; in target__validate() local
26 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
27 ret = TARGET_ERRNO__PID_OVERRIDE_CPU; in target__validate()
33 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
34 ret = TARGET_ERRNO__PID_OVERRIDE_UID; in target__validate()
40 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
41 ret = TARGET_ERRNO__UID_OVERRIDE_CPU; in target__validate()
47 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
48 ret = TARGET_ERRNO__PID_OVERRIDE_SYSTEM; in target__validate()
54 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
55 ret = TARGET_ERRNO__UID_OVERRIDE_SYSTEM; in target__validate()
61 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
62 ret = TARGET_ERRNO__SYSTEM_OVERRIDE_THREAD; in target__validate()
65 return ret; in target__validate()