Searched defs:osigcontext (Results 1 – 2 of 2) sorted by relevance
42 struct osigcontext { struct43 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 …]
399 struct osigcontext { struct400 int _not_used;