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

  /src/sys/arch/powerpc/include/
netbsd32_machdep.h 47 struct netbsd32_sigcontext { struct
  /src/sys/arch/sparc64/include/
netbsd32_machdep.h 46 struct netbsd32_sigcontext { struct
  /src/sys/arch/amd64/include/
netbsd32_machdep.h 64 struct netbsd32_sigcontext { struct
102 struct netbsd32_sigcontext sf_sc;
  /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 *);
180 struct netbsd32_sigcontext *scp, 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)
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep_16.c 95 struct netbsd32_sigcontext sf_sc; /* actual sigcontext */
260 struct netbsd32_sigcontext sc, *scp;
281 scp = (struct netbsd32_sigcontext *)(u_long)SCARG(uap, sigcntxp);
  /src/sys/arch/aarch64/include/
netbsd32_machdep.h 54 struct netbsd32_sigcontext { struct

Completed in 71 milliseconds