Home
last modified time | relevance | path

Searched refs:TARGET_ERRNO__SUCCESS (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dtarget.c18 enum target_errno ret = TARGET_ERRNO__SUCCESS; in target__validate()
26 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
33 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
40 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
47 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
54 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
61 if (ret == TARGET_ERRNO__SUCCESS) in target__validate()
76 return TARGET_ERRNO__SUCCESS; in target__parse_uid()
98 return TARGET_ERRNO__SUCCESS; in target__parse_uid()
Dtarget.h20 TARGET_ERRNO__SUCCESS = 0, enumerator