Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh38 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/
Dmi2cv.c134 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/
Dbl1_fwu.c214 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/
Dsetregid02.c42 &neg_one, &root.gr_gid, EPERM, &ltpgroup, &ltpgroup,
44 &neg_one, &bin.gr_gid, EPERM, &ltpgroup, &ltpgroup,
46 &root.gr_gid, &neg_one, EPERM, &ltpgroup, &ltpgroup,
48 &bin.gr_gid, &neg_one, EPERM, &ltpgroup, &ltpgroup,
50 &root.gr_gid, &bin.gr_gid, EPERM, &ltpgroup, &ltpgroup,
52 &bin.gr_gid, &root.gr_gid, EPERM, &ltpgroup, &ltpgroup,
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_filesystem_test.c182 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/
D6-1.c47 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/
Dmembarrier_test_impl.h89 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/
Dfirmware-update.rst207 : -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/
D7-1.c39 if (errno == EPERM) { in set_nonroot()
70 if (result == -1 && errno == EPERM) { in main()
78 if (errno != EPERM) { in main()
/external/libcap/psx/
Dpsx_cgo_test.go21 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/
D26-1.c39 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/
D20-1.c45 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/
Dsetegid02.c76 if (TEST_ERRNO == EPERM) { in setegid_verify()
81 EPERM, strerror(EPERM)); in setegid_verify()
/external/strace/tests-mx32/
Dcaps.c74 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/
Dcaps.c74 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/
Dcaps.c74 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/
Downer.c78 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/
Dsetxattr02.c98 .exp_err = EPERM,
106 .exp_err = EPERM,
114 .exp_err = EPERM,
122 .exp_err = EPERM,
/external/ltp/testcases/kernel/syscalls/capset/
Dcapset02.c49 {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/
Dsched_setaffinity01.c45 {&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/
D5-1.c54 } else if (error != EPERM) { in main()
56 "error (%d != %d)\n", EPERM, error); in main()
/external/ltp/testcases/kernel/syscalls/fsetxattr/
Dfsetxattr02.c109 .exp_err = EPERM,
118 .exp_err = EPERM,
127 .exp_err = EPERM,
136 .exp_err = EPERM,
/external/strace/
Ducopy.c127 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/
D5-1.c40 } else if (errno == EPERM) { in main()
69 } else if (errno == EPERM) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
D3-1.c46 if (errno == EPERM) { in set_nonroot()
82 if (EPERM != errno) { in main()

12345678910>>...18