Home
last modified time | relevance | path

Searched refs:sc_pc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h291 int sc_pc; /* pc to restore */ member
298 int sc_pc; /* pc to restore */ member
303 int sc_pc; /* pc to retore */ member
309 long sc_pc; /* pc to retore */ member
321 long sc_pc; /* pc to retore */ member
329 int sc_pc; /* pc to retore */ member
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c106 sc.sc_pc = (long)ucp->uc_mcontext.gregs[REG_RIP]; in ucbsigvechandler()
112 sc.sc_pc = (int)ucp->uc_mcontext.gregs[EIP]; in ucbsigvechandler()
178 ucp->uc_mcontext.gregs[REG_RIP] = (long)sc.sc_pc; in ucbsigvechandler()
184 ucp->uc_mcontext.gregs[EIP] = (int)sc.sc_pc; in ucbsigvechandler()
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.h47 int sc_pc; /* pc to retore */ member
H A Dsignal.c80 sc.sc_pc = (int) ucp->uc_mcontext.gregs[EIP]; in sigvechandler()
111 ucp->uc_mcontext.gregs[EIP] = (int) sc.sc_pc; in sigvechandler()
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.h47 long sc_pc; /* pc to retore */ member
H A Dsignal.c80 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC]; in sigvechandler()
123 ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc; in sigvechandler()
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dsignal.h95 #define sc_pc sc_eip macro
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c131 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC]; in ucbsigvechandler()
282 ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc; in ucbsigvechandler()
365 ucp->uc_mcontext.gregs[REG_PC] = scp->sc_pc; in __sigcleanup()