/src/sys/dev/raidframe/ |
rf_engine.c | 325 RF_DagStatus_t dstat; local in function:FireNodeArray 332 dstat = node->dagHdr->status; 336 if ((dstat == rf_enable) || 337 (dstat == rf_rollForward)) { 345 RF_ASSERT(dstat == rf_rollBackward); 370 RF_DagStatus_t dstat; local in function:FireNodeList 377 dstat = node->dagHdr->status; 381 if ((dstat == rf_enable) || 382 (dstat == rf_rollForward)) { 390 RF_ASSERT(dstat == rf_rollBackward) [all...] |
/src/usr.sbin/mmcformat/ |
uscsi_subr.c | 80 struct stat dstat; local in function:uscsi_open 88 if (fstat(disc->fhandle, &dstat) < 0) {
|
/src/sys/arch/pmax/ibus/ |
sii.c | 108 u_short dstat; member in struct:sii_log 138 static void sii_DoIntr(struct siisoftc *sc, u_int dstat); 274 u_int dstat; local in function:siiintr 279 dstat = sc->sc_regs->dstat; 280 if (dstat & (SII_CI | SII_DI)) { 281 sii_DoIntr(sc, dstat); 343 regs->dstat = regs->dstat; 419 if ((status = regs->dstat) & (SII_CI | SII_DI)) 1551 u_int dstat; local in function:sii_GetByte 1614 u_int dstat, comm; local in function:sii_DoSync [all...] |
siireg.h | 97 u_short dstat; /* Data Transfer Status Register */ member in struct:__anon574751880108 161 #define SII_DI 0x4000 /* composite interrupt bit for DSTAT */ 178 * DSTAT - Data Transfer Status Register
|
/src/sys/arch/amiga/dev/ |
siop.c | 306 u_char dstat; local in function:siop_poll 340 dstat = rp->siop_dstat; 341 if (siop_checkintr(sc, istat, dstat, sstat0, &status)) { 505 printf ("%s: abort %s: dstat %02x, sstat0 %02x sbcl %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...] |
siop2.c | 292 u_char dstat; local in function:siopng_poll 326 dstat = rp->siop_dstat; 327 if (siopng_checkintr(sc, istat, dstat, sist, &status)) { 490 printf ("%s: abort %s: dstat %02x, istat %02x sist %04x sien %04x sbcl %02x\n", 970 siopng_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, 993 printf ("siopngchkintr: istat %x dstat %x sist %x dsps %x sbcl %x sts %x msg %x\n", 994 istat, dstat, sist, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]); 1005 printf(" istat %x dstat %x sist %x\n", 1006 istat, dstat, sist); 1012 SIOP_TRACE('i',dstat,istat,(istat&SIOP_ISTAT_DIP)?rp->siop_dsps&0xff:sist) 1640 u_char istat, dstat; local in function:siopngintr [all...] |
/src/sys/dev/ic/ |
esiop.c | 404 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local in function:esiop_intr 491 dstat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, 493 if (dstat & DSTAT_ABRT) { 495 if ((dstat & DSTAT_DFE) == 0) 499 if (dstat & DSTAT_SSI) { 506 if ((dstat & ~(DSTAT_DFE | DSTAT_SSI)) == 0 && 516 if (dstat & ~(DSTAT_SIR | DSTAT_DFE | DSTAT_SSI)) { 518 if (dstat & DSTAT_IID) 520 if (dstat & DSTAT_BF) 522 if (dstat & DSTAT_MDPE [all...] |
siop.c | 301 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local in function:siop_intr 372 dstat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, 374 if (dstat & DSTAT_ABRT) { 376 if ((dstat & DSTAT_DFE) == 0) 380 if (dstat & DSTAT_SSI) { 387 if ((dstat & ~(DSTAT_DFE | DSTAT_SSI)) == 0 && 397 if (dstat & ~(DSTAT_SIR | DSTAT_DFE | DSTAT_SSI)) { 399 if (dstat & DSTAT_IID) 401 if (dstat & DSTAT_BF) 403 if (dstat & DSTAT_MDPE [all...] |
oosiop.c | 1020 uint8_t istat, dstat, sstat0; local in function:oosiop_intr 1033 dstat = oosiop_read_1(sc, OOSIOP_DSTAT); 1035 if (dstat & OOSIOP_DSTAT_ABRT) { 1041 if ((dstat & OOSIOP_DSTAT_DFE) == 0) 1047 if (dstat & OOSIOP_DSTAT_SSI) { 1054 if (dstat & OOSIOP_DSTAT_SIR) { 1055 if ((dstat & OOSIOP_DSTAT_DFE) == 0) 1060 if (dstat & OOSIOP_DSTAT_WTD) { 1065 if (dstat & OOSIOP_DSTAT_IID) { 1083 if ((dstat & OOSIOP_DSTAT_DFE) == 0 [all...] |
osiop.c | 461 uint8_t istat, dstat, sstat0; local in function:osiop_poll 499 dstat = osiop_read_1(sc, OSIOP_DSTAT); 500 if (osiop_checkintr(sc, istat, dstat, sstat0, &status)) { 698 printf("%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x\n", 1042 osiop_checkintr(struct osiop_softc *sc, uint8_t istat, uint8_t dstat, 1072 printf(" istat %x dstat %x sstat0 %x\n", istat, dstat, sstat0); 1078 OSIOP_TRACE('i', dstat, istat, (istat & OSIOP_ISTAT_DIP) ? 1094 if (dstat & OSIOP_DSTAT_SIR && intcode == A_ok) { 1147 if (dstat & OSIOP_DSTAT_SIR && intcode == A_int_syncmsg) 1708 uint8_t istat, dstat, sstat0; local in function:osiop_intr [all...] |
/src/sys/arch/bebox/stand/boot/ |
siop.c | 264 uint8_t dstat, sstat1, istat; local in function:siop_intr 289 dstat = readb(adp->addr + SIOP_DSTAT); 304 dstat = readb(adp->addr + SIOP_DSTAT); 323 else if ((dstat & DSTAT_DFE) == 0) 335 else if ((dstat & DSTAT_DFE) == 0) 375 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
|
/src/sys/arch/prep/stand/boot/ |
siop.c | 241 uint8_t dstat = 0, sstat1, istat; local in function:siop_intr 266 dstat = readb(adp->addr + SIOP_DSTAT); 281 dstat = readb(adp->addr + SIOP_DSTAT); 300 else if ((dstat & DSTAT_DFE) == 0) 313 else if ((dstat & DSTAT_DFE) == 0) 354 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
|