Searched refs:sc_pc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.h49 int sc_pc; /* pc to retore */ member in struct:sigcontext
H A Dsignal.c80 sc.sc_pc = (int) ucp->uc_mcontext.gregs[EIP];
111 ucp->uc_mcontext.gregs[EIP] = (int) sc.sc_pc;
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.h49 long sc_pc; /* pc to retore */ member in struct:sigcontext
H A Dsignal.c80 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC];
123 ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc;
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h291 int sc_pc; /* pc to restore */ member in struct:sigcontext
298 int sc_pc; /* pc to restore */ member in struct:sigcontext
303 int sc_pc; /* pc to retore */ member in struct:sigcontext
309 long sc_pc; /* pc to retore */ member in struct:sigcontext
321 long sc_pc; /* pc to retore */ member in struct:sigcontext
329 int sc_pc; /* pc to retore */ member in struct:sigcontext
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsignal.h95 #define sc_pc sc_eip macro
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c106 sc.sc_pc = (long)ucp->uc_mcontext.gregs[REG_RIP];
112 sc.sc_pc = (int)ucp->uc_mcontext.gregs[EIP];
178 ucp->uc_mcontext.gregs[REG_RIP] = (long)sc.sc_pc;
184 ucp->uc_mcontext.gregs[EIP] = (int)sc.sc_pc;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h165 int sc_pc; /* pc to retore */ member in struct:sigcontext
/illumos-gate/usr/src/boot/lib/libstand/mips/
H A D_setjmp.S63 REG_S ra, (2 * SZREG)(a0) # sc_pc = return address
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c135 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC];
286 ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc;
369 ucp->uc_mcontext.gregs[REG_PC] = scp->sc_pc;

Completed in 104 milliseconds