svr4_sigframe     314 arch/i386/i386/svr4_machdep.c 	struct svr4_sigframe *fp, frame;
svr4_sigframe     326 arch/i386/i386/svr4_machdep.c 		fp = (struct svr4_sigframe *)((char *)psp->ps_sigstk.ss_sp +
svr4_sigframe     327 arch/i386/i386/svr4_machdep.c 		    psp->ps_sigstk.ss_size - sizeof(struct svr4_sigframe));
svr4_sigframe     330 arch/i386/i386/svr4_machdep.c 		fp = (struct svr4_sigframe *)tf->tf_esp - 1;
svr4_sigframe      68 compat/svr4/svr4_ucontext.h struct svr4_sigframe {