Searched defs:SYSCALL_REQUIRE_ERRNO (Results 1 – 2 of 2) sorted by relevance
108 #define SYSCALL_REQUIRE_ERRNO(res, exp) ATF_REQUIRE_MSG(res == exp, \ macro
70 #define SYSCALL_REQUIRE_ERRNO(res, exp) ATF_REQUIRE_MSG(res == exp, \ macro