/src/sys/arch/amiga/dev/ |
zssc.c | 168 int istat; local in function:zssc_dmaintr 173 istat = rp->siop_istat; 174 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 181 sc->sc_istat = istat;
|
zssc.c | 168 int istat; local in function:zssc_dmaintr 173 istat = rp->siop_istat; 174 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 181 sc->sc_istat = istat;
|
bppcsc.c | 180 u_char istat; local in function:bppcsc_dmaintr 187 istat = rp->siop_istat; 188 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 195 sc->sc_istat = istat;
|
cbiiisc.c | 177 int istat; local in function:cbiiisc_dmaintr 183 istat = rp->siop_istat; 184 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 191 sc->sc_istat = istat;
|
drsc.c | 190 int istat; local in function:drsc_handler 196 istat = rp->siop_istat; 198 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 206 sc->sc_istat = istat;
|
mgnsc.c | 180 u_char istat; local in function:mgnsc_dmaintr 185 istat = rp->siop_istat; 186 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 193 sc->sc_istat = istat;
|
wesc.c | 171 u_char istat; local in function:wesc_dmaintr 176 istat = rp->siop_istat; 177 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 184 sc->sc_istat = istat;
|
afsc.c | 197 u_char istat; local in function:afsc_dmaintr 202 istat = rp->siop_istat; 203 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 210 sc->sc_istat = istat;
|
bppcsc.c | 180 u_char istat; local in function:bppcsc_dmaintr 187 istat = rp->siop_istat; 188 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 195 sc->sc_istat = istat;
|
cbiiisc.c | 177 int istat; local in function:cbiiisc_dmaintr 183 istat = rp->siop_istat; 184 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 191 sc->sc_istat = istat;
|
drsc.c | 190 int istat; local in function:drsc_handler 196 istat = rp->siop_istat; 198 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 206 sc->sc_istat = istat;
|
mgnsc.c | 180 u_char istat; local in function:mgnsc_dmaintr 185 istat = rp->siop_istat; 186 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 193 sc->sc_istat = istat;
|
wesc.c | 171 u_char istat; local in function:wesc_dmaintr 176 istat = rp->siop_istat; 177 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 184 sc->sc_istat = istat;
|
afsc.c | 197 u_char istat; local in function:afsc_dmaintr 202 istat = rp->siop_istat; 203 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 210 sc->sc_istat = istat;
|
siop.c | 305 u_char istat; local in function:siop_poll 320 while (((istat = rp->siop_istat) & 341 if (siop_checkintr(sc, istat, dstat, sstat0, &status)) { 747 printf ("istat %02x sfbr %02x lcrc %02x sien %02x dien %02x\n", 905 siop_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, 925 printf ("siopchkintr: istat %x dstat %x sstat0 %x dsps %x sbcl %x sts %x msg %x\n", 926 istat, dstat, sstat0, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]); 937 printf(" istat %x dstat %x sstat0 %x\n", 938 istat, dstat, sstat0); 944 SIOP_TRACE('i',dstat,istat,(istat&SIOP_ISTAT_DIP)?rp->siop_dsps&0xff:sstat0) 1491 register u_char istat, dstat, sstat0; local in function:siopintr [all...] |
/src/sys/arch/ews4800mips/sbd/ |
osiop_sbdio.c | 99 uint8_t istat; local in function:osiop_sbdio_intr 104 istat = osiop_read_1(sc, OSIOP_ISTAT); 106 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 111 sc->sc_istat = istat;
|
osiop_sbdio.c | 99 uint8_t istat; local in function:osiop_sbdio_intr 104 istat = osiop_read_1(sc, OSIOP_ISTAT); 106 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 111 sc->sc_istat = istat;
|
/src/sys/arch/hppa/gsc/ |
osiop_gsc.c | 196 uint8_t istat; local in function:osiop_gsc_intr 202 istat = osiop_read_1(sc, OSIOP_ISTAT); 204 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 209 sc->sc_istat = istat;
|
osiop_gsc.c | 196 uint8_t istat; local in function:osiop_gsc_intr 202 istat = osiop_read_1(sc, OSIOP_ISTAT); 204 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 209 sc->sc_istat = istat;
|
/src/sys/arch/arc/jazz/ |
osiop_jazzio.c | 120 uint8_t istat; local in function:osiop_jazzio_intr 126 istat = osiop_read_1(sc, OSIOP_ISTAT); 128 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 133 sc->sc_istat = istat;
|
osiop_jazzio.c | 120 uint8_t istat; local in function:osiop_jazzio_intr 126 istat = osiop_read_1(sc, OSIOP_ISTAT); 128 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 133 sc->sc_istat = istat;
|
/src/sys/dev/mvme/ |
osiop_pcctwo.c | 159 u_char istat; local in function:osiop_pcctwo_intr 165 istat = pcc2_reg_read(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS); 166 if ((istat & PCCTWO_ERR_SR_MASK) != 0) { 168 device_xname(sc->sc_osiop.sc_dev), istat); 169 istat |= PCCTWO_ERR_SR_SCLR; 170 pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS, istat); 177 istat = osiop_read_1(&sc->sc_osiop, OSIOP_ISTAT); 179 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 184 sc->sc_osiop.sc_istat = istat;
|
osiop_pcctwo.c | 159 u_char istat; local in function:osiop_pcctwo_intr 165 istat = pcc2_reg_read(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS); 166 if ((istat & PCCTWO_ERR_SR_MASK) != 0) { 168 device_xname(sc->sc_osiop.sc_dev), istat); 169 istat |= PCCTWO_ERR_SR_SCLR; 170 pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS, istat); 177 istat = osiop_read_1(&sc->sc_osiop, OSIOP_ISTAT); 179 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 184 sc->sc_osiop.sc_istat = istat;
|
/src/bin/rcp/ |
util.c | 125 sig_t istat, qstat; local in function:susystem 139 istat = signal(SIGINT, SIG_IGN); 143 (void)signal(SIGINT, istat);
|
util.c | 125 sig_t istat, qstat; local in function:susystem 139 istat = signal(SIGINT, SIG_IGN); 143 (void)signal(SIGINT, istat);
|