Home
last modified time | relevance | path

Searched refs:p_sigacts (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
HDsig.h55 mtx_lock(&p->p_sigacts->ps_mtx); in issig()
57 mtx_unlock(&p->p_sigacts->ps_mtx); in issig()
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDsig.h58 mtx_lock(&p->p_sigacts->ps_mtx); in issig()
60 mtx_unlock(&p->p_sigacts->ps_mtx); in issig()
/freebsd-13-stable/sys/netsmb/
HDsmb_subr.c81 mtx_lock(&p->p_sigacts->ps_mtx); in smb_td_intr()
82 SIGSETNAND(tmpset, p->p_sigacts->ps_sigignore); in smb_td_intr()
83 mtx_unlock(&p->p_sigacts->ps_mtx); in smb_td_intr()
/freebsd-13-stable/sys/kern/
HDkern_fork.c500 p2->p_sigacts = sigacts_hold(p1->p_sigacts); in do_fork()
502 sigacts_copy(newsigacts, p1->p_sigacts); in do_fork()
503 p2->p_sigacts = newsigacts; in do_fork()
505 mtx_lock(&p2->p_sigacts->ps_mtx); in do_fork()
509 p2->p_sigacts->ps_flag |= PS_NOCLDWAIT; in do_fork()
510 mtx_unlock(&p2->p_sigacts->ps_mtx); in do_fork()
HDsubr_trap.c333 mtx_lock(&p->p_sigacts->ps_mtx); in ast()
338 mtx_unlock(&p->p_sigacts->ps_mtx); in ast()
HDkern_exit.c651 mtx_lock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
652 if (p->p_pptr->p_sigacts->ps_flag & in exit1()
656 mtx_unlock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
670 mtx_unlock(&p->p_pptr->p_sigacts->ps_mtx); in exit1()
998 sigacts_free(p->p_sigacts); in proc_reap()
999 p->p_sigacts = NULL; in proc_reap()
HDkern_sig.c636 mtx_assert(&td->td_proc->p_sigacts->ps_mtx, MA_OWNED); in cursig()
725 ps = p->p_sigacts; in kern_sigaction()
972 ps = p->p_sigacts; in siginit()
1015 ps = p->p_sigacts; in execsigs()
1071 mtx_assert(&p->p_sigacts->ps_mtx, (flags & SIGPROCMASK_PS_LOCKED) != 0 in kern_sigprocmask()
1314 ps = p->p_sigacts; in kern_sigtimedwait()
1354 error = msleep_sbt(&p->p_sigacts, &p->p_mtx, PPAUSE | PCATCH, in kern_sigtimedwait()
1578 while (msleep(&p->p_sigacts, &p->p_mtx, PPAUSE|PCATCH, "pause", in kern_sigsuspend()
1582 mtx_lock(&p->p_sigacts->ps_mtx); in kern_sigsuspend()
1587 mtx_unlock(&p->p_sigacts->ps_mtx); in kern_sigsuspend()
[all …]
HDkern_exec.c792 if (sigacts_shared(p->p_sigacts)) { in do_execve()
793 oldsigacts = p->p_sigacts; in do_execve()
802 p->p_sigacts = newsigacts; in do_execve()
HDinit_main.c571 p->p_sigacts = sigacts_alloc(); in proc0_init()
/freebsd-13-stable/sys/fs/autofs/
HDautofs.c354 mtx_lock(&curproc->p_sigacts->ps_mtx); in autofs_set_sigmask()
363 !SIGISMEMBER(curproc->p_sigacts->ps_sigignore, in autofs_set_sigmask()
368 mtx_unlock(&curproc->p_sigacts->ps_mtx); in autofs_set_sigmask()
/freebsd-13-stable/sys/fs/nfs/
HDnfs_commonkrpc.c1542 mtx_lock(&p->p_sigacts->ps_mtx); in newnfs_set_sigmask()
1551 !SIGISMEMBER(p->p_sigacts->ps_sigignore, newnfs_sig_set[i])) in newnfs_set_sigmask()
1554 mtx_unlock(&p->p_sigacts->ps_mtx); in newnfs_set_sigmask()
1610 mtx_lock(&p->p_sigacts->ps_mtx); in newnfs_sigintr()
1611 SIGSETNAND(tmpset, p->p_sigacts->ps_sigignore); in newnfs_sigintr()
1612 mtx_unlock(&p->p_sigacts->ps_mtx); in newnfs_sigintr()
/freebsd-13-stable/lib/libkvm/
HDkvm_proc.c225 if (proc.p_sigacts != NULL) { in kvm_proclist()
226 if (KREAD(kd, (u_long)proc.p_sigacts, &sigacts)) { in kvm_proclist()
228 "can't read sigacts at %p", proc.p_sigacts); in kvm_proclist()
/freebsd-13-stable/sys/amd64/ia32/
HDia32_signal.c352 psp = p->p_sigacts; in ia32_osendsig()
457 psp = p->p_sigacts; in freebsd4_ia32_sendsig()
570 psp = p->p_sigacts; in ia32_sendsig()
/freebsd-13-stable/sys/fs/fuse/
HDfuse_ipc.c474 mtx_lock(&td->td_proc->p_sigacts->ps_mtx); in fticket_wait_answer()
477 mtx_unlock(&td->td_proc->p_sigacts->ps_mtx); in fticket_wait_answer()
/freebsd-13-stable/sys/sys/
HDsignalvar.h104 #define SIGACTION(p, sig) (p->p_sigacts->ps_sigact[_SIG_IDX(sig)])
/freebsd-13-stable/sys/arm/arm/
HDexec_machdep.c276 psp = p->p_sigacts; in sendsig()
/freebsd-13-stable/sys/i386/linux/
HDlinux_sysvec.c167 psp = p->p_sigacts; in linux_rt_sendsig()
270 psp = p->p_sigacts; in linux_sendsig()
/freebsd-13-stable/sys/riscv/riscv/
HDexec_machdep.c363 psp = p->p_sigacts; in sendsig()
/freebsd-13-stable/sys/i386/i386/
HDexec_machdep.c140 psp = p->p_sigacts; in osendsig()
269 psp = p->p_sigacts; in freebsd4_sendsig()
392 psp = p->p_sigacts; in sendsig()
/freebsd-13-stable/sys/arm64/arm64/
HDfreebsd32_machdep.c359 psp = p->p_sigacts; in freebsd32_sendsig()
HDexec_machdep.c570 psp = p->p_sigacts; in sendsig()
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_sysvec.c166 psp = p->p_sigacts; in linux_rt_sendsig()
276 psp = p->p_sigacts; in linux_sendsig()
/freebsd-13-stable/sys/mips/mips/
HDpm_machdep.c99 psp = p->p_sigacts; in sendsig()
HDfreebsd32_machdep.c369 psp = p->p_sigacts; in freebsd32_sendsig()
/freebsd-13-stable/sys/arm64/linux/
HDlinux_sysvec.c333 psp = p->p_sigacts; in linux_rt_sendsig()

12