Searched defs:freebsd_osigcontext (Results 1 – 1 of 1) sorted by relevance
49 struct freebsd_osigcontext { struct50 int sc_onstack; /* sigstack state to restore */51 sigset13_t sc_mask; /* signal mask to restore */52 int sc_esp; /* machine state */53 int sc_ebp;54 int sc_isp;55 int sc_eip;56 int sc_eflags;57 int sc_es;58 int sc_ds;[all …]