Searched refs:ESRCH (Results 176 - 200 of 212) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp87 case ESRCH:
88 str = "ESRCH";
/freebsd-11-stable/bin/ps/
H A Dps.c525 * Ignore ESRCH to preserve behaviour of "ps -p nonexistent-pid"
528 if ((kp == NULL && errno != ESRCH) || (kp != NULL && nentries < 0))
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c310 if(pthread_kill(ctx->bg_tid, 0) == ESRCH) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c617 error = ESRCH;
H A Dip_nat6.c3993 return ESRCH;
3997 return ESRCH;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c2631 return (SET_ERROR(ESRCH));
2657 * ESRCH is used to signal that the target snapshot does
2660 * ESRCH is also used to cover other cases where the
2665 error = SET_ERROR(ESRCH);
2676 * not being a valid target for rollback (ESRCH).
2684 error = SET_ERROR(ESRCH);
H A Ddmu_send.c2284 if (next_err != ESRCH)
3174 else if (next_err != ESRCH)
H A Ddmu.c718 if (err == ESRCH) {
H A Ddmu_objset.c1126 if (error == ESRCH) {
H A Dspa.c6520 return (SET_ERROR(ESRCH));
6525 return (SET_ERROR(ESRCH));
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c1067 ret = ESRCH;
1089 ret = ESRCH;
1115 * XXX: is ESRCH correct?
1119 ret = ESRCH;
H A Dkern_linker.c540 return (ESRCH);
H A Dlink_elf_obj.c1313 return (ESRCH);
H A Dkern_event.c390 return (ESRCH);
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c6517 return -ESRCH;
6523 return -ESRCH;
6528 return -ESRCH;
6533 return -ESRCH;
/freebsd-11-stable/crypto/openssh/
H A Dsshd.c2299 errno != ESRCH)
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_iov.c1675 return (ESRCH);
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.c500 ret = ESRCH;
/freebsd-11-stable/contrib/file/src/
H A Dcdf.c872 errno = ESRCH;
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1995 * Assume that "no such process" (ESRCH) is something
2001 if (errno != ESRCH)
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c2919 if (errno == ESRCH) {
2958 if (errno == ESRCH) /* No such route found */
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c745 ret = -ESRCH;
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c2637 error = ESRCH;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c258 else if (errno == ESRCH)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c5195 if (errno == ESRCH && len == 0)

Completed in 465 milliseconds

123456789