Home
last modified time | relevance | path

Searched refs:p_xsig (Results 1 – 8 of 8) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_exit.c141 if (p->p_xsig) { in exit_psignal()
146 ksi->ksi_status = p->p_xsig; in exit_psignal()
153 ksi->ksi_status = p->p_xsig; in exit_psignal()
309 p->p_xsig = signo; in exit1()
689 W_STOPCODE(child->p_xsig); in do_sys_waitid()
894 siginfo->si_status = p->p_xsig; in match_process()
895 } else if (p->p_xsig) { in match_process()
897 siginfo->si_status = p->p_xsig; in match_process()
1014 child->p_xsig == SIGCONT && in find_stopped_child()
1022 si->si_status = child->p_xsig; in find_stopped_child()
[all …]
H A Dkern_sig.c927 xsig = p->p_xsig; in child_psignal()
1384 p->p_xsig = SIGCONT; in kpsignal2()
1577 if ((p->p_slflag & PSL_TRACED) == 0 || p->p_xsig == 0 || in sigchecktrace()
1585 signo = p->p_xsig; in sigchecktrace()
1586 p->p_xsig = 0; in sigchecktrace()
1696 p->p_xsig = signo; in issignal()
1753 p->p_xsig = signo; in issignal()
1756 sigswitch(true, PS_NOCLDSTOP, p->p_xsig); in issignal()
2196 sig = p->p_xsig; in proc_unstop()
H A Dsys_process.c745 t->p_xsig = signo; in sys_ptrace()
1151 p->p_xsig = SIGTRAP; in process_stoptrace()
H A Dkern_synch.c910 if ((p->p_slflag & PSL_TRACED) != 0 && p->p_xsig != 0) in setrunnable()
H A Dkern_lwp.c512 } else if (p->p_xsig && (l->l_flag & LW_SINTR) != 0) { in lwp_unstop()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dproc.h334 #define p_endcopy p_xsig
335 u_short p_xsig; /* p: stop signal */ member
426 #define P_WAITSTATUS(p) W_EXITCODE((p)->p_xexit, ((p)->p_xsig | \
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/procfs/
H A Dprocfs_ctl.c320 p->p_xsig = sig; in procfs_control()
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/
H A Dlwproc.c241 p->p_xsig = p->p_xexit = p->p_acflag = 0; in lwproc_newproc()