Searched refs:ossptr (Results 1 – 2 of 2) sorted by relevance
597 do_sys_sigstack(struct sigstack __user *ssptr, struct sigstack __user *ossptr, in do_sys_sigstack() argument603 if (ossptr) { in do_sys_sigstack()605 &ossptr->the_stack) || in do_sys_sigstack()606 __put_user(on_sig_stack(sp), &ossptr->cur_status)) in do_sys_sigstack()
836 struct sigstack32 __user *ossptr = in do_sys32_sigstack() local841 if (ossptr) { in do_sys32_sigstack()843 &ossptr->the_stack) || in do_sys32_sigstack()844 __put_user(on_sig_stack(sp), &ossptr->cur_status)) in do_sys32_sigstack()