| /tools/lib/bpf/ |
| A D | usdt.bpf.h | 87 return spec_id_ptr ? *spec_id_ptr : -ESRCH; in __bpf_usdt_spec_id() 102 return -ESRCH; in bpf_usdt_arg_cnt() 106 return -ESRCH; in bpf_usdt_arg_cnt() 123 return -ESRCH; in bpf_usdt_arg_size() 127 return -ESRCH; in bpf_usdt_arg_size() 159 return -ESRCH; in bpf_usdt_arg() 163 return -ESRCH; in bpf_usdt_arg()
|
| A D | str_error.c | 96 case -ESRCH: return "-ESRCH"; in libbpf_errstr()
|
| A D | usdt.c | 267 return ERR_PTR(-ESRCH); in usdt_manager_new() 444 return -ESRCH; in parse_elf_segs() 530 err = -ESRCH; in parse_vma_segs() 674 err = -ESRCH; in collect_usdt_targets() 680 err = -ESRCH; in collect_usdt_targets() 721 err = -ESRCH; in collect_usdt_targets() 746 err = -ESRCH; in collect_usdt_targets() 752 err = -ESRCH; in collect_usdt_targets()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno-base.h | 7 #define ESRCH 3 /* No such process */ macro
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | section_names.c | 21 {"InvAliD", {-ESRCH, 0, 0}, {-EINVAL, 0} }, 22 {"cgroup", {-ESRCH, 0, 0}, {-EINVAL, 0} },
|
| A D | htab_update.c | 28 if (!ASSERT_TRUE(!err || err == -ESRCH, "htab_update__load") || err) in test_reenter_update()
|
| /tools/testing/selftests/arm64/abi/ |
| A D | ptrace.c | 207 if (errno == ESRCH) in do_parent() 226 if (errno == ESRCH) in do_parent()
|
| /tools/testing/selftests/sched_ext/ |
| A D | select_cpu_dfl_nodispatch.bpf.c | 43 return -ESRCH; in BPF_STRUCT_OPS()
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | libc-gcs.c | 198 if (errno == ESRCH) { in TEST() 199 ASSERT_NE(errno, ESRCH); in TEST() 219 if (errno == ESRCH) { in TEST() 220 ASSERT_NE(errno, ESRCH); in TEST()
|
| /tools/include/nolibc/sys/ |
| A D | wait.h | 61 SET_ERRNO(ESRCH); in waitpid()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | za-ptrace.c | 285 if (errno == ESRCH) in do_parent() 304 if (errno == ESRCH) in do_parent()
|
| A D | zt-ptrace.c | 290 if (errno == ESRCH) in do_parent() 309 if (errno == ESRCH) in do_parent()
|
| A D | sve-ptrace.c | 657 if (errno == ESRCH) in do_parent() 676 if (errno == ESRCH) in do_parent()
|
| /tools/testing/selftests/mm/ |
| A D | mrelease_test.c | 159 if (errno == ESRCH) { in main()
|
| A D | process_madv.c | 248 ASSERT_EQ(errno, ESRCH); in TEST_F()
|
| A D | pkey_sighandler_tests.c | 518 } while (ret != -ESRCH && ret != -EINVAL); in test_pkru_sigreturn()
|
| /tools/testing/selftests/landlock/ |
| A D | ptrace_test.c | 404 EXPECT_EQ(ESRCH, errno); in TEST_F() 557 EXPECT_EQ(ESRCH, errno); in TEST_F()
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_test.c | 186 if (saved_errno != ESRCH) in test_pidfd_send_signal_exited_fail() 337 if (ret && errno == ESRCH) in test_pidfd_send_signal_recycled_pid_fail()
|
| A D | pidfd_getfd_test.c | 264 EXPECT_EQ(errno, ESRCH); in TEST_F()
|
| A D | pidfd_info_test.c | 154 ASSERT_EQ(errno, ESRCH); in TEST_F() 188 ASSERT_EQ(errno, ESRCH); in TEST_F()
|
| /tools/testing/selftests/kvm/ |
| A D | arch_timer.c | 108 TEST_ASSERT(ret == 0 || ret == ESRCH, in test_migrate_vcpu()
|
| /tools/testing/selftests/bpf/ |
| A D | trace_helpers.c | 273 return -ESRCH; /* vma not found */ in procmap_query() 330 return -ESRCH; in get_uprobe_offset()
|
| /tools/testing/selftests/cgroup/ |
| A D | test_kill.c | 226 pid_t pid = -ESRCH; in test_cgkill_forkbomb()
|
| /tools/sched_ext/ |
| A D | scx_central.bpf.c | 309 return -ESRCH; in BPF_STRUCT_OPS_SLEEPABLE()
|
| A D | scx_qmap.bpf.c | 167 return -ESRCH; in BPF_STRUCT_OPS() 838 return -ESRCH; in BPF_STRUCT_OPS_SLEEPABLE()
|