Searched refs:sf_handler (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/sys/x86/include/ |
| H A D | sigframe.h | 56 __sighandler_t *sf_handler; member 67 __sighandler_t *sf_handler; member
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_genassym.c | 12 ASSYM(LINUX_SIGF_HANDLER, offsetof(struct l_sigframe, sf_handler)); 14 ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler));
|
| H A D | linux.h | 454 l_handler_t sf_handler; member 463 l_handler_t sf_handler; member
|
| H A D | linux32_sysvec.c | 308 frame.sf_handler = PTROUT(catcher); in linux_rt_sendsig() 447 frame.sf_handler = PTROUT(catcher); in linux_sendsig()
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | sigframe.h | 69 __sighandler_t *sf_handler; member 86 __sighandler_t *sf_handler; member
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_genassym.c | 11 ASSYM(LINUX_SIGF_HANDLER, offsetof(struct l_sigframe, sf_handler)); 15 ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler));
|
| H A D | linux.h | 428 l_handler_t sf_handler; member 437 l_handler_t sf_handler; member
|
| H A D | linux_sysvec.c | 417 frame.sf_handler = catcher; in linux_rt_sendsig() 550 frame.sf_handler = catcher; in linux_sendsig()
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_genassym.c | 11 ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler));
|
| H A D | linux.h | 332 l_handler_t sf_handler; member
|
| H A D | linux_sysvec.c | 642 sf.sf_handler = catcher; in linux_rt_sendsig()
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | genassym.c | 172 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
|
| H A D | machdep.c | 379 sf.sf_ahu.sf_handler = catcher; in osendsig() 525 sf.sf_ahu.sf_handler = catcher; in freebsd4_sendsig() 685 sf.sf_ahu.sf_handler = catcher; in sendsig()
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | genassym.c | 203 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
|
| H A D | machdep.c | 432 sf.sf_ahu.sf_handler = catcher; in sendsig()
|