Home
last modified time | relevance | path

Searched refs:copy_siginfo_from_user (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsignal.h37 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from);
/linux/kernel/
H A Dptrace.c1050 ret = copy_siginfo_from_user(&siginfo, datavp); in ptrace_request()
H A Dsignal.c3425 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from) in copy_siginfo_from_user() function
3875 return copy_siginfo_from_user(kinfo, info); in copy_siginfo_from_user_any()