Lines Matching defs:signo
748 DPRINTF(("%s: lwp=%d siglwp=%d signo %d\n", __func__,
943 ptrace_sendsig(struct lwp *l, int req, struct proc *t, struct lwp *lt, int signo, int resume_all)
954 t->p_xsig = signo;
957 * signo > 0 check prevents a potential panic, as
958 * sigismember(&...,0) is invalid check and signo
961 if (signo > 0 && sigismember(&stopsigmask, signo)) {
969 if (req != PT_KILL || signo != SIGKILL)
976 ksi.ksi_signo = signo;
984 lt->l_lid, signo, resume_all));
1091 int signo = 0;
1241 * data is the signo to deliver to the process.
1247 signo = 0;
1251 signo = tmp;
1274 signo = 0;
1290 if (signo < 0 || signo >= NSIG) {
1388 error = ptrace_sendsig(l, req, t, lt, signo, resume_all);
1418 signo = SIGKILL;
1423 signo = SIGSTOP;
1436 signo = SIGSTOP;