bin/pkill/pkill.c
674
if (errno != ESRCH)
bin/ps/ps.c
591
if ((kp == NULL && errno != ESRCH) || (kp != NULL && nentries < 0))
bin/pwait/pwait.c
203
if (errno != ESRCH)
bin/sh/jobs.c
732
errno = ESRCH;
bin/timeout/timeout.c
175
if (kill(pid, signo) < 0 && errno != ESRCH)
bin/timeout/timeout.c
181
errno != ESRCH) {
crypto/openssh/openbsd-compat/bsd-misc.c
400
errno = ESRCH;
crypto/openssh/sshd-session.c
1361
errno != ESRCH) {
lib/libc/compat-43/killpg.c
43
errno = ESRCH;
lib/libc/gen/_pthread_stubs.c
352
return (ESRCH);
lib/libc/gen/_pthread_stubs.c
359
return (ESRCH);
lib/libc/gen/pututxline.c
151
error = ESRCH;
lib/libc/resolv/res_send.c
304
errno = ESRCH;
lib/libc/stdlib/hsearch_r.c
98
errno = ESRCH;
lib/libc/tests/sys/cpuset_test.c
172
ATF_CHECK_EQ(ESRCH, errno);
lib/libkldelf/ef_obj.c
168
return (ESRCH);
lib/libpmcstat/libpmcstat_process.c
351
else if (errno != ESRCH)
lib/libprocstat/libprocstat.c
1804
if (error != 0 && errno != ESRCH && errno != EPERM)
lib/libprocstat/libprocstat.c
2107
if (error != 0 && errno != ESRCH && errno != EPERM)
lib/libprocstat/libprocstat.c
2187
if (error < 0 && errno != ESRCH) {
lib/libprocstat/libprocstat.c
2250
if (error != 0 && errno != ESRCH)
lib/libprocstat/libprocstat.c
2330
if (error != 0 && errno != ESRCH)
lib/libprocstat/libprocstat.c
2420
if (errno != ESRCH && errno != EPERM)
lib/libprocstat/libprocstat.c
2478
if (errno != ESRCH && errno != EPERM)
lib/libprocstat/libprocstat.c
2587
if (error < 0 && errno != ESRCH && errno != EPERM && errno != ENOENT) {
lib/libthr/arch/amd64/amd64/thr_machdep.c
42
if (error != 0 && errno == ESRCH) {
lib/libthr/thread/thr_info.c
135
res = ESRCH;
lib/libthr/thread/thr_info.c
138
res = ESRCH;
lib/libthr/thread/thr_info.c
81
res = ESRCH;
lib/libthr/thread/thr_join.c
130
return (ESRCH);
lib/libthr/thread/thr_list.c
358
ret = ESRCH;
lib/libthr/thread/thr_list.c
361
ret = ESRCH;
lib/libutil/uucplock.c
96
if (kill(pid_old, 0) == 0 || errno != ESRCH)
libexec/bootpd/rtmsg.c
220
if ((errno != ESRCH) && !(errno == EEXIST && cmd == RTM_ADD)){
libexec/rtld-elf/rtld.c
4836
return (req->sym_out != NULL ? 0 : ESRCH);
libexec/rtld-elf/rtld.c
4907
return (req->sym_out != NULL ? 0 : ESRCH);
libexec/rtld-elf/rtld.c
4941
return (ESRCH);
libexec/rtld-elf/rtld.c
4980
return (ESRCH);
libexec/rtld-elf/rtld.c
5175
return (ESRCH); /* Bad object */
libexec/rtld-elf/rtld.c
5188
return (ESRCH);
libexec/rtld-elf/rtld.c
5216
return (ESRCH);
libexec/rtld-elf/rtld.c
5221
return (ESRCH);
libexec/rtld-elf/rtld.c
5238
return (ESRCH);
sbin/camcontrol/modeedit.c
1104
} else if (errno == ESRCH) {
sbin/camcontrol/modeedit.c
587
returnerr(ESRCH);
sbin/hastd/hooks.c
303
if (kill(hp->hp_pid, 0) == -1 && errno == ESRCH) {
sbin/init/init.c
1985
if (kill(-1, death_sigs[i]) == -1 && errno == ESRCH)
sbin/init/init.c
771
if (error != 0 && errno != ESRCH) {
sbin/init/init.c
867
if (error != 0 && errno != ESRCH) {
sbin/ipfw/nat64clat.c
439
return (ESRCH);
sbin/ipfw/nat64clat.c
442
return (ESRCH);
sbin/ipfw/nat64clat.c
465
return (ESRCH);
sbin/ipfw/nat64lsn.c
168
return (ESRCH);
sbin/ipfw/nat64lsn.c
171
return (ESRCH);
sbin/ipfw/nat64lsn.c
784
return (ESRCH);
sbin/ipfw/nat64lsn.c
787
return (ESRCH);
sbin/ipfw/nat64lsn.c
829
return (ESRCH);
sbin/ipfw/nat64stl.c
455
return (ESRCH);
sbin/ipfw/nat64stl.c
458
return (ESRCH);
sbin/ipfw/nat64stl.c
481
return (ESRCH);
sbin/ipfw/nptv6.c
363
return (ESRCH);
sbin/ipfw/nptv6.c
366
return (ESRCH);
sbin/ipfw/nptv6.c
387
return (ESRCH);
sbin/ipfw/tables.c
1101
case ESRCH:
sbin/ipfw/tables.c
1169
case ESRCH:
sbin/ipfw/tables.c
1488
if (error != ESRCH)
sbin/ipfw/tables.c
241
if (errno != ESRCH)
sbin/ipfw/tables.c
258
if (errno != ESRCH)
sbin/pfctl/pfctl.c
1406
if (error == ESRCH) {
sbin/pfctl/pfctl.c
1484
case ESRCH:
sbin/pfctl/pfctl.c
4169
case ESRCH:
sbin/pfctl/pfctl.c
444
else if (ret == ESRCH)
sbin/reboot/reboot.c
481
if (kill(-1, SIGTERM) == -1 && errno != ESRCH)
sbin/reboot/reboot.c
504
if (errno == ESRCH)
sbin/route/route.c
1126
case ESRCH:
sbin/route/route.c
1620
case ESRCH:
sbin/route/route_netlink.c
296
case (ESRCH):
sbin/routed/table.c
1303
&& m.r.rtm.rtm_errno != ESRCH) {
sbin/routed/table.c
724
if (errno == ESRCH
stand/common/load_elf_obj.c
491
return (ESRCH);
stand/common/reloc_elf.c
120
return (ESRCH);
stand/common/reloc_elf.c
179
return (ESRCH);
stand/liblua/lerrno.c
50
ENTRY(ESRCH),
sys/amd64/amd64/ptrace_machdep.c
376
error = ESRCH;
sys/amd64/amd64/sys_machdep.c
318
error = ESRCH;
sys/cam/scsi/scsi_target.c
699
error = ESRCH;
sys/cddl/dev/dtrace/dtrace_ioctl.c
708
return (ESRCH);
sys/cddl/dev/dtrace/dtrace_ioctl.c
733
return (ESRCH);
sys/compat/linux/linux_futex.c
905
return (ESRCH);
sys/compat/linux/linux_misc.c
1296
return (ESRCH);
sys/compat/linux/linux_misc.c
1312
return (ESRCH);
sys/compat/linux/linux_misc.c
1868
return (ESRCH);
sys/compat/linux/linux_misc.c
1918
return (ESRCH);
sys/compat/linux/linux_misc.c
1971
return (ESRCH);
sys/compat/linux/linux_misc.c
2004
return (ESRCH);
sys/compat/linux/linux_misc.c
2377
return (ESRCH);
sys/compat/linux/linux_misc.c
2821
return (ESRCH);
sys/compat/linux/linux_misc.c
2845
error = ESRCH;
sys/compat/linux/linux_misc.c
2889
error = ESRCH;
sys/compat/linux/linux_misc.c
2925
return (ESRCH);
sys/compat/linux/linux_misc.c
2949
error = ESRCH;
sys/compat/linux/linux_misc.c
789
return (ESRCH);
sys/compat/linux/linux_ptrace.c
630
error = ESRCH;
sys/compat/linux/linux_signal.c
896
return (ESRCH);
sys/compat/linux/linux_signal.c
936
return (ESRCH);
sys/compat/linuxkpi/common/src/linux_80211.c
2818
return (ESRCH);
sys/dev/acpica/acpi_cpu.c
584
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
1244
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3135
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3138
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3142
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3205
ESRCH : pmc_attach_process(po->po_owner, pm);
sys/dev/hwpmc/hwpmc_mod.c
3706
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3713
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3750
return (ESRCH);
sys/dev/hwpmc/hwpmc_mod.c
3758
return (ESRCH);
sys/dev/ice/ice_strings.c
313
case ESRCH:
sys/dev/iscsi/iscsi.c
1537
return (ESRCH);
sys/dev/iscsi/iscsi.c
1579
return (ESRCH);
sys/dev/iscsi/iscsi.c
1725
return (ESRCH);
sys/dev/iscsi/iscsi.c
1756
return (ESRCH);
sys/dev/iscsi/iscsi.c
1819
return (ESRCH);
sys/dev/iscsi/iscsi.c
1869
return (ESRCH);
sys/dev/iscsi/iscsi.c
2114
return (ESRCH);
sys/dev/iscsi/iscsi.c
2195
return (ESRCH);
sys/dev/ixl/i40e_adminq.h
127
-ESRCH, /* I40E_AQ_RC_ESRCH */
sys/dev/ixl/i40e_nvm.c
1039
*perrno = -ESRCH;
sys/dev/ixl/i40e_nvm.c
1182
*perrno = -ESRCH;
sys/dev/ixl/i40e_nvm.c
1226
*perrno = -ESRCH;
sys/dev/ixl/i40e_nvm.c
1315
*perrno = -ESRCH;
sys/dev/ixl/ixl_pf_iov.c
1572
return (ESRCH);
sys/dev/ofw/ofw_bus_subr.c
848
return (ESRCH);
sys/dev/ofw/ofw_bus_subr.c
851
err = ESRCH;
sys/fs/autofs/autofs.c
603
return (ESRCH);
sys/fs/autofs/autofs.c
631
return (ESRCH);
sys/fs/devfs/devfs_rule.c
223
error = ESRCH;
sys/fs/devfs/devfs_rule.c
290
error = ESRCH;
sys/fs/devfs/devfs_rule.c
489
return (ESRCH);
sys/i386/linux/linux_ptrace_machdep.c
342
error = ESRCH;
sys/i386/linux/linux_ptrace_machdep.c
348
error = ESRCH;
sys/kern/kern_cpuset.c
1894
return (ESRCH);
sys/kern/kern_cpuset.c
2051
error = ESRCH;
sys/kern/kern_cpuset.c
916
return (ESRCH);
sys/kern/kern_cpuset.c
927
return (ESRCH);
sys/kern/kern_cpuset.c
938
return (ESRCH);
sys/kern/kern_cpuset.c
943
return (ESRCH);
sys/kern/kern_cpuset.c
957
return (ESRCH);
sys/kern/kern_cpuset.c
967
return (ESRCH);
sys/kern/kern_descrip.c
1330
ret = ESRCH;
sys/kern/kern_descrip.c
1355
ret = ESRCH;
sys/kern/kern_event.c
461
return (ESRCH);
sys/kern/kern_exit.c
1583
error = ESRCH;
sys/kern/kern_exit.c
1592
error = ESRCH;
sys/kern/kern_intr.c
469
return (ESRCH);
sys/kern/kern_intr.c
495
return (ESRCH);
sys/kern/kern_jail.c
4128
prison_ischild(cred1->cr_prison, cred2->cr_prison)) ? 0 : ESRCH);
sys/kern/kern_kthread.c
285
return (ESRCH);
sys/kern/kern_ktrace.c
1179
error = ESRCH;
sys/kern/kern_ktrace.c
1190
error = ESRCH;
sys/kern/kern_ktrace.c
1206
error = ESRCH;
sys/kern/kern_linker.c
588
return (ESRCH);
sys/kern/kern_proc.c
2443
return (ESRCH);
sys/kern/kern_proc.c
3266
error = ESRCH;
sys/kern/kern_proc.c
533
return (ESRCH);
sys/kern/kern_proc.c
550
error = ESRCH;
sys/kern/kern_proc.c
558
error = ESRCH;
sys/kern/kern_procctl.c
1217
return (ESRCH);
sys/kern/kern_procctl.c
1266
EINVAL : ESRCH;
sys/kern/kern_procctl.c
1285
error = ESRCH;
sys/kern/kern_procctl.c
1316
error = ESRCH;
sys/kern/kern_procctl.c
301
if (error != ESRCH && *w->error == 0) {
sys/kern/kern_procctl.c
396
if (*error == ESRCH) {
sys/kern/kern_procctl.c
584
error = ESRCH;
sys/kern/kern_prot.c
1890
return (ESRCH);
sys/kern/kern_prot.c
1932
return (ESRCH);
sys/kern/kern_prot.c
1964
return (ESRCH);
sys/kern/kern_prot.c
201
return (ESRCH);
sys/kern/kern_prot.c
241
return (ESRCH);
sys/kern/kern_prot.c
465
error = ESRCH;
sys/kern/kern_prot.c
470
error = ESRCH;
sys/kern/kern_rctl.c
1186
error = ESRCH;
sys/kern/kern_rctl.c
1447
return (ESRCH);
sys/kern/kern_rctl.c
1469
return (ESRCH);
sys/kern/kern_resource.c
174
error = ESRCH;
sys/kern/kern_resource.c
274
error = ESRCH;
sys/kern/kern_resource.c
335
return (ESRCH);
sys/kern/kern_resource.c
415
return (ESRCH);
sys/kern/kern_sig.c
1798
if (err != ESRCH)
sys/kern/kern_sig.c
1802
else if (arg->ret == 0 && err != ESRCH && err != EPERM)
sys/kern/kern_sig.c
1867
return (ESRCH);
sys/kern/kern_sig.c
1885
arg.ret = arg.found ? EPERM : ESRCH;
sys/kern/kern_sig.c
1936
return (ESRCH);
sys/kern/kern_sig.c
2059
return (ESRCH);
sys/kern/kern_sig.c
2065
return (ESRCH);
sys/kern/kern_sig.c
2259
return (ESRCH);
sys/kern/kern_thr.c
435
error = ESRCH;
sys/kern/kern_thr.c
451
return (ESRCH);
sys/kern/kern_thr.c
481
return (ESRCH);
sys/kern/kern_thr.c
491
error = ESRCH;
sys/kern/kern_thr.c
505
return (ESRCH);
sys/kern/kern_thr.c
597
return (ESRCH);
sys/kern/kern_thr.c
628
return (ESRCH);
sys/kern/kern_umtx.c
4417
return (ESRCH);
sys/kern/kern_umtx.c
4533
if (error != ESRCH) {
sys/kern/kern_umtx.c
4570
case ESRCH:
sys/kern/link_elf.c
1808
error = ESRCH;
sys/kern/link_elf.c
1820
error = ESRCH;
sys/kern/link_elf_obj.c
1662
return (ESRCH);
sys/kern/p1003_1b.c
128
return (ESRCH);
sys/kern/p1003_1b.c
169
return (ESRCH);
sys/kern/p1003_1b.c
216
return (ESRCH);
sys/kern/p1003_1b.c
262
return (ESRCH);
sys/kern/p1003_1b.c
348
return (ESRCH);
sys/kern/subr_intr.c
1393
return (ESRCH);
sys/kern/subr_intr.c
1439
return (ESRCH);
sys/kern/subr_intr.c
1481
return (ESRCH);
sys/kern/subr_intr.c
1517
return (ESRCH);
sys/kern/subr_intr.c
1552
return (ESRCH);
sys/kern/subr_intr.c
987
return (ESRCH);
sys/kern/subr_stats.c
988
tpl_id = -ESRCH;
sys/kern/sys_procdesc.c
738
return (ESRCH);
sys/kern/sys_procdesc.c
762
error = ESRCH;
sys/kern/sys_process.c
1115
return (ESRCH);
sys/kern/sys_process.c
1122
return (ESRCH);
sys/kern/sys_process.c
1242
error = ESRCH;
sys/kern/sys_process.c
1931
error = ESRCH;
sys/kern/sys_process.c
428
return (ESRCH);
sys/kern/sys_process.c
949
return (ESRCH);
sys/net/if_llatbl.c
992
return (ESRCH);
sys/net/route/fib_algo.c
1491
return (ESRCH);
sys/net/route/route_ctl.c
1047
return (ESRCH);
sys/net/route/route_ctl.c
1116
return (ESRCH);
sys/net/route/route_ctl.c
1156
return (ESRCH);
sys/net/route/route_ctl.c
1239
return (ESRCH);
sys/net/route/route_ctl.c
323
return (ESRCH);
sys/net/route/route_ctl.c
498
return (ESRCH);
sys/net/route/route_ctl.c
577
error = ESRCH;
sys/net/route/route_ctl.c
787
error = ESRCH; /* no entry but creation was not required */
sys/net/route/route_ctl.c
940
error = ESRCH;
sys/net/route/route_ctl.c
981
return (ESRCH);
sys/net/route/route_ctl.c
987
return (ESRCH);
sys/net/route/route_ctl.c
994
return (ESRCH);
sys/net/route/route_ifaddrs.c
164
(cmd == RTM_DELETE && (error == ENOENT || error == ESRCH)))
sys/net/rtsock.c
1210
senderr(ESRCH);
sys/net/rtsock.c
564
return (ESRCH);
sys/net/rtsock.c
607
return (ESRCH);
sys/net/rtsock.c
614
return (ESRCH);
sys/net/rtsock.c
620
return (ESRCH);
sys/net/rtsock.c
814
return (ESRCH);
sys/net/rtsock.c
820
return (ESRCH);
sys/net/rtsock.c
853
return (ESRCH);
sys/net/rtsock.c
858
return (ESRCH);
sys/netgraph/ng_ipfw.c
295
return (ESRCH); /* no hook associated with this rule */
sys/netgraph/ng_tty.c
263
return (ESRCH);
sys/netinet/cc/cc.c
173
error = ESRCH;
sys/netinet/in_pcb.c
3094
error = ESRCH;
sys/netinet/tcp_subr.c
3978
error = ESRCH;
sys/netinet/tcp_subr.c
4098
error = ESRCH;
sys/netinet/tcp_usrreq.c
1881
return(ESRCH);
sys/netinet6/in6_src.c
1069
return (ESRCH);
sys/netinet6/ip6_mroute.c
535
ret = ESRCH;
sys/netipsec/ipsec_output.c
915
error = ESRCH;
sys/netipsec/key.c
5467
error = ESRCH;
sys/netipsec/key.c
5663
return key_senderror(so, m, ESRCH);
sys/netipsec/key.c
5691
return (key_senderror(so, m, ESRCH));
sys/netipsec/key.c
5743
return (key_senderror(so, m, ESRCH));
sys/netipsec/key.c
6354
return (key_senderror(so, m, ESRCH));
sys/netipsec/key.c
6360
return (key_senderror(so, m, ESRCH));
sys/netipsec/key.c
6569
return key_senderror(so, m, ESRCH);
sys/netipsec/key.c
6575
return (key_senderror(so, m, ESRCH));
sys/netipsec/key.c
7191
return (ESRCH);
sys/netipsec/key.c
7222
return (ESRCH);
sys/netipsec/xform_ah.c
720
error = ESRCH;
sys/netipsec/xform_esp.c
516
error = ESRCH;
sys/netipsec/xform_ipcomp.c
309
error = ESRCH;
sys/netlink/route/neigh.c
281
return (ESRCH);
sys/netlink/route/neigh.c
285
return (ESRCH);
sys/netlink/route/nexthop.c
1048
return (ESRCH);
sys/netlink/route/nexthop.c
1056
return (ESRCH);
sys/netlink/route/nexthop.c
1064
int error = ESRCH;
sys/netlink/route/nexthop.c
1095
return (ESRCH);
sys/netlink/route/nexthop.c
189
*perror = ESRCH;
sys/netlink/route/nexthop.c
221
*perror = ESRCH;
sys/netlink/route/nexthop.c
764
return (ESRCH);
sys/netlink/route/nexthop.c
991
return (ESRCH);
sys/netlink/route/rt.c
1119
return (ESRCH);
sys/netlink/route/rt.c
725
return (ESRCH);
sys/netlink/route/rt.c
733
return (ESRCH);
sys/netlink/route/rt.c
772
wa.error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4596
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4609
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4615
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4672
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4681
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4722
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4830
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4862
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
4968
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
5061
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
5320
err = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
5425
return (ESRCH);
sys/netpfil/ipfilter/netinet/fil.c
5562
return (ESRCH);
sys/netpfil/ipfilter/netinet/fil.c
5566
return (ESRCH);
sys/netpfil/ipfilter/netinet/fil.c
7095
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
7216
error = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
7373
errval = ESRCH;
sys/netpfil/ipfilter/netinet/fil.c
7490
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_auth.c
1104
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_auth.c
1110
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_auth.c
565
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_auth.c
732
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_dns_pxy.c
122
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_dstlist.c
373
err = ESRCH;
sys/netpfil/ipfilter/netinet/ip_dstlist.c
481
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_dstlist.c
635
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_dstlist.c
676
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_dstlist.c
855
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_htable.c
1236
err = ESRCH;
sys/netpfil/ipfilter/netinet/ip_htable.c
439
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_htable.c
566
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_htable.c
572
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_htable.c
860
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_lookup.c
681
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_nat.c
1197
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_nat.c
1281
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_nat.c
1750
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_nat.c
1841
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_nat.c
2028
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_nat.c
2196
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_nat.c
7501
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_nat.c
7505
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_nat.c
7863
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_nat6.c
3900
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_nat6.c
3904
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_pool.c
1008
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_pool.c
1038
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_pool.c
1250
err = ESRCH;
sys/netpfil/ipfilter/netinet/ip_pool.c
377
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_pool.c
492
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_proxy.c
597
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_state.c
1005
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_state.c
4751
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_state.c
5104
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_state.c
560
return (ESRCH);
sys/netpfil/ipfilter/netinet/ip_state.c
770
error = ESRCH;
sys/netpfil/ipfilter/netinet/ip_state.c
856
return (ESRCH);
sys/netpfil/ipfw/ip_fw_eaction.c
169
return (ESRCH);
sys/netpfil/ipfw/ip_fw_nat.c
641
return (ESRCH);
sys/netpfil/ipfw/ip_fw_nat.c
708
return (ESRCH);
sys/netpfil/ipfw/ip_fw_nat.c
849
return (ESRCH);
sys/netpfil/ipfw/ip_fw_sockopt.c
3552
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1095
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1099
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1180
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1315
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1418
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1466
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1859
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
1972
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
246
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
250
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
872
return (ESRCH);
sys/netpfil/ipfw/ip_fw_table.c
954
return (ESRCH);
sys/netpfil/ipfw/nat64/nat64stl_control.c
335
return (ESRCH);
sys/netpfil/ipfw/nat64/nat64stl_control.c
443
return (ESRCH);
sys/netpfil/ipfw/nat64/nat64stl_control.c
484
return (ESRCH);
sys/netpfil/ipfw/nptv6/nptv6.c
741
return (ESRCH);
sys/netpfil/ipfw/nptv6/nptv6.c
858
return (ESRCH);
sys/netpfil/ipfw/nptv6/nptv6.c
899
return (ESRCH);
sys/netpfil/pf/pf_ioctl.c
2313
error = ESRCH;
sys/netpfil/pf/pf_ioctl.c
2397
error = ESRCH;
sys/netpfil/pf/pf_nl.c
2792
error = ESRCH;
sys/netpfil/pf/pf_table.c
225
return (ESRCH);
sys/netpfil/pf/pf_table.c
255
return (ESRCH);
sys/netpfil/pf/pf_table.c
326
return (ESRCH);
sys/netpfil/pf/pf_table.c
409
return (ESRCH);
sys/netpfil/pf/pf_table.c
522
return (ESRCH);
sys/netpfil/pf/pf_table.c
557
return (ESRCH);
sys/netpfil/pf/pf_table.c
599
return (ESRCH);
sys/netpfil/pf/pf_table.c
653
return (ESRCH);
sys/netpfil/pf/pf_table.c
893
return (ESRCH);
sys/security/audit/audit_syscalls.c
469
return (ESRCH);
sys/security/audit/audit_syscalls.c
471
return (ESRCH);
sys/security/audit/audit_syscalls.c
498
return (ESRCH);
sys/security/audit/audit_syscalls.c
502
return (ESRCH);
sys/security/audit/audit_syscalls.c
540
return (ESRCH);
sys/security/audit/audit_syscalls.c
542
return (ESRCH);
sys/security/audit/bsm_errno.c
85
{ BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
sys/security/mac/mac_framework.c
713
if (error1 == ESRCH || error2 == ESRCH)
sys/security/mac/mac_framework.c
714
return (ESRCH);
sys/security/mac/mac_syscalls.c
177
error = ESRCH;
sys/security/mac_biba/mac_biba.c
2081
return (ESRCH);
sys/security/mac_biba/mac_biba.c
2101
return (ESRCH);
sys/security/mac_biba/mac_biba.c
2121
return (ESRCH);
sys/security/mac_biba/mac_biba.c
897
return (ESRCH);
sys/security/mac_lomac/mac_lomac.c
1859
return (ESRCH);
sys/security/mac_lomac/mac_lomac.c
1879
return (ESRCH);
sys/security/mac_lomac/mac_lomac.c
1899
return (ESRCH);
sys/security/mac_lomac/mac_lomac.c
994
return (ESRCH);
sys/security/mac_mls/mac_mls.c
1787
return (ESRCH);
sys/security/mac_mls/mac_mls.c
1807
return (ESRCH);
sys/security/mac_mls/mac_mls.c
1827
return (ESRCH);
sys/security/mac_mls/mac_mls.c
860
return (ESRCH);
sys/security/mac_partition/mac_partition.c
141
return (error == 0 ? 0 : ESRCH);
sys/security/mac_partition/mac_partition.c
241
return (error ? ESRCH : 0);
sys/security/mac_partition/mac_partition.c
251
return (error ? ESRCH : 0);
sys/security/mac_partition/mac_partition.c
262
return (error ? ESRCH : 0);
sys/security/mac_seeotheruids/mac_seeotheruids.c
212
int error = ESRCH;
sys/tests/ktest.c
207
return (ESRCH);
sys/xen/error.h
37
[XEN_ESRCH] = ESRCH,
tests/sys/capsicum/capsicum-test.cc
47
if (sysctl(name, nitems(name), NULL, &len, NULL, 0) < 0 && errno == ESRCH) {
tests/sys/capsicum/procdesc.cc
644
EXPECT_EQ(ESRCH, errno);
tests/sys/kern/pdwait.c
239
ATF_REQUIRE_ERRNO(ESRCH, pdkill(fdp, SIGTERM) < 0);
tests/sys/kern/pdwait.c
266
ATF_REQUIRE_ERRNO(ESRCH, pdwait(fdp, NULL, WEXITED, NULL, NULL) < 0);
tests/sys/kern/pdwait.c
289
ATF_REQUIRE_ERRNO(ESRCH, pdwait(fdp, NULL, WEXITED, NULL, NULL) < 0);
tests/sys/kern/procdesc.c
340
ATF_REQUIRE_ERRNO(ESRCH, pdopenpid(123456789, 0) < 0);
tests/sys/kern/procdesc.c
538
ATF_REQUIRE_ERRNO(ESRCH, pdwait(fd2, &status, WEXITED, NULL, NULL) < 0);
tests/sys/kern/ptrace_test.c
171
REQUIRE_EQ(errno, ESRCH);
tests/sys/kern/reaper.c
578
ATF_CHECK(r == -1 && errno == ESRCH);
tests/sys/kern/sysctl_kern_proc.c
55
ATF_REQUIRE_ERRNO(ESRCH, sysctl(mib, 4, NULL, &sz, NULL, 0) != 0);
tools/regression/priv/priv_sched_rtprio.c
251
error, -1, ESRCH);
tools/regression/priv/priv_sched_rtprio.c
257
error, -1, ESRCH);
tools/regression/priv/priv_sched_rtprio.c
274
error, -1, ESRCH);
tools/regression/priv/priv_sched_rtprio.c
280
error, -1, ESRCH);
tools/regression/priv/priv_sched_rtprio.c
297
error, -1, ESRCH);
tools/regression/priv/priv_sched_rtprio.c
303
error, -1, ESRCH);
tools/regression/security/proc_to_proc/scenario.c
156
case ESRCH:
tools/test/ptrace/scescx.c
164
if (errno != ESRCH) {
tools/test/stress2/lib/main.c
60
if (errno != ESRCH)
usr.bin/procstat/procstat_sigs.c
218
if (errno != ESRCH && errno != ENOTTY) {
usr.bin/sockstat/main.c
962
if (errno != ESRCH)
usr.bin/sockstat/main.c
984
if (errno != ESRCH)
usr.bin/tip/tip/uucplock.c
84
if (kill(pid, 0) == 0 || errno != ESRCH) {
usr.sbin/arp/arp.c
809
if (errno != ESRCH || cmd != RTM_DELETE) {
usr.sbin/bhyve/aarch64/vmexit.c
74
if (err == ESRCH) {
usr.sbin/bhyve/amd64/vmexit.c
380
if (err == ESRCH) {
usr.sbin/bhyve/mem_md.c
43
return (ESRCH);
usr.sbin/bhyve/riscv/vmexit.c
88
if (err == ESRCH) {
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c
537
if (errno == ESRCH) {
usr.sbin/jail/command.c
847
if (errno == ESRCH)
usr.sbin/lpr/lpc/cmds.c
328
} else if (errno == ESRCH) {
usr.sbin/ndp/ndp.c
977
if (errno != ESRCH || cmd != RTM_DELETE) {
usr.sbin/newsyslog/newsyslog.c
2121
if (errno != ESRCH)
usr.sbin/ppp/arp.c
136
!(!add && errno == ESRCH)) {
usr.sbin/ppp/exec.c
326
_exit(ESRCH);
usr.sbin/ppp/route.c
829
(rtmes.m_rtm.rtm_errno == ESRCH ||
usr.sbin/ppp/route.c
830
(rtmes.m_rtm.rtm_errno == 0 && errno == ESRCH))) {
usr.sbin/rarpd/rarpd.c
743
if ((write(r, rt, rt->rtm_msglen) == -1) && (errno != ESRCH)) {
usr.sbin/route6d/route6d.c
2935
if (errno == ESRCH) {
usr.sbin/route6d/route6d.c
2975
if (errno == ESRCH) /* No such route found */
usr.sbin/rpc.lockd/kern.c
569
syslog(((errno == EPIPE || errno == ESRCH) ?