/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat_tests.sh | 38 imaccess=EPERM 42 imaccess=EPERM 368 run_test -RW root 400 "" "0 n 0 o" EPERM 371 run_test -RW root 400 "" "0 o 0 n" EPERM 374 run_test -RW root 400 "" "1 1 1 1" EPERM 392 run_test root 666 "" "0 n 0 o" EPERM 395 run_test root 666 "" "0 o 0 n" EPERM 398 run_test root 666 "" "1 1 1 1" EPERM 416 run_test "" 600 "+a" "0 n 0 o" EPERM 419 run_test "" 600 "+a" "0 o 0 n" EPERM [all …]
|
/external/arm-trusted-firmware/drivers/mentor/i2c/ |
D | mi2cv.c | 134 return -EPERM; in mentor_i2c_start_bit_set() 146 return -EPERM; in mentor_i2c_start_bit_set() 176 return -EPERM; in mentor_i2c_stop_bit_set() 187 return -EPERM; in mentor_i2c_stop_bit_set() 223 return -EPERM; in mentor_i2c_address_set() 282 return -EPERM; in mentor_i2c_probe() 290 return -EPERM; in mentor_i2c_probe() 332 return -EPERM; in mentor_i2c_data_receive() 337 return -EPERM; in mentor_i2c_data_receive() 383 return -EPERM; in mentor_i2c_data_transmit() [all …]
|
/external/arm-trusted-firmware/bl1/ |
D | bl1_fwu.c | 214 return -EPERM; in bl1_fwu_image_check_overlaps() 238 return -EPERM; in bl1_fwu_image_copy() 247 return -EPERM; in bl1_fwu_image_copy() 251 return -EPERM; in bl1_fwu_image_copy() 259 return -EPERM; in bl1_fwu_image_copy() 310 return -EPERM; in bl1_fwu_image_copy() 347 return -EPERM; in bl1_fwu_image_copy() 380 return -EPERM; in bl1_fwu_image_auth() 386 return -EPERM; in bl1_fwu_image_auth() 393 return -EPERM; in bl1_fwu_image_auth() [all …]
|
/external/ltp/testcases/kernel/syscalls/setregid/ |
D | setregid02.c | 42 &neg_one, &root.gr_gid, EPERM, <pgroup, <pgroup, 44 &neg_one, &bin.gr_gid, EPERM, <pgroup, <pgroup, 46 &root.gr_gid, &neg_one, EPERM, <pgroup, <pgroup, 48 &bin.gr_gid, &neg_one, EPERM, <pgroup, <pgroup, 50 &root.gr_gid, &bin.gr_gid, EPERM, <pgroup, <pgroup, 52 &bin.gr_gid, &root.gr_gid, EPERM, <pgroup, <pgroup,
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_filesystem_test.c | 182 errno == EPERM) in main() 210 errno == EPERM) in main() 310 errno == EPERM) in main() 320 == EOF && errno == EPERM) in main() 329 errno == EPERM) in main() 384 == EOF && errno == EPERM) in main() 390 && errno == EPERM) in main() 408 NULL) == EOF && errno == EPERM) in main() 417 NULL) == EOF && errno == EPERM) in main() 490 if (umount("/tmp/mount/") == EOF && errno == EPERM) in main() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | 6-1.c | 47 if (errno == EPERM) in set_nonroot() 56 if (errno == EPERM) in set_nonroot() 90 if (result == -1 && errno == EPERM) { in main() 98 if (errno != EPERM) { in main()
|
/external/linux-kselftest/tools/testing/selftests/membarrier/ |
D | membarrier_test_impl.h | 89 if (errno != EPERM) { in test_membarrier_private_expedited_fail() 92 test_name, flags, EPERM, strerror(EPERM), in test_membarrier_private_expedited_fail() 146 if (errno != EPERM) { in test_membarrier_private_expedited_sync_core_fail() 149 test_name, flags, EPERM, strerror(EPERM), in test_membarrier_private_expedited_sync_core_fail()
|
/external/arm-trusted-firmware/docs/components/ |
D | firmware-update.rst | 207 : -EPERM 210 if (image_id is invalid) return -EPERM 211 if (image_id is non-secure image) return -EPERM 212 if (image_id state is not (RESET or COPYING)) return -EPERM 213 if (secure world caller) return -EPERM 219 if (image overlaps another image) return -EPERM 255 : -EPERM 259 if (image_id is invalid) return -EPERM 261 if (image_id state is not RESET) return -EPERM 265 if (image_id state is not COPIED) return -EPERM [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
D | 7-1.c | 39 if (errno == EPERM) { in set_nonroot() 70 if (result == -1 && errno == EPERM) { in main() 78 if (errno != EPERM) { in main()
|
/external/libcap/psx/ |
D | psx_cgo_test.go | 21 setErrno(int(syscall.EPERM)) 37 if v := setErrno(-1); v != int(syscall.EPERM) { 38 t.Errorf("psx changes prevailing errno got=%v(%d) want=%v", syscall.Errno(v), v, syscall.EPERM)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 26-1.c | 39 if (errno == EPERM) { in set_nonroot() 75 if (result == -1 && errno == EPERM) { in main() 78 } else if (errno != EPERM) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 20-1.c | 45 if (errno == EPERM) { in set_nonroot() 78 if (result == -1 && errno == EPERM) { in main() 81 } else if (errno != EPERM) { in main()
|
/external/ltp/testcases/kernel/syscalls/setegid/ |
D | setegid02.c | 76 if (TEST_ERRNO == EPERM) { in setegid_verify() 81 EPERM, strerror(EPERM)); in setegid_verify()
|
/external/strace/tests-mx32/ |
D | caps.c | 74 if (capset(head, tail_data) == 0 || errno != EPERM) in main() 78 if (capset(head, tail_data) == 0 || errno != EPERM) in main() 84 errno != EPERM) in main()
|
/external/strace/tests-m32/ |
D | caps.c | 74 if (capset(head, tail_data) == 0 || errno != EPERM) in main() 78 if (capset(head, tail_data) == 0 || errno != EPERM) in main() 84 errno != EPERM) in main()
|
/external/strace/tests/ |
D | caps.c | 74 if (capset(head, tail_data) == 0 || errno != EPERM) in main() 78 if (capset(head, tail_data) == 0 || errno != EPERM) in main() 84 errno != EPERM) in main()
|
/external/linux-kselftest/tools/testing/selftests/nsfs/ |
D | owner.c | 78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main()
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr02.c | 98 .exp_err = EPERM, 106 .exp_err = EPERM, 114 .exp_err = EPERM, 122 .exp_err = EPERM,
|
/external/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 49 {0x20080522, 0, CAP2, CAP1, CAP1, EPERM, 0, "Test bad value data(when pE is not in pP)"}, 50 {0x20080522, 0, CAP1, CAP2, CAP1, EPERM, 0, "Test bad value data(when pP is not in old pP)"}, 51 …{0x20080522, 0, CAP1, CAP1, CAP2, EPERM, 0, "Test bad value data(when pI is not in bounding set or…
|
/external/ltp/testcases/kernel/syscalls/sched_setaffinity/ |
D | sched_setaffinity01.c | 45 {&privileged_pid, &mask_size, &mask, EPERM}, 59 if (tc->exp_errno == EPERM) { in verify_test() 86 if (tc->exp_errno == EPERM) in verify_test()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/ |
D | 5-1.c | 54 } else if (error != EPERM) { in main() 56 "error (%d != %d)\n", EPERM, error); in main()
|
/external/ltp/testcases/kernel/syscalls/fsetxattr/ |
D | fsetxattr02.c | 109 .exp_err = EPERM, 118 .exp_err = EPERM, 127 .exp_err = EPERM, 136 .exp_err = EPERM,
|
/external/strace/ |
D | ucopy.c | 127 case EFAULT: case EIO: case EPERM: in umoven_peekdata() 179 case EPERM: in umoven() 223 case EFAULT: case EIO: case EPERM: in umovestr_peekdata() 304 case EPERM: in umovestr()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/ |
D | 5-1.c | 40 } else if (errno == EPERM) { in main() 69 } else if (errno == EPERM) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | 3-1.c | 46 if (errno == EPERM) { in set_nonroot() 82 if (EPERM != errno) { in main()
|