Home
last modified time | relevance | path

Searched defs:ESRCH (Results 1 - 25 of 52) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/getsid/
H A Dgetsid02.c22 TST_EXP_FAIL(getsid(unused_pid), ESRCH); in run() local
/third_party/ltp/testcases/kernel/syscalls/wait4/
H A Dwait403.c31 TST_EXP_FAIL2(wait4(INT_MIN, &status, 0, &rusage), ESRCH, in run() local
/third_party/ltp/testcases/kernel/syscalls/getpgid/
H A Dgetpgid02.c27 TST_EXP_FAIL2(getpgid(neg_pid), ESRCH, "getpgid(%d)", neg_pid); in run() local
28 TST_EXP_FAIL2(getpgid(unused_pid), ESRCH, "getpgid(%d)", unused_pid); in run() local
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns06.c27 TST_EXP_FAIL(kill(pid, SIGKILL), ESRCH); in child_func() local
/third_party/ltp/testcases/kernel/syscalls/sched_getaffinity/
H A Dsched_getaffinity01.c80 errno_test(tst_get_unused_pid(), len, mask, ESRCH); in do_test() local
/third_party/node/deps/cares/src/lib/
H A Dares_setup.h187 # define ESRCH 3 macro
H A Dconfig-win32.h368 # define ESRCH ERROR_PATH_NOT_FOUND macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h4 #define ESRCH 3 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h4 #define ESRCH 3 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h4 #define ESRCH 3 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h4 #define ESRCH 3 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h50 #define ESRCH 3 /* No such process */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h3 #define ESRCH 3 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs5 pub const ESRCH: u32 = 3; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs5 pub const ESRCH: u32 = 3; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs5 pub const ESRCH: u32 = 3; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs5 pub const ESRCH: u32 = 3; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs5 pub const ESRCH: u32 = 3; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Derrno.rs5 pub const ESRCH: u32 = 3; consts

Completed in 12 milliseconds

123