Searched refs:errno_cache (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/ |
H A D | test_uvdevice.c | 57 int rc, errno_cache; in TEST_F() local 60 errno_cache = errno; in TEST_F() 62 ASSERT_EQ(errno_cache, EFAULT); in TEST_F() 65 errno_cache = errno; in TEST_F() 67 ASSERT_EQ(errno_cache, EFAULT); in TEST_F() 72 int rc, errno_cache; in TEST_F() local 76 errno_cache = errno; in TEST_F() 78 ASSERT_EQ(errno_cache, EFAULT); in TEST_F() 82 errno_cache = errno; in TEST_F() 84 ASSERT_EQ(errno_cache, EFAUL in TEST_F() 93 int rc, errno_cache; TEST_F() local 128 int rc, errno_cache; TEST_F() local 190 int rc, errno_cache; att_inval_sizes_test() local 214 int rc, errno_cache; TEST_F() local 237 int rc, errno_cache; att_inval_addr_test() local [all...] |
Completed in 1 milliseconds