HomeSort by relevance Sort by last modified time
    Searched refs:EPERM (Results 1 - 25 of 540) 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.
48 if (errno == EPERM)
57 if (errno == EPERM)
91 if (result == -1 && errno == EPERM) {
99 if (errno != EPERM) {
100 perror("errno is not EPERM: The system allows a non-root"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kvm_para.h 16 #define KVM_EPERM EPERM
  /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
40 if (errno == EPERM) {
71 if (result == -1 && errno == EPERM) {
79 if (errno != EPERM) {
80 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
46 if (errno == EPERM) {
79 if (result == -1 && errno == EPERM) {
82 } else if (errno != EPERM) {
83 perror("errno is not 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
55 } else if (error != EPERM) {
57 "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) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/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 24 #define KVM_EPERM EPERM
  /external/kernel-headers/original/uapi/linux/
kvm_para.h 17 #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
51 if (errno == EPERM) {
79 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/munlockall/
munlockall02.c 23 * TEST TITLE : test for EPERM error value when run as non superuser
34 * Verify munlockall(2) returns -1 and sets errno to EPERM
101 if ((TEST_RETURN == -1) && (TEST_ERRNO == EPERM)) {
103 " as expected for non-superuser" ":GOT EPERM");
107 EPERM, TEST_ERRNO, strerror(TEST_ERRNO));
  /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
51 if (errno == EPERM) {
79 if (result == -1 && errno == EPERM) {

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011>>