Home
last modified time | relevance | path

Searched refs:copy_siginfo_to_user (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dptrace.c461 ret = copy_siginfo_to_user((siginfo_t __user *) data, in ptrace_request()
Dsignal.c2094 int copy_siginfo_to_user(siginfo_t __user *to, siginfo_t *from) in copy_siginfo_to_user() function
2221 if (copy_siginfo_to_user(uinfo, &info)) in SYSCALL_DEFINE4()