Searched refs:ESRCH (Results 1 - 25 of 212) sorted by relevance

123456789

/freebsd-11-stable/lib/libc/compat-43/
H A Dkillpg.c47 errno = ESRCH;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_detach.c84 * As usual, ESRCH should follow if
88 ATF_REQUIRE(rv == ESRCH);
H A Dt_name.c95 ATF_REQUIRE_EQ(pthread_getname_np(thr, retname, sizeof(retname)), ESRCH); local
H A Dt_join.c123 * Once the thread has returned, ESRCH should
128 ATF_REQUIRE_EQ(rv, ESRCH);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_global.c33 {"ESRCH", ESRCH},
/freebsd-11-stable/tools/regression/priv/
H A Dpriv_sched_rtprio.c253 error, -1, ESRCH);
259 error, -1, ESRCH);
276 error, -1, ESRCH);
282 error, -1, ESRCH);
299 error, -1, ESRCH);
305 error, -1, ESRCH);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getsid.c71 ATF_REQUIRE(errno == ESRCH);
H A Dt_kill.c105 if (rv == 0 || errno != ESRCH)
106 _exit(ESRCH);
118 if (WEXITSTATUS(sta) == ESRCH)
119 atf_tc_fail("expected ESRCH, but kill(2) succeeded");
/freebsd-11-stable/sys/security/mac_partition/
H A Dmac_partition.c144 return (error == 0 ? 0 : ESRCH);
244 return (error ? ESRCH : 0);
254 return (error ? ESRCH : 0);
265 return (error ? ESRCH : 0);
/freebsd-11-stable/sys/xen/
H A Derror.h39 [XEN_ESRCH] = ESRCH,
/freebsd-11-stable/sys/xen/interface/
H A Derrno.h34 XEN_ERRNO(ESRCH, 3) /* No such process */
/freebsd-11-stable/sys/kern/
H A Dp1003_1b.c129 return (ESRCH);
170 return (ESRCH);
217 return (ESRCH);
263 return (ESRCH);
349 return (ESRCH);
H A Dkern_thr.c408 error = ESRCH;
424 return (ESRCH);
454 return (ESRCH);
464 error = ESRCH;
478 return (ESRCH);
570 return (ESRCH);
601 return (ESRCH);
/freebsd-11-stable/stand/common/
H A Dreloc_elf.c124 return (ESRCH);
190 return (ESRCH);
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c204 if (kill(-1, SIGTERM) == -1 && errno != ESRCH)
226 if (errno == ESRCH)
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h381 #ifndef ESRCH
382 #define ESRCH 9969 macro
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c77 if (kill(parent, 0) == -1 && errno == ESRCH) {
/freebsd-11-stable/usr.bin/tip/tip/
H A Duucplock.c92 if (kill(pid, 0) == 0 || errno != ESRCH) {
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h128 -ESRCH, /* I40E_AQ_RC_ESRCH */
/freebsd-11-stable/sys/sys/
H A Derrno.h51 #define ESRCH 3 /* No such process */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d36 inline int ESRCH = 3;
37 #pragma D binding "1.0" ESRCH
249 errno == ESRCH ? "No such process" :
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.c565 if (error1 == ESRCH || error2 == ESRCH)
566 return (ESRCH);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c132 if (!(rv == -1 && errno == ESRCH))
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c110 [ESRCH] = CLOUDABI_ESRCH,
/freebsd-11-stable/lib/libc/stdlib/
H A Dhsearch_r.c101 errno = ESRCH;

Completed in 264 milliseconds

123456789