HomeSort by relevance Sort by last modified time
    Searched refs:EPERM (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
StubFunctions.c 25 errno = EPERM;
32 errno = EPERM;
39 errno = EPERM;
58 errno = EPERM;
65 errno = EPERM;
77 errno = EPERM;
84 errno = EPERM;
  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl08.c 29 if (errno != EPERM) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
6-1.c 11 * Test that sched_getparam() sets errno == EPERM if the requesting process
19 * EPERM. It is implementation defined.
47 if (errno == EPERM)
56 if (errno == EPERM)
90 if (result == -1 && errno == EPERM) {
98 if (errno != EPERM) {
99 perror("errno is not EPERM: The system allows a non-root"
  /external/ltp/testcases/kernel/syscalls/setegid/
setegid02.c 20 * EPERM should return.
76 if (TEST_ERRNO == EPERM) {
81 EPERM, strerror(EPERM));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
7-1.c 11 * Test that sched_getscheduler() sets errno == EPERM when the requesting
39 if (errno == EPERM) {
70 if (result == -1 && errno == EPERM) {
78 if (errno != EPERM) {
79 perror("errno is not EPERM");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
26-1.c 11 * Test that sched_setparam() sets errno == EPERM when the requesting process
39 if (errno == EPERM) {
75 if (result == -1 && errno == EPERM) {
78 } else if (errno != EPERM) {
79 perror("errno is not EPERM");
22-1.c 33 } else if (errno == EPERM) {
25-4.c 43 } else if (errno == EPERM) {
65 } else if (errno == EPERM) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
20-1.c 11 * Test that sched_setscheduler() sets errno == EPERM when the requesting
45 if (errno == EPERM) {
78 if (result == -1 && errno == EPERM) {
81 } else if (errno != EPERM) {
82 perror("errno is not EPERM");
19-4.c 48 } else if (errno == EPERM) {
70 } else if (errno == EPERM) {
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
unlock.pass.cpp 48 assert(e.code().value() == EPERM);
60 assert(e.code().value() == EPERM);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 47 assert(e.code().value() == EPERM);
59 assert(e.code().value() == EPERM);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
5-1.c 4 * The clock_getcpuclockid() function shall fail and return EPERM if the
54 } else if (error != EPERM) {
56 "error (%d != %d)\n", EPERM, error);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
5-1.c 40 } else if (errno == EPERM) {
69 } else if (errno == EPERM) {
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat_tests.sh 33 # Starting with 4.8.0 operations on immutable files return EPERM instead of
38 imaccess=EPERM
42 imaccess=EPERM
130 EXPECTED_RESULT=$2 # SUCCESS / EACCES / EPERM / EINVAL
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
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm_para.h 25 #define KVM_EPERM EPERM
  /external/kernel-headers/original/uapi/linux/
kvm_para.h 18 #define KVM_EPERM EPERM
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
3-1.c 10 will fail with errno set to EPERM.
34 if (EPERM != errno) {
35 printf("Test FAILED: EPERM error not received\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
8-1.c 29 } else if (errno == EPERM) {
15-1.c 10 * Test that the mlockall() function set errno = EPERM if the calling process
50 if (errno == EPERM) {
78 if (result == -1 && errno == EPERM) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 33 fbadop_* Does nothing and returns EPERM
48 errno = EPERM;
54 errno = EPERM;
60 errno = EPERM;
66 errno = EPERM;
72 errno = EPERM;
78 errno = EPERM;
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid02.c 42 &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/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
15-1.c 10 * Test that the mlockall() function set errno = EPERM if the calling process
50 if (errno == EPERM) {
78 if (result == -1 && errno == EPERM) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
12-1.c 10 returns -1 and errno is set to [EPERM]
43 if (errno == EPERM) {
74 if (EPERM == errno) {
75 printf("EPERM error received\n");
3-1.c 10 function will fail with errno set to EPERM, unless the sending process
46 if (errno == EPERM) {
82 if (EPERM != errno) {
83 printf("Test FAILED: EPERM error not received\n");

Completed in 1883 milliseconds

1 2 3 4 5 6 7 8 91011>>