HomeSort by: relevance | last modified time | path
    Searched refs:check_sigcontext32 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amd64/amd64/
netbsd32_machdep_13.c 81 int check_sigcontext32(struct lwp *, const struct netbsd32_sigcontext *);
110 error = check_sigcontext32(l, (const struct netbsd32_sigcontext *)&context);
netbsd32_machdep_16.c 81 int check_sigcontext32(struct lwp *, const struct netbsd32_sigcontext *);
197 error = check_sigcontext32(l, &context);
netbsd32_machdep.c 110 int check_sigcontext32(struct lwp *, const struct netbsd32_sigcontext *);
911 check_sigcontext32(struct lwp *l, const struct netbsd32_sigcontext *scp) function in typeref:typename:int

Completed in 13 milliseconds