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.h56 int sc_fs;
57 int sc_es;
58 int sc_ds;
59 int sc_edi;
60 int sc_esi;
61 int sc_ebp;
62 int sc_isp;
63 int sc_ebx;
64 int sc_edx;
70 int sc_cs;
[all …]
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.h42 struct sigcontext { struct
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 */
53 long *sc_spbuf[MAXWINDOW]; /* sp's for each wbuf */
[all …]
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h284 struct sigcontext { struct
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 */
295 int sc_sp; /* sp to restore */
296 int sc_fp; /* fp to restore */
297 int sc_ap; /* ap to restore */
303 int sc_pc; /* pc to retore */
314 long sc_o0;
[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 */