| /freebsd-13-stable/sys/cddl/compat/opensolaris/sys/ |
| HD | sig.h | 55 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/ |
| HD | sig.h | 58 mtx_lock(&p->p_sigacts->ps_mtx); in issig() 60 mtx_unlock(&p->p_sigacts->ps_mtx); in issig()
|
| /freebsd-13-stable/sys/netsmb/ |
| HD | smb_subr.c | 81 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/ |
| HD | kern_fork.c | 500 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()
|
| HD | subr_trap.c | 333 mtx_lock(&p->p_sigacts->ps_mtx); in ast() 338 mtx_unlock(&p->p_sigacts->ps_mtx); in ast()
|
| HD | kern_exit.c | 651 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()
|
| HD | kern_sig.c | 636 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 …]
|
| HD | kern_exec.c | 792 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()
|
| HD | init_main.c | 571 p->p_sigacts = sigacts_alloc(); in proc0_init()
|
| /freebsd-13-stable/sys/fs/autofs/ |
| HD | autofs.c | 354 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/ |
| HD | nfs_commonkrpc.c | 1542 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/ |
| HD | kvm_proc.c | 225 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/ |
| HD | ia32_signal.c | 352 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/ |
| HD | fuse_ipc.c | 474 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/ |
| HD | signalvar.h | 104 #define SIGACTION(p, sig) (p->p_sigacts->ps_sigact[_SIG_IDX(sig)])
|
| /freebsd-13-stable/sys/arm/arm/ |
| HD | exec_machdep.c | 276 psp = p->p_sigacts; in sendsig()
|
| /freebsd-13-stable/sys/i386/linux/ |
| HD | linux_sysvec.c | 167 psp = p->p_sigacts; in linux_rt_sendsig() 270 psp = p->p_sigacts; in linux_sendsig()
|
| /freebsd-13-stable/sys/riscv/riscv/ |
| HD | exec_machdep.c | 363 psp = p->p_sigacts; in sendsig()
|
| /freebsd-13-stable/sys/i386/i386/ |
| HD | exec_machdep.c | 140 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/ |
| HD | freebsd32_machdep.c | 359 psp = p->p_sigacts; in freebsd32_sendsig()
|
| HD | exec_machdep.c | 570 psp = p->p_sigacts; in sendsig()
|
| /freebsd-13-stable/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 166 psp = p->p_sigacts; in linux_rt_sendsig() 276 psp = p->p_sigacts; in linux_sendsig()
|
| /freebsd-13-stable/sys/mips/mips/ |
| HD | pm_machdep.c | 99 psp = p->p_sigacts; in sendsig()
|
| HD | freebsd32_machdep.c | 369 psp = p->p_sigacts; in freebsd32_sendsig()
|
| /freebsd-13-stable/sys/arm64/linux/ |
| HD | linux_sysvec.c | 333 psp = p->p_sigacts; in linux_rt_sendsig()
|