Searched defs:sigframe_sigcontext (Results 1 – 7 of 7) sorted by relevance
95 struct sigframe_sigcontext { struct117 struct sigframe_sigcontext *fp; in sendsig_sigcontext() argument
71 struct sigframe_sigcontext { struct72 int sf_signo; /* signal number */73 int sf_code; /* code */97 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack); in sendsig_sigcontext() argument
180 struct sigframe_sigcontext { struct181 int sf_ra; /* handler return address */182 int sf_signum; /* signal number for handler */183 int sf_code; /* additional info for handler */184 struct sigcontext *sf_scp; /* context pointer for handler */185 struct sigcontext sf_sc; /* actual context */186 struct sigstate sf_state; /* state of the hardware */
154 struct sigframe_sigcontext { struct155 int sf_ra; /* return address for handler */156 int sf_signum; /* "signum" argument for handler */157 int sf_code; /* "code" argument for handler */158 struct sigcontext *sf_scp; /* "scp" argument for handler */159 struct sigcontext sf_sc; /* actual saved context */
96 struct sigframe_sigcontext { struct101 struct sigcontext sf_sc; /* actual saved context */
104 struct sigframe_sigcontext { struct105 struct sigcontext sf_sc;
154 struct sigframe_sigcontext { struct160 struct sigcontext sf_sc; /* actual saved context */