Searched refs:sc_psr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.h51 long sc_psr; /* psr to restore */ member in struct:sigcontext
H A Dsignal.c82 sc.sc_psr = ucp->uc_mcontext.gregs[REG_PSR];
125 ucp->uc_mcontext.gregs[REG_PSR] = sc.sc_psr;
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c140 sc.sc_psr = ucp->uc_mcontext.gregs[REG_CCR];
142 sc.sc_psr = ucp->uc_mcontext.gregs[REG_PSR];
289 ucp->uc_mcontext.gregs[REG_CCR] = sc.sc_psr;
291 ucp->uc_mcontext.gregs[REG_PSR] = sc.sc_psr;
372 ucp->uc_mcontext.gregs[REG_CCR] = scp->sc_psr;
374 ucp->uc_mcontext.gregs[REG_PSR] = scp->sc_psr;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h167 int sc_psr; /* psr to restore */ member in struct:sigcontext
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_var.h113 uint8_t sc_psr; member in struct:urtw_softc
H A Durtw.c601 if (error = urtw_read8_c(sc, URTW_PSR, &sc->sc_psr, 0))
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h311 long sc_psr; /* psr to restore */ member in struct:sigcontext

Completed in 74 milliseconds