Home
last modified time | relevance | path

Searched refs:siginfo_t (Results 1 – 25 of 89) sorted by relevance

1234

/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h78 } siginfo_t; typedef
266 copy_siginfo (siginfo_t *to, siginfo_t *from) in copy_siginfo()
269 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
275 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
276 extern int copy_siginfo_from_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-s390/
Dsiginfo.h71 } siginfo_t; typedef
228 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
231 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
237 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-sh/
Dsiginfo.h63 } siginfo_t; typedef
220 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
223 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
229 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-x86_64/
Dsiginfo.h61 } siginfo_t; typedef
219 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
222 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
228 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-ppc/
Dsiginfo.h61 } siginfo_t; typedef
218 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
221 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
227 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-s390x/
Dsiginfo.h71 } siginfo_t; typedef
228 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
231 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
237 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-alpha/
Dsiginfo.h63 } siginfo_t; typedef
220 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
223 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
229 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-arm/
Dsiginfo.h63 } siginfo_t; typedef
220 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
223 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
229 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-cris/
Dsiginfo.h63 } siginfo_t; typedef
220 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
223 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
229 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-i386/
Dsiginfo.h63 } siginfo_t; typedef
220 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
223 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
229 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-sh64/
Dsiginfo.h63 } siginfo_t; typedef
220 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
223 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
229 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-ppc64/
Dsiginfo.h70 } siginfo_t; typedef
228 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
231 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
237 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-parisc/
Dsiginfo.h63 } siginfo_t; typedef
222 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
225 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
231 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-mips/
Dsiginfo.h90 } siginfo_t; typedef
248 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
251 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
257 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-mips64/
Dsiginfo.h90 } siginfo_t; typedef
248 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
251 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
257 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-m68k/
Dsiginfo.h66 } siginfo_t; typedef
230 static inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
233 memcpy(to, from, sizeof(siginfo_t)); in copy_siginfo()
239 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/arch/sparc/kernel/
Dtraps.c133 siginfo_t info; in do_hw_interrupt()
156 siginfo_t info; in do_illegal_instruction()
178 siginfo_t info; in do_priv_instruction()
195 siginfo_t info; in do_memaccess_unaligned()
275 siginfo_t info;
381 siginfo_t info;
408 siginfo_t info;
425 siginfo_t info;
438 siginfo_t info;
455 siginfo_t info;
/linux-2.4.37.9/arch/ppc64/kernel/
Dtraps.c101 _exception(int signr, siginfo_t *info, struct pt_regs *regs) in _exception()
187 siginfo_t info; in recover_mce()
292 siginfo_t info; in UnknownException()
307 siginfo_t info; in InstructionBreakpointException()
321 parse_fpe(siginfo_t *info, struct pt_regs *regs) in parse_fpe()
362 siginfo_t info; in IllegalAltiVecInstruction()
375 siginfo_t info; in ProgramCheckException()
442 siginfo_t info; in AltiVecAssistException()
464 siginfo_t info; in SingleStepException()
483 siginfo_t info; in AlignmentException()
/linux-2.4.37.9/include/asm-sparc64/
Dsiginfo.h72 } siginfo_t; typedef
304 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
313 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
314 extern int copy_siginfo_to_user32(siginfo_t32 *to, siginfo_t *from);
/linux-2.4.37.9/include/asm-sparc/
Dsiginfo.h66 } siginfo_t; typedef
229 extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from) in copy_siginfo()
238 extern int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from);
/linux-2.4.37.9/arch/mips64/kernel/
Dsignal.c39 int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from) in copy_siginfo_to_user()
41 if (!access_ok (VERIFY_WRITE, to, sizeof(siginfo_t))) in copy_siginfo_to_user()
44 return __copy_to_user(to, from, sizeof(siginfo_t)); in copy_siginfo_to_user()
275 struct pt_regs *regs, int signr, sigset_t *set, siginfo_t *info) in setup_rt_frame()
343 struct pt_regs *regs, int signr, sigset_t *set, siginfo_t *info);
346 siginfo_t *info, sigset_t *oldset, struct pt_regs *regs) in handle_signal()
392 siginfo_t info; in do_signal()
/linux-2.4.37.9/arch/ia64/kernel/
Dsignal.c167 copy_siginfo_to_user (siginfo_t *to, siginfo_t *from) in copy_siginfo_to_user()
169 if (!access_ok(VERIFY_WRITE, to, sizeof(siginfo_t))) in copy_siginfo_to_user()
172 if (__copy_to_user(to, from, sizeof(siginfo_t))) in copy_siginfo_to_user()
221 copy_siginfo_from_user (siginfo_t *to, siginfo_t *from) in copy_siginfo_from_user()
223 if (!access_ok(VERIFY_READ, from, sizeof(siginfo_t))) in copy_siginfo_from_user()
225 if (__copy_from_user(to, from, sizeof(siginfo_t)) != 0) in copy_siginfo_from_user()
410 setup_frame (int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set, in setup_frame()
494 handle_signal (unsigned long sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *oldset, in handle_signal()
532 siginfo_t info; in ia64_do_signal()
/linux-2.4.37.9/arch/x86_64/kernel/
Dsignal.c40 void ia32_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
47 int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from) in copy_siginfo_to_user()
49 if (!access_ok (VERIFY_WRITE, to, sizeof(siginfo_t))) in copy_siginfo_to_user()
52 return __copy_to_user(to, from, sizeof(siginfo_t)); in copy_siginfo_to_user()
281 static void setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, in setup_rt_frame()
391 siginfo_t *info, sigset_t *oldset, struct pt_regs * regs) in handle_signal()
448 siginfo_t info; in do_signal()
/linux-2.4.37.9/arch/parisc/kernel/
Dsignal.c45 int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from) in copy_siginfo_to_user()
48 return __copy_to_user(to, from, sizeof(siginfo_t)); in copy_siginfo_to_user()
265 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, in setup_rt_frame()
278 err |= __copy_to_user(&frame->info, info, sizeof(siginfo_t)); in setup_rt_frame()
392 siginfo_t *info, sigset_t *oldset, in handle_signal()
430 siginfo_t info; in do_signal()
/linux-2.4.37.9/arch/cris/kernel/
Dsignal.c46 int copy_siginfo_to_user(siginfo_t *to, siginfo_t *from) in copy_siginfo_to_user()
48 if (!access_ok (VERIFY_WRITE, to, sizeof(siginfo_t))) in copy_siginfo_to_user()
51 return __copy_to_user(to, from, sizeof(siginfo_t)); in copy_siginfo_to_user()
450 static void setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, in setup_rt_frame()
522 siginfo_t *info, sigset_t *oldset, struct pt_regs * regs) in handle_signal()
582 siginfo_t info; in do_signal()

1234