| /third_party/ltp/testcases/kernel/syscalls/capset/ |
| H A D | capset04.c | 37 TST_EXP_FAIL(tst_syscall(__NR_capset, header, data), EPERM, "capset()"); in verify_capset() local
|
| H A D | capset03.c | 32 TST_EXP_FAIL(tst_syscall(__NR_capset, header, data), EPERM, "capset()"); in verify_capset() local
|
| /third_party/ltp/testcases/kernel/syscalls/setpgid/ |
| H A D | setpgid03.c | 47 TST_EXP_FAIL(setpgid(child_pid, getppid()), EPERM); in run() local
|
| /third_party/ltp/testcases/kernel/syscalls/chroot/ |
| H A D | chroot01.c | 23 TST_EXP_FAIL(chroot(path), EPERM, "unprivileged chroot()"); in verify_chroot() local
|
| /third_party/ltp/testcases/kernel/syscalls/setreuid/ |
| H A D | setreuid06.c | 44 TST_EXP_FAIL(SETREUID(other_uid, other_uid), EPERM, in run() local
|
| /third_party/ltp/testcases/kernel/syscalls/setuid/ |
| H A D | setuid03.c | 25 TST_EXP_FAIL(SETUID(ROOT_USER), EPERM); in verify_setuid() local
|
| /third_party/ltp/testcases/kernel/containers/userns/ |
| H A D | userns04.c | 28 TST_EXP_FAIL(setns(fd, CLONE_NEWUSER), EPERM); in child_fn2() local
|
| /third_party/ltp/testcases/kernel/syscalls/mlock/ |
| H A D | mlock02.c | 74 TST_EXP_FAIL(mlock(addr, len), EPERM, "mlock(%p, %lu)", addr, len); in test_eperm() local
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| H A D | errno.h | 2 #define EPERM 1 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| H A D | errno.h | 2 #define EPERM 1 macro
|
| /third_party/musl/porting/liteos_a/kernel/include/bits/ |
| H A D | errno.h | 2 #define EPERM 1 macro
|
| /third_party/musl/porting/liteos_m/user/include/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| H A D | errno.h | 2 #define EPERM 1 macro
|
| /third_party/lwip/src/include/lwip/ |
| H A D | errno.h | 48 #define EPERM 1 /* Operation not permitted */ macro
|
| /third_party/musl/arch/generic/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/musl/arch/mipsn32/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/musl/arch/mips/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/musl/arch/mips64/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/musl/arch/powerpc/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/musl/arch/powerpc64/bits/ |
| H A D | errno.h | 1 #define EPERM 1 macro
|
| /third_party/rust/crates/linux-raw-sys/src/aarch64/ |
| H A D | errno.rs | 3 pub const EPERM: u32 = 1; consts
|
| /third_party/rust/crates/linux-raw-sys/src/riscv32/ |
| H A D | errno.rs | 3 pub const EPERM: u32 = 1; consts
|
| /third_party/rust/crates/linux-raw-sys/src/riscv64/ |
| H A D | errno.rs | 3 pub const EPERM: u32 = 1; consts
|
| /third_party/rust/crates/linux-raw-sys/src/mips64/ |
| H A D | errno.rs | 3 pub const EPERM: u32 = 1; consts
|
| /third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
| H A D | errno.rs | 3 pub const EPERM: u32 = 1; consts
|