Home | History | Annotate | Download | only in dev

Lines Matching defs:istat

305 	u_char istat;
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);
1115 printf(" sbcl %x sdid %x istat %x dstat %x sstat0 %x\n",
1116 rp->siop_sbcl, rp->siop_sdid, istat, dstat, sstat0);
1348 printf ("%s: reselect interrupted (Sig_P?) scntl1 %x ctest2 %x sfbr %x istat %x/%x\n",
1350 ctest2, rp->siop_sfbr, istat, rp->siop_istat);
1426 printf ("siopchkintr: istat %x dstat %x sstat0 %x dsps %lx dsa %lx sbcl %x sts %x msg %x %x sfbr %x\n",
1427 istat, dstat, sstat0, rp->siop_dsps, rp->siop_dsa,
1491 register u_char istat, dstat, sstat0;
1495 istat = sc->sc_istat;
1496 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) {
1510 printf ("%s: intr istat %x dstat %x sstat0 %x\n",
1511 device_xname(sc->sc_dev), istat, dstat, sstat0);
1513 printf ("%s: spurious interrupt? istat %x dstat %x sstat0 %x nexus %p status %x\n",
1514 device_xname(sc->sc_dev), istat, dstat, sstat0,
1522 printf ("%s: intr istat %x dstat %x sstat0 %x dsps %lx sbcl %x sts %x msg %x\n",
1523 device_xname(sc->sc_dev), istat, dstat, sstat0,
1533 if (siop_checkintr (sc, istat, dstat, sstat0, &status)) {
1666 printf("%s@%p regs %p istat %x\n",