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

123456789

/freebsd-current/lib/libc/compat-43/
H A Dkillpg.c43 errno = ESRCH;
/freebsd-current/lib/libthr/thread/
H A Dthr_info.c81 res = ESRCH;
135 res = ESRCH;
138 res = ESRCH;
/freebsd-current/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-current/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c33 {"ESRCH", ESRCH},
/freebsd-current/tools/regression/priv/
H A Dpriv_sched_rtprio.c251 error, -1, ESRCH);
257 error, -1, ESRCH);
274 error, -1, ESRCH);
280 error, -1, ESRCH);
297 error, -1, ESRCH);
303 error, -1, ESRCH);
/freebsd-current/tools/test/stress2/misc/
H A Dkevent4.sh101 if (errno == ESRCH)
129 if (errno == ESRCH)
H A Dkevent12.sh108 if (errno == ESRCH)
141 if (errno == ESRCH)
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c49 return (SET_ERROR(ESRCH));
54 error = SET_ERROR(ESRCH);
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h353 # ifndef ESRCH
354 # define ESRCH 9969 macro
/freebsd-current/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-current/sys/xen/
H A Derror.h37 [XEN_ESRCH] = ESRCH,
/freebsd-current/sys/security/mac_partition/
H A Dmac_partition.c143 return (error == 0 ? 0 : ESRCH);
243 return (error ? ESRCH : 0);
253 return (error ? ESRCH : 0);
264 return (error ? ESRCH : 0);
/freebsd-current/usr.bin/tip/tip/
H A Duucplock.c84 if (kill(pid, 0) == 0 || errno != ESRCH) {
/freebsd-current/sys/kern/
H A Dp1003_1b.c128 return (ESRCH);
169 return (ESRCH);
216 return (ESRCH);
262 return (ESRCH);
348 return (ESRCH);
H A Dkern_thr.c406 error = ESRCH;
422 return (ESRCH);
452 return (ESRCH);
462 error = ESRCH;
476 return (ESRCH);
568 return (ESRCH);
599 return (ESRCH);
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py9 ESRCH = 3 variable
144 ESRCH: 'No such process',
/freebsd-current/stand/common/
H A Dreloc_elf.c120 return (ESRCH);
179 return (ESRCH);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c77 if (kill(parent, 0) == -1 && errno == ESRCH) {
/freebsd-current/sys/contrib/xen/
H A Derrno.h62 XEN_ERRNO(ESRCH, 3) /* No such process */
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq.h127 -ESRCH, /* I40E_AQ_RC_ESRCH */
/freebsd-current/sys/sys/
H A Derrno.h50 #define ESRCH 3 /* No such process */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d34 inline int ESRCH = 3;
35 #pragma D binding "1.0" ESRCH
249 errno == ESRCH ? "No such process" :

Completed in 153 milliseconds

123456789