Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c32 #define RTAS_UNKNOWN_OP -1099 /* No Firmware Implementation of Function */ macro
74 rc = RTAS_UNKNOWN_OP; in rtas_token()
119 if (token == RTAS_UNKNOWN_OP) { in rtas_call()
122 rc = RTAS_UNKNOWN_OP; in rtas_call()
168 FAIL_IF(rc != 0 && rc != RTAS_UNKNOWN_OP); in test()
175 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()
193 FAIL_IF(rc != 0 && rc != RTAS_UNKNOWN_OP); in test()
201 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()
209 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()
216 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()