Home
last modified time | relevance | path

Searched defs:expected_errno (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_dev.c14 int dev_minor, int expected_ret, int expected_errno) in test_mknod()
28 int expected_ret, int expected_errno) in test_read()
53 int expected_ret, int expected_errno) in test_write()
H A Dobj_name.c9 int expected_errno; in test_obj_name() member
H A Dbind_perm.c20 void try_bind(int family, int port, int expected_errno) in try_bind()
H A Dtask_local_storage.c457 static void test_uptr_map_failure(const char *map_name, int expected_errno) in test_uptr_map_failure()
/linux/tools/testing/selftests/exec/
H A Dexecveat.c49 int expected_errno, const char *errno_str) in _check_execveat_fail()
/linux/tools/testing/selftests/net/
H A Dbind_wildcard.c56 int expected_errno[NR_SOCKETS]; in FIXTURE_VARIANT() local
/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c215 int i, ret[2], recv_errno[2], expected_errno = 0; in __recvpair() local
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c640 #define EXPECT_STRTOX(cond, func, input, base, expected, chars, expected_errno) \ argument
644 …void *func, const char *input, int base, intmax_t expected, int expected_chars, int expected_errno) in expect_strtox()
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h756 #define EXPECT_ERRNO(expected_errno, cmd) \ argument