Searched refs:SIGTERM (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d53 inline int SIGTERM = 15;
54 #pragma D binding "1.0" SIGTERM
/xnu-2782.1.97/tools/tests/libMicro/
H A Dsigprocmask.c66 (void) sigaddset(&set0, SIGTERM);
/xnu-2782.1.97/bsd/kern/
H A Dkern_shutdown.c288 || ((p->p_sigcatch & sigmask(SIGTERM))== 0)) {
439 * Signal the init with SIGTERM so that he does not launch
444 psignal(p, SIGTERM);
452 * send SIGTERM to those procs interested in catching one
456 sdargs.signo = SIGTERM;
462 /* post a SIGTERM to all that catch SIGTERM and not marked for delay */
469 * now wait for up to 30 seconds to allow those procs catching SIGTERM
500 printf("%s[%d]: didn't act on SIGTERM\n", p->p_comm, p->p_pid);
501 sd_log(ctx, "%s[%d]: didn't act on SIGTERM\
[all...]
H A Dkern_memorystatus.c1701 /* Dirty, terminated, or state tracking is unsupported; issue SIGTERM to allow cleanup */
1702 sig = SIGTERM;
H A Dproc_info.c2303 * SIGTERM is sent.
2333 /* Check privileges; if SIGKILL can be issued, then SIGTERM is also OK */
2349 sig = SIGTERM;
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h102 #define SIGTERM 15 /* software termination signal from kill */ macro
582 sigmask(SIGTERM)|sigmask(SIGSTOP)|\
/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h826 #define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \

Completed in 52 milliseconds