Home
last modified time | relevance | path

Searched refs:sf_handler (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsigframe.h56 __sighandler_t *sf_handler; member
67 __sighandler_t *sf_handler; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_genassym.c12 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 Dlinux.h439 l_handler_t sf_handler; member
448 l_handler_t sf_handler; member
H A Dlinux32_sysvec.c294 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 Dsigframe.h69 __sighandler_t *sf_handler; member
86 __sighandler_t *sf_handler; member
/f-stack/freebsd/i386/linux/
H A Dlinux_genassym.c11 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 Dlinux.h412 l_handler_t sf_handler; member
421 l_handler_t sf_handler; member
H A Dlinux_sysvec.c427 frame.sf_handler = catcher; in linux_rt_sendsig()
541 frame.sf_handler = catcher; in linux_sendsig()
/f-stack/freebsd/amd64/linux/
H A Dlinux_genassym.c11 ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler));
H A Dlinux.h317 l_handler_t sf_handler; member
H A Dlinux_sysvec.c686 sf.sf_handler = catcher; in linux_rt_sendsig()
/f-stack/freebsd/i386/i386/
H A Dgenassym.c159 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
H A Dmachdep.c367 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 Dgenassym.c205 ASSYM(SIGF_HANDLER, offsetof(struct sigframe, sf_ahu.sf_handler));
H A Dmachdep.c426 sf.sf_ahu.sf_handler = catcher; in sendsig()