Home
last modified time | relevance | path

Searched defs:EPERM (Results 1 - 25 of 53) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/capset/
H A Dcapset04.c37 TST_EXP_FAIL(tst_syscall(__NR_capset, header, data), EPERM, "capset()"); in verify_capset() local
H A Dcapset03.c32 TST_EXP_FAIL(tst_syscall(__NR_capset, header, data), EPERM, "capset()"); in verify_capset() local
/third_party/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid03.c47 TST_EXP_FAIL(setpgid(child_pid, getppid()), EPERM); in run() local
/third_party/ltp/testcases/kernel/syscalls/chroot/
H A Dchroot01.c23 TST_EXP_FAIL(chroot(path), EPERM, "unprivileged chroot()"); in verify_chroot() local
/third_party/ltp/testcases/kernel/syscalls/setreuid/
H A Dsetreuid06.c44 TST_EXP_FAIL(SETREUID(other_uid, other_uid), EPERM, in run() local
/third_party/ltp/testcases/kernel/syscalls/setuid/
H A Dsetuid03.c25 TST_EXP_FAIL(SETUID(ROOT_USER), EPERM); in verify_setuid() local
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns04.c28 TST_EXP_FAIL(setns(fd, CLONE_NEWUSER), EPERM); in child_fn2() local
/third_party/ltp/testcases/kernel/syscalls/mlock/
H A Dmlock02.c74 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 Derrno.h2 #define EPERM 1 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h2 #define EPERM 1 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h2 #define EPERM 1 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h2 #define EPERM 1 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h48 #define EPERM 1 /* Operation not permitted */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h1 #define EPERM 1 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs3 pub const EPERM: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs3 pub const EPERM: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs3 pub const EPERM: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs3 pub const EPERM: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs3 pub const EPERM: u32 = 1; consts

Completed in 10 milliseconds

123