Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/powerpc/syscalls/
Drtas_filter.c31 #define RTAS_UNKNOWN_OP -1099 /* No Firmware Implementation of Function */ macro
127 rc = RTAS_UNKNOWN_OP; in rtas_token()
180 if (token == RTAS_UNKNOWN_OP) { in rtas_call()
183 rc = RTAS_UNKNOWN_OP; in rtas_call()
229 FAIL_IF(rc != 0 && rc != RTAS_UNKNOWN_OP); in test()
236 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()
254 FAIL_IF(rc != 0 && rc != RTAS_UNKNOWN_OP); in test()
262 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()
270 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()
277 FAIL_IF(rc != -EINVAL && rc != RTAS_UNKNOWN_OP); in test()