Searched refs:ESRCH (Results 26 - 50 of 212) sorted by relevance

123456789

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_join.c92 return (ESRCH);
H A Dthr_list.c356 ret = ESRCH;
359 ret = ESRCH;
/freebsd-11-stable/sys/security/mac_seeotheruids/
H A Dmac_seeotheruids.c130 return (ESRCH);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c64 ATF_REQUIRE_EQ(rump_pub_lwproc_newlwp(37), ESRCH);
179 ATF_REQUIRE_EQ(rump_pub_lwproc_newlwp(mypid), ESRCH); local
/freebsd-11-stable/sys/kern/
H A Dkern_procctl.c248 } else if (*error == ESRCH) {
297 error = ESRCH;
668 error = ESRCH;
685 error = ESRCH;
713 error = ESRCH;
H A Dkern_cpuset.c402 * the base set of the current thread. May fail with ESRCH/EPERM.
424 return (ESRCH);
435 return (ESRCH);
449 return (ESRCH);
459 return (ESRCH);
999 return (ESRCH);
1168 error = ESRCH;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_bookmark.c56 * Returns ESRCH if bookmark is not found.
68 return (SET_ERROR(ESRCH));
77 return (err == ENOENT ? ESRCH : err);
85 * Returns ESRCH if the dataset exists but the bookmark was not found in it.
141 if (error == ESRCH)
380 if (error == ESRCH) {
505 if (error != ESRCH)
/freebsd-11-stable/sbin/ipfw/
H A Dnptv6.c344 return (ESRCH);
347 return (ESRCH);
363 return (ESRCH);
H A Dnat64stl.c458 return (ESRCH);
461 return (ESRCH);
483 return (ESRCH);
H A Dnat64clat.c442 return (ESRCH);
445 return (ESRCH);
467 return (ESRCH);
H A Dnat64lsn.c166 return (ESRCH);
169 return (ESRCH);
781 return (ESRCH);
784 return (ESRCH);
830 return (ESRCH);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c175 errno = ESRCH;
/freebsd-11-stable/lib/libutil/
H A Duucplock.c100 if (kill(pid_old, 0) == 0 || errno != ESRCH)
/freebsd-11-stable/contrib/amd/amd/
H A Dops_cachefs.c218 /* according to Solaris, if errno==ESRCH, "options to not match" */
219 if (error == ESRCH)
H A Drestart.c227 if (kill(pid, 0) != -1 || errno != ESRCH) {
/freebsd-11-stable/lib/libproc/
H A Dproc_util.c92 if (ptrace(PT_DETACH, phdl->pid, 0, 0) != 0 && errno == ESRCH)
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c53 ENTRY(ESRCH),
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c117 [CLOUDABI_ESRCH] = ESRCH,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c82 #if defined (ESRCH)
83 ENTRY(ESRCH, "ESRCH", "No such process"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c82 #if defined (ESRCH)
83 ENTRY(ESRCH, "ESRCH", "No such process"),
/freebsd-11-stable/sys/security/audit/
H A Daudit_syscalls.c418 return (ESRCH);
420 return (ESRCH);
447 return (ESRCH);
451 return (ESRCH);
489 return (ESRCH);
491 return (ESRCH);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c321 return (ESRCH);
325 return (ESRCH);
1121 return (ESRCH);
1222 return (ESRCH);
1397 return (ESRCH);
1401 return (ESRCH);
1486 return (ESRCH);
1638 return (ESRCH);
1741 return (ESRCH);
1789 return (ESRCH);
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_pool.c394 return ESRCH;
512 return ESRCH;
1068 return ESRCH;
1101 return ESRCH;
1328 err = ESRCH;
H A Dip_dstlist.c395 err = ESRCH;
506 return ESRCH;
665 return ESRCH;
706 return ESRCH;
896 return ESRCH;
H A Dip_htable.c421 return ESRCH;
559 return ESRCH;
565 return ESRCH;
878 return ESRCH;
1272 err = ESRCH;

Completed in 260 milliseconds

123456789