/src/tests/lib/libc/sys/ |
t_ptrace_siginfo_wait.h | 30 ptrace_siginfo(bool faked, void (*sah)(int a, siginfo_t *b, void *c), function in typeref:typename:void 42 struct ptrace_siginfo info; 118 #define PTRACE_SIGINFO(test, faked) \ 148 ptrace_siginfo(faked, test##_sighandler, & test##_caught); \ 151 PTRACE_SIGINFO(siginfo_set_unmodified, false) 152 PTRACE_SIGINFO(siginfo_set_faked, true)
|
t_ptrace_siginfo_wait.h | 30 ptrace_siginfo(bool faked, void (*sah)(int a, siginfo_t *b, void *c), function in typeref:typename:void 42 struct ptrace_siginfo info; 118 #define PTRACE_SIGINFO(test, faked) \ 148 ptrace_siginfo(faked, test##_sighandler, & test##_caught); \ 151 PTRACE_SIGINFO(siginfo_set_unmodified, false) 152 PTRACE_SIGINFO(siginfo_set_faked, true)
|
/src/sys/sys/ |
ptrace.h | 185 typedef struct ptrace_siginfo { struct 244 int (*ptm_copyin_siginfo)(struct ptrace_siginfo *, const void *, size_t); 245 int (*ptm_copyout_siginfo)(const struct ptrace_siginfo *, void *, size_t);
|
ptrace.h | 185 typedef struct ptrace_siginfo { struct 244 int (*ptm_copyin_siginfo)(struct ptrace_siginfo *, const void *, size_t); 245 int (*ptm_copyout_siginfo)(const struct ptrace_siginfo *, void *, size_t);
|