Searched refs:exit1 (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c137 exit1(p, W_EXITCODE(ENOTSUP, 0), retval);
H A Dkern_shutdown.c395 sd_log(ctx, "%s[%d] had to be forced closed with exit1().\n", p->p_comm, p->p_pid);
401 exit1(p, 1, (int *)NULL);
H A Dkern_exit.c230 exit1(p, W_EXITCODE(uap->rval, 0), retval);
246 exit1(proc_t p, int rv, int *retval) function
1632 * other threads. But shutdown code for ex has already called exit1()
H A Dkern_sig.c2361 exit1(p, W_EXITCODE(0, SIGKILL), (int *)NULL);
2727 exit1(p, W_EXITCODE(0, signum), (int *)NULL);
H A Dkern_memorystatus.c1274 exit1(p, W_EXITCODE(0, SIGKILL), (int *)NULL);
H A Dkern_exec.c2194 exit1(p, 1, (int *)NULL);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c237 goto exit1;
390 exit1:
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h692 extern int exit1(struct proc *, int, int *);

Completed in 46 milliseconds