Home | Sort by: relevance | last modified time | path |
/src/sys/arch/vax/vax/ | |
compat_13_machdep.c | 127 struct sigcontext13 *ucntx; local in function:compat_13_sys_sigreturn 131 ucntx = SCARG(uap, sigcntxp); 132 if (copyin((void *)ucntx, (void *)&ksc, sizeof(struct sigcontext))) |
compat_16_machdep.c | 124 struct sigcontext * const ucntx = SCARG(uap, sigcntxp); local in function:compat_16_sys___sigreturn14 128 if (copyin((void *)ucntx, (void *)&ksc, sizeof(struct sigcontext))) |