Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd/lib/libpthread/
H A Dpthread_misc.c71 return ESRCH; in __strong_alias()
89 return ESRCH; in pthread_setschedparam()
106 return ESRCH; in pthread_getaffinity_np()
122 return ESRCH; in pthread_setaffinity_np()
139 return ESRCH; in pthread_setschedprio()
158 return ESRCH; in pthread_kill()
H A Dpthread.c613 return ESRCH; in pthread_suspend_np()
627 return ESRCH; in pthread_resume_np()
704 return ESRCH; in pthread_join()
780 return ESRCH; in pthread_detach()
809 return ESRCH; in pthread_getname_np()
832 return ESRCH; in pthread_setname_np()
873 return ESRCH; in pthread_cancel()
997 error = (target && target->pt_state != PT_STATE_DEAD) ? 0 : ESRCH; in pthread__find()
/netbsd/sys/dev/dkwedge/
H A Ddkwedge_rdb.c130 error = ESRCH; in dkwedge_discover_rdb()
144 error = ESRCH; in dkwedge_discover_rdb()
175 error = ESRCH; in dkwedge_discover_rdb()
184 error = ESRCH; in dkwedge_discover_rdb()
191 error = ESRCH; in dkwedge_discover_rdb()
205 error = ESRCH; in dkwedge_discover_rdb()
273 error = ESRCH; in dkwedge_discover_rdb()
H A Ddkwedge_gpt.c149 error = ESRCH; in dkwedge_discover_gpt()
154 error = ESRCH; in dkwedge_discover_gpt()
159 error = ESRCH; in dkwedge_discover_gpt()
164 error = ESRCH; in dkwedge_discover_gpt()
/netbsd/sys/kern/
H A Dsys_lwp.c212 return ESRCH; in sys__lwp_suspend()
256 error = ESRCH; in sys__lwp_suspend()
288 return ESRCH; in sys__lwp_continue()
314 return ESRCH; in sys__lwp_wakeup()
387 error = ESRCH; in sys__lwp_kill()
452 error = ESRCH; in sys__lwp_detach()
474 error = ESRCH; in lwp_unpark()
488 error = ESRCH; in lwp_unpark()
690 return ESRCH; in sys__lwp_setname()
726 return ESRCH; in sys__lwp_getname()
H A Dsys_sched.c139 return ESRCH; in do_sched_setparam()
192 return (lcnt == 0) ? ESRCH : error; in do_sched_setparam()
240 return ESRCH; in do_sched_getparam()
409 error = ESRCH; in sys__sched_setaffinity()
470 error = ESRCH; in sys__sched_setaffinity()
515 error = ESRCH; in sys__sched_getaffinity()
H A Dkern_cpu.c214 error = ESRCH; in cpuctl_ioctl()
228 error = ESRCH; in cpuctl_ioctl()
253 error = ESRCH; in cpuctl_ioctl()
/netbsd/sys/dev/sysmon/
H A Dsysmon_wdog.c210 error = ESRCH; in sysmonioctl_wdog()
232 error = ESRCH; in sysmonioctl_wdog()
259 error = ESRCH; in sysmonioctl_wdog()
276 error = ESRCH; in sysmonioctl_wdog()
284 error = ESRCH; in sysmonioctl_wdog()
/netbsd/tests/lib/libc/sys/
H A Dt_kill.c105 if (rv == 0 || errno != ESRCH) in ATF_TC_BODY()
106 _exit(ESRCH); in ATF_TC_BODY()
118 if (WEXITSTATUS(sta) == ESRCH) in ATF_TC_BODY()
/netbsd/sys/dev/ata/
H A Data_raid_promise.c110 error = ESRCH; in ata_raid_read_config_promise()
121 error = ESRCH; in ata_raid_read_config_promise()
128 error = ESRCH; in ata_raid_read_config_promise()
/netbsd/sys/dev/dmover/
H A Ddmover_backend.c132 return (ESRCH); in dmover_backend_alloc()
188 return (ESRCH); in dmover_backend_alloc()
/netbsd/sys/miscfs/procfs/
H A Dprocfs_vnops.c1033 if (procfs_proc_lock(dvp->v_mount, pid, &p, ESRCH) != 0) in procfs_lookup()
1047 ESRCH) != 0) in procfs_lookup()
1059 return ESRCH; in procfs_lookup()
1295 if (procfs_proc_lock(vp->v_mount, pfs->pfs_pid, &p, ESRCH) != 0) in procfs_readdir()
1337 ESRCH)) != 0) in procfs_readdir()
1346 return ESRCH; in procfs_readdir()
1400 ESRCH)) != 0) in procfs_readdir()
1517 error = procfs_proc_lock(vp->v_mount, pfs->pfs_pid, &p, ESRCH); in procfs_readdir()
1592 ESRCH)) != 0) in procfs_readlink()
1599 ESRCH)) != 0) in procfs_readlink()
[all …]
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h28 #ifdef ESRCH in rump_errno2host()
30 return ESRCH; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h351 #ifndef ESRCH
352 #define ESRCH 9969 macro
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c33 #ifdef ESRCH in rumpuser__errtrans()
34 case ESRCH : return 3; in rumpuser__errtrans()
/netbsd/sbin/reboot/
H A Dreboot.c210 if (errno != ESRCH) { in main()
228 if (errno == ESRCH) in main()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_bookmark.c66 return (SET_ERROR(ESRCH)); in dsl_dataset_bmark_lookup()
77 return (err == ENOENT ? ESRCH : err); in dsl_dataset_bmark_lookup()
141 if (error == ESRCH) in dsl_bookmark_create_check_impl()
379 if (error == ESRCH) { in dsl_bookmark_destroy_check()
/netbsd/tests/kernel/
H A Dt_zombie.c153 ASSERT_NEQ(errno, ESRCH); in signal_raw()
182 ASSERT_NEQ(errno, ESRCH); in signal_raw()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc297 #ifdef ESRCH in default_error_condition()
298 case ESRCH: in default_error_condition()
/netbsd/sys/net/npf/
H A Dnpf_ruleset.c237 return ESRCH; in npf_ruleset_add()
308 return ESRCH; in npf_ruleset_remove()
337 return ESRCH; in npf_ruleset_remkey()
370 return ESRCH; in npf_ruleset_list()
397 return ESRCH; in npf_ruleset_flush()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dsched7.c13 || errno != ESRCH) in main()
H A Dsched8.c15 || errno != ESRCH) in main()
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsched7.c13 || errno != ESRCH) in main()
H A Dsched8.c15 || errno != ESRCH) in main()
/netbsd/lib/libc/compat-43/
H A Dkillpg.c54 errno = ESRCH; in killpg()

12345678910>>...12