Searched refs:sc_eax (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dsignal.h59 int sc_eax; member in struct:osigcontext
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.h51 int sc_eax; /* eax to restore */ member in struct:sigcontext
H A Dsignal.c82 sc.sc_eax = (int) ucp->uc_mcontext.gregs[EAX];
113 ucp->uc_mcontext.gregs[EAX] = (int) sc.sc_eax;
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsignal.h66 int sc_eax; member in struct:sigcontext
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h331 int sc_eax; /* eax to restore */ member in struct:sigcontext
333 #define sc_r0 sc_eax

Completed in 61 milliseconds