/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 195 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/ |
D | mkdir01.c | 148 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/ |
D | clock_gettime03.c | 81 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/ |
D | timer_create04.c | 83 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/ |
D | io_submit01.c | 129 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/ |
D | tmod.c | 118 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/ |
D | rmdir05.c | 128 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/ |
D | link04.c | 77 {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/ |
D | setgroups04.c | 112 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/ |
D | test_VIDIOC_EXT_CTRLS.c | 107 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/ |
D | fcntl13.c | 71 } 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/ |
D | rename08.c | 93 fname, (char *)-1, EFAULT}, 96 (char *)-1, fname, EFAULT}, 100 NULL, NULL, EFAULT}
|
/external/ltp/testcases/kernel/fs/dmapi/ |
D | session.c | 142 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/ |
D | ltp_tbio.c | 85 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/ |
D | process_vm01.c | 282 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/ |
D | unlink07.c | 152 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/ |
D | query_module03.c | 131 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/ |
D | getsockname01.c | 89 &sinlen, -1, EFAULT, setup1, cleanup1, 93 NULL, -1, EFAULT, setup1, cleanup1, 97 (socklen_t *) 1, -1, EFAULT, setup1, cleanup1,
|
/external/strace/tests-m32/ |
D | futex.c | 190 (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/ |
D | futex.c | 190 (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/ |
D | futex.c | 190 (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/ |
D | sigpending02.c | 96 if (TEST_ERRNO != EFAULT) in main() 100 EFAULT, TEST_ERRNO, in main()
|
/external/ltp/testcases/kernel/syscalls/getpeername/ |
D | getpeername01.c | 71 {-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/ |
D | stat06.c | 162 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/ |
D | pipe05.c | 83 TEST_ERRNO = EFAULT; in main() 93 if (TEST_ERRNO != EFAULT) { in main()
|