Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsig.c235 p->p_flag |= SKILLED | (ext ? SEXTKILLED : 0); in sigtoproc()
546 lwp->lwp_extsig = ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()
647 ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()
727 ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()
1454 ext = (p->p_flag & SEXTKILLED) != 0; in psig()
H A Dexit.c194 p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE); in restart_init()
520 p->p_flag &= ~(SKILLED | SEXTKILLED); in proc_exit()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h485 #define SEXTKILLED 0x00000800 /* SKILLED is from another contract */ macro
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1443 p->p_flag &= ~SEXTKILLED; in pr_setsig()