Searched refs:ECHILD (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d41 inline int ECHILD = 10;
42 #pragma D binding "1.0" ECHILD
/xnu-2422.115.4/bsd/sys/
H A Derrno.h99 #define ECHILD 10 /* No child processes */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c92 { BSM_ERRNO_ECHILD, ECHILD, ES("No child processes") },
/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c1349 return (ECHILD);
1585 return (ECHILD);

Completed in 55 milliseconds