Searched refs:E_assert (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | helpers.h | 89 #define E_assert(expr, msg, ...) \ macro
|
H A D | openat2_test.c | 269 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags() 270 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
|
H A D | resolve_test.c | 132 E_assert(hardcoded_fd >= 0, "open fd to hardcode"); in test_openat2_opath_tests() 462 E_assert(dfd, "failed to openat root '%s': %m", test->dir); in test_openat2_opath_tests()
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | helpers.h | 89 #define E_assert(expr, msg, ...) \ macro
|
H A D | openat2_test.c | 284 E_assert(fdflags >= 0, "fcntl F_GETFL of new fd"); in test_openat2_flags() 285 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
|
H A D | resolve_test.c | 132 E_assert(hardcoded_fd >= 0, "open fd to hardcode"); in test_openat2_opath_tests() 462 E_assert(dfd, "failed to openat root '%s': %m", test->dir); in test_openat2_opath_tests()
|
Completed in 4 milliseconds