Home
last modified time | relevance | path

Searched refs:SEXTKILLED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c242 p->p_flag |= SKILLED | (ext ? SEXTKILLED : 0); in sigtoproc()
562 lwp->lwp_extsig = ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()
663 ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()
743 ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()
1470 ext = (p->p_flag & SEXTKILLED) != 0; in psig()
H A Dexit.c198 p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE); in restart_init()
656 p->p_flag &= ~(SKILLED | SEXTKILLED); in proc_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h497 #define SEXTKILLED 0x00000800 /* SKILLED is from another contract */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c204 { "SEXTKILLED", SEXTKILLED, SEXTKILLED }, in pflags()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1582 p->p_flag &= ~SEXTKILLED; in pr_setsig()