| /f-stack/freebsd/x86/include/ |
| H A D | sigframe.h | 59 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */ 70 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
|
| /f-stack/freebsd/mips/include/ |
| H A D | sigframe.h | 47 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
|
| /f-stack/freebsd/arm64/include/ |
| H A D | frame.h | 62 siginfo_t sf_si; /* actual saved siginfo */
|
| /f-stack/freebsd/i386/include/ |
| H A D | sigframe.h | 89 siginfo_t sf_si; /* = *sf_siginfo (SA_SIGINFO case) */
|
| /f-stack/freebsd/arm/include/ |
| H A D | frame.h | 96 siginfo_t sf_si; /* actual saved siginfo */
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 18 void (*handler)(int signo, siginfo_t *siginfo, void *ucontext); 24 static void ngx_signal_handler(int signo, siginfo_t *siginfo, void *ucontext); 319 ngx_signal_handler(int signo, siginfo_t *siginfo, void *ucontext) in ngx_signal_handler()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exit.c | 809 siginfo_t si, *sip; in sys_wait6() 985 int *status, int options, struct __wrusage *wrusage, siginfo_t *siginfo, in proc_to_reap() 1178 report_alive_proc(struct thread *td, struct proc *p, siginfo_t *siginfo, in report_alive_proc() 1211 int options, struct __wrusage *wrusage, siginfo_t *siginfo) in kern_wait6()
|
| H A D | kern_sig.c | 1210 error = copyout(&ksi.ksi_info, uap->info, sizeof(siginfo_t)); in sys_sigtimedwait() 1233 error = copyout(&ksi.ksi_info, uap->info, sizeof(siginfo_t)); in sys_sigwaitinfo() 1241 proc_td_siginfo_capture(struct thread *td, siginfo_t *si) in proc_td_siginfo_capture()
|
| /f-stack/freebsd/sys/ |
| H A D | signal.h | 263 } siginfo_t; typedef
|
| H A D | signalvar.h | 217 siginfo_t ksi_info;
|
| H A D | sysproto.h | 875 char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)]; 880 char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)]; 1613 char info_l_[PADL_(siginfo_t *)]; siginfo_t * info; char info_r_[PADR_(siginfo_t *)];
|
| H A D | syscallsubr.h | 337 int options, struct __wrusage *wrup, siginfo_t *sip);
|
| H A D | proc.h | 302 siginfo_t td_si; /* (c) For debugger or core file */
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-check-rdb.c | 154 void rdbCheckHandleCrash(int sig, siginfo_t *info, void *secret) { in rdbCheckHandleCrash()
|
| H A D | debug.c | 1246 void sigsegvHandler(int sig, siginfo_t *info, void *secret) { in sigsegvHandler() 1377 void watchdogSignalHandler(int sig, siginfo_t *info, void *secret) { in watchdogSignalHandler()
|
| H A D | server.h | 2149 void sigsegvHandler(int sig, siginfo_t *info, void *secret);
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_dev.c | 64 static void sigbus_handler(int signum, siginfo_t *info, in sigbus_handler()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | arc.h | 285 void arc_buf_sigsegv(int sig, siginfo_t *si, void *unused);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1552 arc_buf_sigsegv(int sig, siginfo_t *si, void *unused) in arc_buf_sigsegv()
|