Searched refs:sf_handler (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | sigframe.h | 56 __sighandler_t *sf_handler; member 67 __sighandler_t *sf_handler; member
|
| /f-stack/freebsd/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 | 439 l_handler_t sf_handler; member 448 l_handler_t sf_handler; member
|
| H A D | linux32_sysvec.c | 294 frame.sf_handler = PTROUT(catcher); in linux_rt_sendsig() 414 frame.sf_handler = PTROUT(catcher); in linux_sendsig()
|
| /f-stack/freebsd/i386/include/ |
| H A D | sigframe.h | 69 __sighandler_t *sf_handler; member 86 __sighandler_t *sf_handler; member
|
| /f-stack/freebsd/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 | 412 l_handler_t sf_handler; member 421 l_handler_t sf_handler; member
|
| H A D | linux_sysvec.c | 427 frame.sf_handler = catcher; in linux_rt_sendsig() 541 frame.sf_handler = catcher; in linux_sendsig()
|
| /f-stack/freebsd/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 | 317 l_handler_t sf_handler; member
|
| H A D | linux_sysvec.c | 686 sf.sf_handler = catcher; in linux_rt_sendsig()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | genassym.c | 159 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
|
| H A D | machdep.c | 367 sf.sf_ahu.sf_handler = catcher; in osendsig() 513 sf.sf_ahu.sf_handler = catcher; in freebsd4_sendsig() 672 sf.sf_ahu.sf_handler = catcher; in sendsig()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | genassym.c | 205 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
|
| H A D | machdep.c | 426 sf.sf_ahu.sf_handler = catcher; in sendsig()
|