Searched refs:SIGKILL (Results 1 - 24 of 24) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d41 inline int SIGKILL = 9;
42 #pragma D binding "1.0" SIGKILL
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h96 #define SIGKILL 9 /* kill (cannot be caught or ignored) */ macro
573 sigmask(SIGPIPE)|sigmask(SIGKILL))
581 sigmask(SIGQUIT)|sigmask(SIGKILL)|\
H A Dsignalvar.h158 SA_KILL, /* SIGKILL */
189 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c211 my_err = kill( my_pid, SIGKILL );
235 if (WTERMSIG( my_status ) != SIGKILL) {
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c277 kill(state->pid, SIGKILL);
H A Dlmbench_lat_ctx.c395 kill(pState->pids[i], SIGKILL);
553 kill(ts->pids[i], SIGKILL);
H A Dlb_mmtest.c509 kill(ts->pid, SIGKILL);
/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c322 error = mac_proc_check_signal(p, t, SIGKILL);
326 psignal(t, SIGKILL);
H A Dkern_sig.c378 signum == SIGKILL || signum == SIGSTOP)
577 if ((signum == SIGKILL || signum == SIGSTOP) &&
1283 /* SIGKILL and SIGSTOP are not maskable as well */
1890 * SIGKILL priority twiddling moved here from above because
1893 * as SIGKILL's action is always SIG_DFL.
1895 if ((signum == SIGKILL) && (sig_proc->p_nice > NZERO)) {
1998 psignal_locked(sig_proc, SIGKILL);
2063 case SIGKILL:
2121 * needs to act like SIGKILL
2337 * pgsignal would get the SIGKILL t
[all...]
H A Dkern_cs.c232 send_kill ? " sending SIGKILL" : "");
235 threadsignal(current_thread(), SIGKILL, EXC_BAD_ACCESS); local
H A Dkern_exit.c788 threadsignal(thread, SIGKILL, 0);
793 psignal(q, SIGKILL);
2008 threadsignal(thread, SIGKILL, 0);
2013 psignal(q, SIGKILL);
H A Dkern_shutdown.c511 * send a SIGKILL to all the procs still hanging around
515 sdargs.signo = SIGKILL;
520 /* post a SIGKILL to all that catch SIGTERM and not marked for delay */
H A Dprocess_policy.c535 psignal(p, SIGKILL);
H A Dkern_proc.c1983 psignal(pt, SIGKILL);
2008 psignal(pt, SIGKILL);
2994 psignal(p, SIGKILL);
3206 psignal(p, SIGKILL);
H A Dkern_exec.c627 psignal(p, SIGKILL);
884 * We send the new process an immediate SIGKILL to avoid it executing
1176 psignal_vfork(p, new_task, thread, SIGKILL);
1178 psignal(p, SIGKILL);
4479 psignal_vfork(p, p->task, imgp->ip_new_thread, SIGKILL);
4482 psignal(p, SIGKILL);
H A Dkern_memorystatus.c817 error = exit1_internal(p, W_EXITCODE(0, SIGKILL), (int *)NULL, FALSE, FALSE, jetsam_flags);
1597 psignal(p, SIGKILL);
1698 /* Clean; mark as terminated and issue SIGKILL */
1699 sig = SIGKILL;
H A Dproc_info.c2250 if (!cansignal(current_proc(), my_cred, target_p, SIGKILL, 0)) {
2271 if (!cansignal(current_proc(), my_cred, target_p, SIGKILL, 0)) {
2302 * SIGKILL is issued to tracked, clean processes; otherwise,
2333 /* Check privileges; if SIGKILL can be issued, then SIGTERM is also OK */
2334 if (!cansignal(current_proc(), uc, p, SIGKILL, 0)) {
H A Dkern_guarded.c296 psignal(p, SIGKILL);
H A Dmach_loader.c801 psignal(p, SIGKILL);
H A Dkern_aio.c2135 signum == SIGKILL || signum == SIGSTOP )
/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus_groups.c581 kill(list[kill_pid_indx].pid, SIGKILL);
588 kill(list[i].pid, SIGKILL );
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c476 *ux_signal = SIGKILL;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h826 #define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c962 psignal(targetproc, SIGKILL);

Completed in 127 milliseconds