Searched refs:ESRCH (Results 126 - 150 of 212) sorted by relevance

123456789

/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c863 return (ESRCH);
1790 return (ESRCH);
1810 return (ESRCH);
1830 return (ESRCH);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c539 if (errno == ESRCH) {
/freebsd-11-stable/bin/pkill/
H A Dpkill.c645 * Check for ESRCH, which indicates that the process
649 if (errno != ESRCH)
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c459 return (ESRCH);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_radix.c580 case ESRCH:
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_obj.c177 return (ESRCH);
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c559 syslog(((errno == EPIPE || errno == ESRCH) ?
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c447 return (ESRCH);
H A Dlinux_futex.c1169 ESRCH);
1170 return (ESRCH);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_lookup.c720 return ESRCH;
H A Dip_state.c577 return ESRCH;
801 error = ESRCH;
888 return ESRCH;
1040 error = ESRCH;
4870 return ESRCH;
5234 return ESRCH;
H A Dip_nat.c1185 error = ESRCH;
1269 error = ESRCH;
1749 return ESRCH;
1842 error = ESRCH;
2032 error = ESRCH;
2200 error = ESRCH;
7640 return ESRCH;
7644 return ESRCH;
8012 return ESRCH;
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c811 if (errno != ESRCH || cmd != RTM_DELETE) {
/freebsd-11-stable/sbin/init/
H A Dinit.c766 * Ignore ESRCH, which can apparently happen when
770 if (error != 0 && errno != ESRCH) {
1842 if (kill(-1, death_sigs[i]) == -1 && errno == ESRCH)
/freebsd-11-stable/sys/netipsec/
H A Dkey.c5112 error = ESRCH;
5303 return key_senderror(so, m, ESRCH);
5331 return (key_senderror(so, m, ESRCH));
5383 return (key_senderror(so, m, ESRCH));
5923 return (key_senderror(so, m, ESRCH));
5929 return (key_senderror(so, m, ESRCH));
6134 return key_senderror(so, m, ESRCH);
6140 return (key_senderror(so, m, ESRCH));
6759 return (ESRCH);
6790 return (ESRCH);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c1483 error = SET_ERROR(ESRCH);
1508 error = SET_ERROR(ESRCH);
2369 error = SET_ERROR(ESRCH);
2383 error = SET_ERROR(ESRCH);
2423 return (error == ENOENT ? ESRCH : error);
2433 return (SET_ERROR(ESRCH));
2455 error = SET_ERROR(ESRCH);
H A Dvdev_removal.c1546 return (ESRCH);
1696 return (ESRCH);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c1583 errno = ESRCH; /* ttrace's response would probably be "No such process". */
1596 errno = ESRCH; /* ttrace's response would be "No such process". */
2634 errno set to ESRCH?
2636 if (errno == ESRCH)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c1912 return (ESRCH);
2349 return (ESRCH);
2417 return (ESRCH);
/freebsd-11-stable/sbin/routed/
H A Dtable.c734 if (errno == ESRCH
1304 && m.r.rtm.rtm_errno != ESRCH) {
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c963 return (ESRCH);
1036 return (ESRCH);
/freebsd-11-stable/sbin/route/
H A Droute.c1066 case ESRCH:
1554 case ESRCH:
/freebsd-11-stable/sys/kern/
H A Dkern_intr.c432 return (ESRCH);
458 return (ESRCH);
H A Dlink_elf.c1442 error = ESRCH;
1454 error = ESRCH;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp460 if (status != 0 && status != ESRCH) {
1076 if (status != ESRCH) {

Completed in 588 milliseconds

123456789