Home
last modified time | relevance | path

Searched defs:osigcontext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dsignal.h42 struct osigcontext { struct
43 int sc_onstack; /* sigstack state to restore */
44 osigset_t sc_mask; /* signal mask to restore */
45 int sc_esp; /* machine state follows: */
46 int sc_ebp;
47 int sc_isp;
48 int sc_eip;
49 int sc_efl;
50 int sc_es;
51 int sc_ds;
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h399 struct osigcontext { struct
400 int _not_used;