Home
last modified time | relevance | path

Searched refs:ESRCH (Results 1 – 25 of 125) sorted by relevance

12345

/dragonfly/sys/kern/
H A Dkern_p1003_1b.c164 ret = ESRCH; in SYSCALL_NOT_PRESENT_GEN()
214 e = ESRCH;
240 e = ESRCH;
271 e = ESRCH;
295 e = ESRCH;
353 e = ESRCH;
H A Dkern_usched.c380 return (ESRCH); in sys_lwp_getaffinity()
390 error = ESRCH; in sys_lwp_getaffinity()
448 return (ESRCH); in sys_lwp_setaffinity()
471 return ESRCH; in setaffinity_lp()
H A Dkern_resource.c145 error = ESRCH; in sys_getpriority()
265 error = ESRCH; in sys_setpriority()
386 error = ESRCH; in sys_ioprio_get()
507 error = ESRCH; in sys_ioprio_set()
579 error = ESRCH; in sys_lwp_rtprio()
597 error = ESRCH; in sys_lwp_rtprio()
698 error = ESRCH; in sys_rtprio()
H A Dkern_prot.c121 error = ESRCH; in sys_getpgid()
151 error = ESRCH; in sys_getsid()
271 error = ESRCH; in sys_lwp_setname()
313 error = ESRCH; in sys_lwp_getname()
375 error = ESRCH; in sys_setpgid()
1032 return (ESRCH); in p_trespass()
1042 return (ESRCH); in p_trespass()
H A Dkern_threads.c136 sysmsg->sysmsg_result = ESRCH;
/dragonfly/test/stress/stress2/misc/
H A Dkevent4.sh101 if (errno == ESRCH)
129 if (errno == ESRCH)
157 if (errno == ESRCH)
/dragonfly/lib/libthread_xu/thread/
H A Dthr_affinity.c53 ret = ESRCH; in _pthread_getaffinity_np()
97 ret = ESRCH; in _pthread_setaffinity_np()
/dragonfly/stand/boot/common/
H A Dreloc_elf.c98 return (ESRCH); in __elfN()
160 return (ESRCH); in __elfN()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc294 #ifdef ESRCH in default_error_condition()
295 case ESRCH: in default_error_condition()
/dragonfly/lib/libc/gen/
H A Dkillpg.c43 errno = ESRCH; in killpg()
/dragonfly/contrib/dhcpcd/src/
H A Droute.c577 if (errno != ESRCH) in rt_add()
586 if (if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in rt_add()
605 if (if_route(RTM_DELETE, ort) == -1 && errno != ESRCH) in rt_add()
649 if (!retval && errno != ENOENT && errno != ESRCH) in rt_delete()
/dragonfly/sys/sys/
H A Derrno.h66 #define ESRCH 3 /* No such process */ macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c82 #if defined (ESRCH)
83 ENTRY(ESRCH, "ESRCH", "No such process"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c82 #if defined (ESRCH)
83 ENTRY(ESRCH, "ESRCH", "No such process"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c82 #if defined (ESRCH)
83 ENTRY(ESRCH, "ESRCH", "No such process"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c82 #if defined (ESRCH)
83 ENTRY(ESRCH, "ESRCH", "No such process"),
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg12 $ ESRCH
H A Del_GR.ISO8859-7.msg12 $ ESRCH
H A Dmn_Cyrl_MN.UTF-8.msg10 $ ESRCH
H A Dru_RU.KOI8-R.msg12 $ ESRCH
H A Duk_UA.UTF-8.msg12 $ ESRCH
H A Dja_JP.UTF-8.msg12 $ ESRCH
/dragonfly/sbin/reboot/
H A Dreboot.c174 if (errno == ESRCH) in main()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h110 no_such_process = ESRCH, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h110 no_such_process = ESRCH, in _GLIBCXX_VISIBILITY()

12345