/linux-2.4.37.9/include/asm-ia64/ |
D | siginfo.h | 78 } 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/ |
D | siginfo.h | 71 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 61 } 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/ |
D | siginfo.h | 61 } 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/ |
D | siginfo.h | 71 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 70 } 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/ |
D | siginfo.h | 63 } 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/ |
D | siginfo.h | 90 } 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/ |
D | siginfo.h | 90 } 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/ |
D | siginfo.h | 66 } 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/ |
D | traps.c | 133 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/ |
D | traps.c | 101 _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/ |
D | siginfo.h | 72 } 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/ |
D | siginfo.h | 66 } 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/ |
D | signal.c | 39 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/ |
D | signal.c | 167 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/ |
D | signal.c | 40 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/ |
D | signal.c | 45 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/ |
D | signal.c | 46 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()
|