Searched defs:osigcontext (Results 1 – 2 of 2) sorted by relevance
44 struct osigcontext { struct45 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 …]
470 struct osigcontext { struct471 int _not_used;