| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_signal.c | 341 struct sigacts *psp; in ia32_osendsig() local 350 psp = p->p_sigacts; in ia32_osendsig() 381 mtx_unlock(&psp->ps_mtx); in ia32_osendsig() 430 mtx_lock(&psp->ps_mtx); in ia32_osendsig() 442 struct sigacts *psp; in freebsd4_ia32_sendsig() local 453 psp = p->p_sigacts; in freebsd4_ia32_sendsig() 518 mtx_unlock(&psp->ps_mtx); in freebsd4_ia32_sendsig() 542 mtx_lock(&psp->ps_mtx); in freebsd4_ia32_sendsig() 553 struct sigacts *psp; in ia32_sendsig() local 566 psp = p->p_sigacts; in ia32_sendsig() [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 92 struct sigacts *psp; in sendsig() local 101 psp = p->p_sigacts; in sendsig() 102 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig() 131 SIGISMEMBER(psp->ps_sigonstack, sig)) { in sendsig() 142 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in sendsig() 157 mtx_unlock(&psp->ps_mtx); in sendsig() 180 mtx_lock(&psp->ps_mtx); in sendsig()
|
| H A D | freebsd32_machdep.c | 355 struct sigacts *psp; in freebsd32_sendsig() local 365 psp = p->p_sigacts; in freebsd32_sendsig() 366 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd32_sendsig() 397 SIGISMEMBER(psp->ps_sigonstack, sig)) { in freebsd32_sendsig() 408 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in freebsd32_sendsig() 424 mtx_unlock(&psp->ps_mtx); in freebsd32_sendsig() 447 mtx_lock(&psp->ps_mtx); in freebsd32_sendsig()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | freebsd32_machdep.c | 313 struct sigacts *psp; in freebsd32_sendsig() local 326 psp = p->p_sigacts; in freebsd32_sendsig() 327 mtx_assert(&psp->ps_mtx, MA_OWNED); in freebsd32_sendsig() 336 SIGISMEMBER(psp->ps_sigonstack, sig)) { in freebsd32_sendsig() 367 mtx_unlock(&psp->ps_mtx); in freebsd32_sendsig() 409 mtx_lock(&psp->ps_mtx); in freebsd32_sendsig()
|
| H A D | machdep.c | 825 struct sigacts *psp; in sendsig() local 834 psp = p->p_sigacts; in sendsig() 835 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig() 845 SIGISMEMBER(psp->ps_sigonstack, sig)) { in sendsig() 867 mtx_unlock(&psp->ps_mtx); in sendsig() 895 mtx_lock(&psp->ps_mtx); in sendsig()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 399 struct sigacts *psp; in linux_rt_sendsig() local 408 psp = p->p_sigacts; in linux_rt_sendsig() 409 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig() 420 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig() 488 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig() 506 struct sigacts *psp; in linux_sendsig() local 514 psp = p->p_sigacts; in linux_sendsig() 517 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig() 518 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig() 533 mtx_unlock(&psp->ps_mtx); in linux_sendsig() [all …]
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 265 struct sigacts *psp; in linux_rt_sendsig() local 275 psp = p->p_sigacts; in linux_rt_sendsig() 276 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig() 287 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig() 360 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig() 378 struct sigacts *psp; in linux_sendsig() local 388 psp = p->p_sigacts; in linux_sendsig() 389 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_sendsig() 390 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in linux_sendsig() 406 mtx_unlock(&psp->ps_mtx); in linux_sendsig() [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 537 struct sigacts *psp; local 548 psp = p->p_sigacts; 549 mtx_assert(&psp->ps_mtx, MA_OWNED); 558 SIGISMEMBER(psp->ps_sigonstack, sig)) { 588 mtx_unlock(&psp->ps_mtx); 632 mtx_lock(&psp->ps_mtx);
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 327 struct sigacts *psp; in osendsig() local 336 psp = p->p_sigacts; in osendsig() 369 mtx_unlock(&psp->ps_mtx); in osendsig() 445 mtx_lock(&psp->ps_mtx); in osendsig() 456 struct sigacts *psp; in freebsd4_sendsig() local 465 psp = p->p_sigacts; in freebsd4_sendsig() 515 mtx_unlock(&psp->ps_mtx); in freebsd4_sendsig() 565 mtx_lock(&psp->ps_mtx); in freebsd4_sendsig() 575 struct sigacts *psp; in sendsig() local 588 psp = p->p_sigacts; in sendsig() [all …]
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 613 struct sigacts *psp; in linux_rt_sendsig() local 623 psp = p->p_sigacts; in linux_rt_sendsig() 625 mtx_assert(&psp->ps_mtx, MA_OWNED); in linux_rt_sendsig() 634 SIGISMEMBER(psp->ps_sigonstack, sig)) { in linux_rt_sendsig() 641 mtx_unlock(&psp->ps_mtx); in linux_rt_sendsig() 702 mtx_lock(&psp->ps_mtx); in linux_rt_sendsig()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 348 struct sigacts *psp; in sendsig() local 361 psp = p->p_sigacts; in sendsig() 362 mtx_assert(&psp->ps_mtx, MA_OWNED); in sendsig() 393 SIGISMEMBER(psp->ps_sigonstack, sig)) { in sendsig() 413 if (SIGISMEMBER(psp->ps_siginfo, sig)) { in sendsig() 428 mtx_unlock(&psp->ps_mtx); in sendsig() 456 mtx_lock(&psp->ps_mtx); in sendsig()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 2713 struct pf_ifspeed_v1 *psp = (struct pf_ifspeed_v1 *)addr; in pfioctl() local 2717 if (psp->ifname[0] != 0) { in pfioctl() 2719 strlcpy(ps.ifname, psp->ifname, IFNAMSIZ); in pfioctl() 2722 psp->baudrate32 = in pfioctl() 2725 psp->baudrate = ifp->if_baudrate; in pfioctl()
|