Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsignal.h36 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from);
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c1068 ret = copy_siginfo_from_user(&siginfo, datavp); in ptrace_request()
H A Dsignal.c3278 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from) in copy_siginfo_from_user() function
3729 return copy_siginfo_from_user(kinfo, info); in copy_siginfo_from_user_any()