Home
last modified time | relevance | path

Searched defs:sigcontext (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/csh/sparc/
H A Dsignal.h44 struct sigcontext { struct
45 int sc_onstack; /* sigstack state to restore */
46 int sc_mask; /* signal mask to restore */
48 long sc_sp; /* sp to restore */
49 long sc_pc; /* pc to retore */
50 long sc_npc; /* next pc to restore */
51 long sc_psr; /* psr to restore */
52 long sc_g1; /* register that must be restored */
53 long sc_o0;
54 long sc_wbcnt; /* number of outstanding windows */
[all …]
/titanic_41/usr/src/ucbhead/sys/
H A Dsignal.h284 struct sigcontext { struct
285 int sc_onstack; /* sigstack state to restore */
286 int sc_mask; /* signal mask to restore */
288 int sc_sp; /* sp to restore */
289 int sc_fp; /* fp to restore */
290 int sc_ap; /* ap to restore */
291 int sc_pc; /* pc to restore */
292 int sc_ps; /* psw to restore */
295 int sc_sp; /* sp to restore */
296 int sc_fp; /* fp to restore */
[all …]
/titanic_41/usr/src/cmd/csh/i386/
H A Dsignal.h45 struct sigcontext { struct
46 int sc_onstack; /* sigstack state to restore */
47 int sc_mask; /* signal mask to restore */
48 int sc_sp; /* sp to restore */
49 int sc_pc; /* pc to retore */
50 int sc_ps; /* psl to restore */
51 int sc_eax; /* eax to restore */
52 int sc_edx; /* edx to restore */
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h160 struct sigcontext { struct
161 int sc_onstack; /* sigstack state to restore */
162 int sc_mask; /* signal mask to restore */
164 int sc_sp; /* sp to restore */
165 int sc_pc; /* pc to retore */
166 int sc_npc; /* next pc to restore */
167 int sc_psr; /* psr to restore */
168 int sc_g1; /* register that must be restored */
169 int sc_o0;
170 int sc_wbcnt; /* number of outstanding windows */
[all …]