Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dsignal_32.c612 do_sys_sigstack(struct sigstack __user *ssptr, struct sigstack __user *ossptr, in do_sys_sigstack() argument
618 if (ossptr) { in do_sys_sigstack()
620 &ossptr->the_stack) || in do_sys_sigstack()
621 __put_user(on_sig_stack(sp), &ossptr->cur_status)) in do_sys_sigstack()
Dsignal32.c888 struct sigstack32 __user *ossptr = in do_sys32_sigstack() local
893 if (ossptr) { in do_sys32_sigstack()
895 &ossptr->the_stack) || in do_sys32_sigstack()
896 __put_user(on_sig_stack(sp), &ossptr->cur_status)) in do_sys32_sigstack()