Searched refs:ESRCH (Results 1 - 25 of 36) sorted by relevance

12

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h87 #define ESRCH 3 /* No such process */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c198 return (ESRCH);
402 return (ESRCH);
H A Dkern_prot.c233 * ESRCH No such process
252 return (ESRCH);
270 * ESRCH No such process
290 return (ESRCH);
348 * ESRCH No per thread identity active
361 return (ESRCH);
557 * ESRCH pid is not the caller or a child of
559 * enterpgrp:ESRCH No such process
602 error = ESRCH;
1504 return (ESRCH);
[all...]
H A Dproc_info.c424 return (ESRCH);
467 error = ESRCH;
685 return(ESRCH);
730 return(ESRCH);
908 return(ESRCH);
943 return(ESRCH);
1030 error = ESRCH;
1061 error = ESRCH;
1178 error = ESRCH;
1445 error = ESRCH;
[all...]
H A Dkern_pcsamples.c247 return (ESRCH);
H A Dkern_sig.c874 return (ESRCH);
1142 return (ESRCH);
1151 error = ESRCH;
1405 return (ESRCH);
1534 error = ESRCH;
1550 error = (nfound ? 0 : (posix ? EPERM : ESRCH));
H A Dprocess_policy.c125 return(ESRCH);
H A Dkern_resource.c247 return (ESRCH);
297 * ESRCH
417 return (ESRCH);
H A Dkern_proc.c1015 * ESRCH No such process
1056 return (ESRCH);
1781 return(ESRCH);
1792 error = ESRCH;
2327 * login is terminated (login cycler) return ESRCH
2441 * login is terminated (login cycler) return ESRCH
2840 return(ESRCH);
2913 return(ESRCH);
H A Dkdebug.c1263 ret = ESRCH;
1305 ret = ESRCH;
1889 ret = ESRCH;
H A Dpthread_synch.c2349 return(ESRCH);
2399 return(ESRCH);
H A Dsys_generic.c735 * ESRCH
914 error = ESRCH;
2863 return (ESRCH);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_table.c250 return (ESRCH);
284 return (ESRCH);
360 return (ESRCH);
450 return (ESRCH);
559 return (ESRCH);
596 return (ESRCH);
639 return (ESRCH);
687 return (ESRCH);
H A Dif_llreach.c432 int error = ESRCH;
H A Droute.c1619 senderr(ESRCH);
1680 senderr(ESRCH);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c85 { BSM_ERRNO_ESRCH, ESRCH, ES("No such process") },
H A Daudit_syscalls.c567 return (ESRCH);
598 return (ESRCH);
638 return (ESRCH);
H A Daudit_session.c1215 * ESRCH Bad process, can't get valid cred for process.
1230 err = ESRCH;
1281 * ESRCH Bad process, can't get valid cred for process.
1306 err = ESRCH;
1399 err = ESRCH;
1450 * ESRCH Invalid calling process/cred.
1475 * ESRCH Invalid calling process/cred.
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c623 return(ESRCH); /* vtbl not on vfsconf list */
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c751 error = ESRCH;
837 error = ESRCH;
931 error = ESRCH;
985 error = ESRCH;
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c721 error = ESRCH;
798 return(ESRCH);
911 error = ESRCH;
1924 ret = ESRCH;
1936 ret = ESRCH;
/darwin-on-arm/xnu/security/
H A Dmac_base.c1014 if (error1 == ESRCH || error2 == ESRCH)
1015 return (ESRCH);
1331 return (ESRCH);
1521 return (ESRCH);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1771 return (ESRCH);
2335 return (ESRCH);
2375 return (ESRCH);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c983 if (cache->haveaccess[lookup_index] != access && cache->haveaccess[lookup_index] == ESRCH) {
984 // only update an entry if the previous access was ESRCH (i.e. a scope checking error)
1130 if (myErr == ESRCH) {
1228 myErr = ESRCH;
1239 add_node(cache, -1, parent_ids[i], ESRCH);
1504 if (myaccess || (error == ESRCH && leaf_index != -1)) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c1545 return (ESRCH);

Completed in 218 milliseconds

12