Home
last modified time | relevance | path

Searched refs:EFAULT (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c195 return -EFAULT; in g2d_solid_fill_test()
246 return -EFAULT; in g2d_copy_test()
267 return -EFAULT; in g2d_copy_test()
275 ret = -EFAULT; in g2d_copy_test()
345 return -EFAULT; in g2d_move_test()
352 ret = -EFAULT; in g2d_move_test()
370 ret = -EFAULT; in g2d_move_test()
453 return -EFAULT; in g2d_copy_with_scale_test()
472 return -EFAULT; in g2d_copy_with_scale_test()
480 ret = -EFAULT; in g2d_copy_with_scale_test()
[all …]
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir01.c148 if (TEST_ERRNO == EFAULT) { in main()
157 strerror(TEST_ERRNO), EFAULT); in main()
178 if (TEST_ERRNO == EFAULT) { in main()
187 strerror(TEST_ERRNO), EFAULT); in main()
/external/ltp/testcases/kernel/timers/clock_gettime/
Dclock_gettime03.c81 EFAULT, /* Bad timespec */
82 EFAULT, /* Bad timespec */
114 testcase[4] = EFAULT; in main()
115 testcase[5] = EFAULT; in main()
/external/ltp/testcases/kernel/timers/timer_create/
Dtimer_create04.c83 EFAULT, /* bad sigevent */
84 EFAULT /* bad timer_id */
125 testcase[4] = EFAULT; in main()
126 testcase[5] = EFAULT; in main()
/external/ltp/testcases/kernel/syscalls/io_submit/
Dio_submit01.c129 case -EFAULT: in main()
143 check_result(-EFAULT, TEST_RETURN); in main()
155 else if (TEST_RETURN == -EFAULT || TEST_RETURN == -EINVAL) in main()
164 -EFAULT, strerror(EFAULT), in main()
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
Dtmod.c118 return (-EFAULT); in tmod_ioctl()
133 return (-EFAULT); in tmod_ioctl()
178 rc = -EFAULT; in tmod_ioctl()
185 rc = -EFAULT; in tmod_ioctl()
/external/ltp/testcases/kernel/syscalls/rmdir/
Drmdir05.c128 if (TEST_ERRNO == EFAULT) { in main()
137 strerror(TEST_ERRNO), EFAULT); in main()
155 if (TEST_ERRNO == EFAULT) { in main()
164 strerror(TEST_ERRNO), EFAULT); in main()
/external/ltp/testcases/kernel/syscalls/link/
Dlink04.c77 {high_addr, "address beyond address space", "nefile", "nefile", EFAULT},
79 {(char *)-1, "negative address", "nefile", "nefile", EFAULT},
89 "address beyond address space", EFAULT},
91 {"regfile", "regfile", (char *)-1, "negative address", EFAULT},
/external/ltp/testcases/kernel/syscalls/setgroups/
Dsetgroups04.c112 EFAULT); in main()
115 if (TEST_ERRNO == EFAULT) { in main()
122 test_desc, TEST_ERRNO, EFAULT); in main()
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_EXT_CTRLS.c107 CU_ASSERT(errno_get_invalid == EFAULT in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
137 CU_ASSERT(errno_get_invalid == EFAULT in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
165 CU_ASSERT(errno_get_invalid == EFAULT in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
331 CU_ASSERT_EQUAL(errno_null, EFAULT); in test_VIDIOC_G_EXT_CTRLS_NULL()
420 CU_ASSERT(errno_set_invalid == EFAULT in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count()
450 CU_ASSERT(errno_set_invalid == EFAULT in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count()
478 CU_ASSERT(errno_set_invalid == EFAULT in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count()
518 CU_ASSERT_EQUAL(errno_null, EFAULT); in test_VIDIOC_S_EXT_CTRLS_NULL()
607 CU_ASSERT(errno_try_invalid == EFAULT in test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count()
638 CU_ASSERT(errno_try_invalid == EFAULT in test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count()
[all …]
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl13.c71 } else if (errno != EFAULT) { in main()
80 } else if (errno != EFAULT) { in main()
89 } else if (errno != EFAULT) { in main()
/external/ltp/testcases/kernel/syscalls/rename/
Drename08.c93 fname, (char *)-1, EFAULT},
96 (char *)-1, fname, EFAULT},
100 NULL, NULL, EFAULT}
/external/ltp/testcases/kernel/fs/dmapi/
Dsession.c142 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
163 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
178 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
194 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
552 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
585 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
616 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
648 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
1049 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
1083 DMVAR_ENDFAILEXP(szFuncName, -1, rc, EFAULT); in main()
[all …]
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c85 return -EFAULT; in send_request()
90 return -EFAULT; in send_request()
100 return -EFAULT; in send_request()
115 return -EFAULT; in send_request()
129 return -EFAULT; in tbio_io()
295 return -EFAULT; in test_bio_split()
302 return -EFAULT; in test_bio_split()
/external/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm01.c282 cma_check_errno(EFAULT); in cma_test_iov_invalid()
289 cma_check_errno(EFAULT); in cma_test_iov_invalid()
296 cma_check_errno(EFAULT); in cma_test_iov_invalid()
303 cma_check_errno(EFAULT); in cma_test_iov_invalid()
390 cma_check_errno(EFAULT); in cma_test_invalid_protection()
397 cma_check_errno(EFAULT); in cma_test_invalid_protection()
/external/ltp/testcases/kernel/syscalls/unlink/
Dunlink07.c152 High_address, "address beyond address space", EFAULT, no_setup},
159 High_address, "address beyond address space", EFAULT, no_setup},
163 (char *)-1, "negative address", EFAULT, no_setup}, {
/external/ltp/testcases/kernel/module/query_module/
Dquery_module03.c131 EFAULT, "results for module name argument outside program's "
136 EFAULT, "results for return size argument outside program's "
140 {NULL, QM_MODULES, (void *)-1, sizeof(out_buf), &ret_size, EFAULT,
/external/ltp/testcases/kernel/syscalls/getsockname/
Dgetsockname01.c89 &sinlen, -1, EFAULT, setup1, cleanup1,
93 NULL, -1, EFAULT, setup1, cleanup1,
97 (socklen_t *) 1, -1, EFAULT, setup1, cleanup1,
/external/strace/tests-m32/
Dfutex.c190 (rc == -1) && (errno == EFAULT)); in main()
197 (rc == -1) && (errno == EFAULT)); in main()
204 (rc == -1) && (errno == EFAULT)); in main()
579 VAL3, (rc == -1) && (errno == EFAULT)); in main()
585 tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
610 VAL3, (rc == -1) && (errno == EFAULT)); in main()
614 tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
632 VAL3, (rc == -1) && (errno == EFAULT)); in main()
636 VAL, tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
/external/strace/tests/
Dfutex.c190 (rc == -1) && (errno == EFAULT)); in main()
197 (rc == -1) && (errno == EFAULT)); in main()
204 (rc == -1) && (errno == EFAULT)); in main()
579 VAL3, (rc == -1) && (errno == EFAULT)); in main()
585 tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
610 VAL3, (rc == -1) && (errno == EFAULT)); in main()
614 tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
632 VAL3, (rc == -1) && (errno == EFAULT)); in main()
636 VAL, tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
/external/strace/tests-mx32/
Dfutex.c190 (rc == -1) && (errno == EFAULT)); in main()
197 (rc == -1) && (errno == EFAULT)); in main()
204 (rc == -1) && (errno == EFAULT)); in main()
579 VAL3, (rc == -1) && (errno == EFAULT)); in main()
585 tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
610 VAL3, (rc == -1) && (errno == EFAULT)); in main()
614 tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
632 VAL3, (rc == -1) && (errno == EFAULT)); in main()
636 VAL, tmout, uaddr2 + 1, VAL3, (rc == -1) && (errno == EFAULT)); in main()
/external/ltp/testcases/kernel/syscalls/sigpending/
Dsigpending02.c96 if (TEST_ERRNO != EFAULT) in main()
100 EFAULT, TEST_ERRNO, in main()
/external/ltp/testcases/kernel/syscalls/getpeername/
Dgetpeername01.c71 {-1, (struct sockaddr *)-1, &sinlen, -1, EFAULT, setup4, cleanup4,
73 {-1, (struct sockaddr *)&fsin1, NULL, -1, EFAULT, setup4,
75 {-1, (struct sockaddr *)&fsin1, (socklen_t *)1, -1, EFAULT, setup4,
/external/ltp/testcases/kernel/syscalls/stat/
Dstat06.c162 High_address, &statbuf, "address beyond address space", EFAULT,
164 (char *)-1, &statbuf, "negative address", EFAULT, no_setup},
218 TEST_ERRNO = EFAULT; in main()
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe05.c83 TEST_ERRNO = EFAULT; in main()
93 if (TEST_ERRNO != EFAULT) { in main()

12345678910>>...13