Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsignal.h52 struct sigcontext { struct
53 struct __sigset sc_mask; /* signal mask to restore */
54 int sc_onstack; /* sigstack state to restore */
55 int sc_gs; /* machine state (struct trapframe) */
56 int sc_fs;
57 int sc_es;
58 int sc_ds;
59 int sc_edi;
60 int sc_esi;
61 int sc_ebp;
[all …]
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.h42 struct sigcontext { struct
43 int sc_onstack; /* sigstack state to restore */
44 int sc_mask; /* signal mask to restore */
46 long sc_sp; /* sp to restore */
47 long sc_pc; /* pc to retore */
48 long sc_npc; /* next pc to restore */
49 long sc_psr; /* psr to restore */
50 long sc_g1; /* register that must be restored */
51 long sc_o0;
52 long sc_wbcnt; /* number of outstanding windows */
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.h43 struct sigcontext { struct
44 int sc_onstack; /* sigstack state to restore */
45 int sc_mask; /* signal mask to restore */
46 int sc_sp; /* sp to restore */
47 int sc_pc; /* pc to retore */
48 int sc_ps; /* psl to restore */
49 int sc_eax; /* eax to restore */
50 int sc_edx; /* edx to restore */