HomeSort by: relevance | last modified time | path
    Searched defs:sigframe_sigcontext (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
compat_16_machdep.c 71 struct sigframe_sigcontext { struct
97 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack);
98 struct sigframe_sigcontext sf;
  /src/sys/arch/sparc/sparc/
compat_16_machdep.c 95 struct sigframe_sigcontext { struct
117 struct sigframe_sigcontext *fp;
120 struct sigframe_sigcontext sf;
137 fp = (struct sigframe_sigcontext *)
141 fp = (struct sigframe_sigcontext *)oldsp;
143 fp = (struct sigframe_sigcontext *)((int)(fp - 1) & ~STACK_ALIGNBYTES);
  /src/sys/arch/arm/include/
frame.h 104 struct sigframe_sigcontext { struct
  /src/sys/arch/i386/include/
frame.h 154 struct sigframe_sigcontext { struct
  /src/sys/arch/sh3/include/
frame.h 154 struct sigframe_sigcontext { struct
  /src/sys/arch/alpha/include/
frame.h 96 struct sigframe_sigcontext { struct
  /src/sys/arch/m68k/include/
frame.h 180 struct sigframe_sigcontext { struct

Completed in 14 milliseconds