/third_party/ltp/testcases/kernel/syscalls/getsid/ |
H A D | getsid02.c | 22 TST_EXP_FAIL(getsid(unused_pid), ESRCH); in run() local
|
/third_party/ltp/testcases/kernel/syscalls/wait4/ |
H A D | wait403.c | 31 TST_EXP_FAIL2(wait4(INT_MIN, &status, 0, &rusage), ESRCH, in run() local
|
/third_party/ltp/testcases/kernel/syscalls/getpgid/ |
H A D | getpgid02.c | 27 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 D | pidns06.c | 27 TST_EXP_FAIL(kill(pid, SIGKILL), ESRCH); in child_func() local
|
/third_party/ltp/testcases/kernel/syscalls/sched_getaffinity/ |
H A D | sched_getaffinity01.c | 80 errno_test(tst_get_unused_pid(), len, mask, ESRCH); in do_test() local
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_setup.h | 187 # define ESRCH 3 macro
|
H A D | config-win32.h | 368 # define ESRCH ERROR_PATH_NOT_FOUND macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 4 #define ESRCH 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 4 #define ESRCH 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 4 #define ESRCH 3 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 4 #define ESRCH 3 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 50 #define ESRCH 3 /* No such process */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 3 #define ESRCH 3 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 5 pub const ESRCH: u32 = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 5 pub const ESRCH: u32 = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 5 pub const ESRCH: u32 = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 5 pub const ESRCH: u32 = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 5 pub const ESRCH: u32 = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | errno.rs | 5 pub const ESRCH: u32 = 3; consts
|