HomeSort by: relevance | last modified time | path
    Searched refs:p_xsig (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/kern/
kern_exit.c 143 if (p->p_xsig) {
148 ksi->ksi_status = p->p_xsig;
155 ksi->ksi_status = p->p_xsig;
326 p->p_xsig = signo;
511 (p->p_xsig ? CLD_KILLED : CLD_EXITED)),
696 *status = (child->p_xsig == SIGCONT && child->p_stat != SSTOP) ?
697 W_CONTCODE() : W_STOPCODE(child->p_xsig);
909 siginfo->si_status = p->p_xsig;
910 } else if (p->p_xsig) {
912 siginfo->si_status = p->p_xsig;
    [all...]
kern_sig.c 930 p->p_xsig != SIGKILL &&
932 p->p_xsig = signo;
998 xsig = p->p_xsig;
1456 p->p_xsig = SIGCONT;
1623 if (p->p_xsig == SIGKILL ||
1655 p->p_xsig = signo;
1797 if ((p->p_slflag & PSL_TRACED) == 0 || p->p_xsig == 0 ||
1805 signo = p->p_xsig;
1806 p->p_xsig = 0;
1948 p->p_xsig = signo
    [all...]
kern_synch.c 903 if ((p->p_slflag & PSL_TRACED) != 0 && p->p_xsig != 0)
kern_proc.c 2697 p->p_xsig = psrc->p_xsig;
sys_ptrace_common.c 954 t->p_xsig = signo;
kern_lwp.c 568 } else if (p->p_xsig && (l->l_flag & LW_SINTR) != 0) {
  /src/sys/sys/
proc.h 338 #define p_endcopy p_xsig
339 u_short p_xsig; /* p: stop signal */ member in struct:proc
447 #define P_WAITSTATUS(p) W_EXITCODE((p)->p_xexit, ((p)->p_xsig | \
  /src/sys/rump/librump/rumpkern/
lwproc.c 226 p->p_xsig = p->p_xexit = p->p_acflag = 0;

Completed in 21 milliseconds