Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/include/
Dsignal.h44 struct osigcontext { struct
45 int sc_onstack; /* sigstack state to restore */
46 osigset_t sc_mask; /* signal mask to restore */
47 int sc_esp; /* machine state follows: */
48 int sc_ebp;
49 int sc_isp;
50 int sc_eip;
51 int sc_efl;
52 int sc_es;
53 int sc_ds;
[all …]
/freebsd-12-stable/sys/sys/
Dsignal.h470 struct osigcontext { struct
471 int _not_used;