Searched refs:ESRCH (Results 76 - 100 of 212) sorted by relevance

123456789

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1748 * (except for ESRCH from dnode_next_offset).
1868 * If we don't find what we are looking for in the block, we return ESRCH.
1875 * we find something (i.e., we don't return ESRCH) and then search back
1917 return (SET_ERROR(ESRCH));
1935 error = SET_ERROR(ESRCH);
1948 error = SET_ERROR(ESRCH);
1980 error = SET_ERROR(ESRCH);
2024 error = SET_ERROR(ESRCH);
2033 error = SET_ERROR(ESRCH);
2043 if (error != ESRCH)
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_prot.c186 return (ESRCH);
218 return (ESRCH);
375 * pid must be caller or child of caller (ESRCH)
409 error = ESRCH;
414 error = ESRCH;
1354 * Returns: 0 for permitted, ESRCH otherwise
1365 return (ESRCH);
1384 * Returns: 0 for permitted, ESRCH otherwise
1404 return (ESRCH);
H A Dkern_resource.c163 error = ESRCH;
248 error = ESRCH;
309 return (ESRCH);
389 return (ESRCH);
H A Dkern_ktrace.c965 error = ESRCH;
989 error = ESRCH;
998 error = ESRCH;
H A Dsys_process.c763 return (ESRCH);
770 return (ESRCH);
780 error = ESRCH;
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs.c606 return (ESRCH);
634 return (ESRCH);
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c1776 if (error != 0 && errno != ESRCH && errno != EPERM)
2075 if (error != 0 && errno != ESRCH && errno != EPERM)
2155 if (error < 0 && errno != ESRCH) {
2217 if (error != 0 && errno != ESRCH)
2297 if (error != 0 && errno != ESRCH)
2388 if (errno != ESRCH && errno != EPERM)
2437 if (errno != ESRCH && errno != EPERM)
2540 if (error < 0 && errno != ESRCH && errno != EPERM && errno != ENOENT) {
/freebsd-11-stable/contrib/file/src/
H A Dreadcdf.c631 if (errno != ESRCH) {
642 if (errno != ESRCH) {
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_table.c228 return (ESRCH);
258 return (ESRCH);
329 return (ESRCH);
411 return (ESRCH);
521 return (ESRCH);
556 return (ESRCH);
598 return (ESRCH);
652 return (ESRCH);
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c219 errno = ESRCH;
/freebsd-11-stable/tools/regression/security/proc_to_proc/
H A Dscenario.c158 case ESRCH:
159 return ("ESRCH");
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_lock.c401 return (ESRCH);
/freebsd-11-stable/sys/nfs/
H A Dnfs_lock.c367 return (ESRCH);
371 * the match fails, because we've already used ESRCH above, and this
/freebsd-11-stable/tools/test/ptrace/
H A Dscescx.c166 if (errno != ESRCH) {
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_nvm.c966 *perrno = -ESRCH;
1109 *perrno = -ESRCH;
1153 *perrno = -ESRCH;
1242 *perrno = -ESRCH;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_eaction.c163 return (ESRCH);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp349 return pterrno == ESRCH ? REGISTERS_UNAVAILABLE_FATAL
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c128 error = ESRCH;
H A Dfil.c4629 error = ESRCH;
4642 error = ESRCH;
4648 error = ESRCH;
4706 error = ESRCH;
4715 error = ESRCH;
4756 error = ESRCH;
4864 error = ESRCH;
4896 error = ESRCH;
5002 error = ESRCH;
5095 error = ESRCH;
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c593 return (ESRCH);
710 return (ESRCH);
751 return (ESRCH);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c85 (void) dt_set_errno(dtp, errno == ESRCH ? EDT_NOPROV : errno);
404 if (errno == ESRCH || errno == EBADF)
892 case ESRCH:
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c240 if (errno != ESRCH)
243 /* ESRCH isn't fatal, warn if not quiet mode */
257 if (errno != ESRCH)
260 /* ESRCH isn't fatal, warn if not quiet mode */
1103 case ESRCH:
1171 case ESRCH:
1472 if (error != ESRCH)
/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.c1393 return (ESRCH);
1534 return (ESRCH);
1565 return (ESRCH);
1628 return (ESRCH);
1678 return (ESRCH);
1902 return (ESRCH);
1980 return (ESRCH);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c1545 return (ESRCH);
1566 return (ESRCH);
2104 return (ESRCH);
2126 return (ESRCH);
2156 return (ESRCH);
2187 return (ESRCH);
2484 return (ESRCH);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_npe.c457 return ESRCH;
461 return ESRCH;
569 * ESRCH is returned when the requested image
572 if (error != ESRCH) {

Completed in 424 milliseconds

123456789