Searched refs:dstat (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dsii.c108 u_short dstat; member in struct:sii_log
138 static void sii_DoIntr(struct siisoftc *sc, u_int dstat);
274 u_int dstat; local
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)
567 sii_DoIntr(struct siisoftc *sc, u_int dstat) argument
1551 u_int dstat; local
1614 u_int dstat, comm; local
[all...]
H A Dsiireg.h97 u_short dstat; /* Data Transfer Status Register */ member in struct:__anon6290
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_engine.c327 RF_DagStatus_t dstat; local
334 dstat = node->dagHdr->status;
338 if ((dstat == rf_enable) ||
339 (dstat == rf_rollForward)) {
347 RF_ASSERT(dstat == rf_rollBackward);
372 RF_DagStatus_t dstat; local
379 dstat = node->dagHdr->status;
383 if ((dstat == rf_enable) ||
384 (dstat == rf_rollForward)) {
392 RF_ASSERT(dstat
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dsiop.c302 u_char dstat; local
336 dstat = rp->siop_dstat;
337 if (siop_checkintr(sc, istat, dstat, sstat0, &status)) {
501 printf ("%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x\n",
902 siop_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, argument
922 printf ("siopchkintr: istat %x dstat %x sstat0 %x dsps %x sbcl %x sts %x msg %x\n",
923 istat, dstat, sstat0, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]);
934 printf(" istat %x dstat %x sstat0 %x\n",
935 istat, dstat, sstat0);
941 SIOP_TRACE('i',dstat,ista
1491 register u_char istat, dstat, sstat0; local
[all...]
H A Dsiop2.c288 u_char dstat; local
322 dstat = rp->siop_dstat;
323 if (siopng_checkintr(sc, istat, dstat, sist, &status)) {
486 printf ("%s: abort %s: dstat %02x, istat %02x sist %04x sien %04x sbcl %02x\n",
967 siopng_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, argument
989 printf ("siopngchkintr: istat %x dstat %x sist %x dsps %x sbcl %x sts %x msg %x\n",
990 istat, dstat, sist, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]);
1001 printf(" istat %x dstat %x sist %x\n",
1002 istat, dstat, sist);
1008 SIOP_TRACE('i',dstat,ista
1639 u_char istat, dstat; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dosiop.c467 uint8_t istat, dstat, sstat0; local
505 dstat = osiop_read_1(sc, OSIOP_DSTAT);
506 if (osiop_checkintr(sc, istat, dstat, sstat0, &status)) {
704 printf("%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x\n",
1048 osiop_checkintr(struct osiop_softc *sc, uint8_t istat, uint8_t dstat, argument
1078 printf(" istat %x dstat %x sstat0 %x\n", istat, dstat, sstat0);
1084 OSIOP_TRACE('i', dstat, istat, (istat & OSIOP_ISTAT_DIP) ?
1100 if (dstat & OSIOP_DSTAT_SIR && intcode == A_ok) {
1153 if (dstat
1714 uint8_t istat, dstat, sstat0; local
[all...]
H A Doosiop.c1001 uint8_t istat, dstat, sstat0; local
1014 dstat = oosiop_read_1(sc, OOSIOP_DSTAT);
1016 if (dstat & OOSIOP_DSTAT_ABRT) {
1022 if ((dstat & OOSIOP_DSTAT_DFE) == 0)
1028 if (dstat & OOSIOP_DSTAT_SSI) {
1035 if (dstat & OOSIOP_DSTAT_SIR) {
1036 if ((dstat & OOSIOP_DSTAT_DFE) == 0)
1041 if (dstat & OOSIOP_DSTAT_WTD) {
1046 if (dstat & OOSIOP_DSTAT_IID) {
1064 if ((dstat
[all...]
H A Desiop.c404 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local
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
[all...]
H A Dsiop.c301 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local
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
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsiop.c239 uint8_t dstat, sstat1, istat; local
264 dstat = readb(adp->addr + SIOP_DSTAT);
279 dstat = readb(adp->addr + SIOP_DSTAT);
298 else if ((dstat & DSTAT_DFE) == 0)
311 else if ((dstat & DSTAT_DFE) == 0)
352 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dsupport.c873 dialresponse(struct cfg_entry *cep, int dstat) argument
884 if (dstat < DSTAT_NONE || dstat > DSTAT_INONLY)
886 logit(LL_ERR, "dialresponse: dstat out of range %d!", dstat);
892 mdr.stat = dstat;
901 DBGL(DL_DRVR, (logit(LL_DBG, "dialresponse: sent [%s]", stattab[dstat])));
H A Disdnd.h756 void dialresponse(struct cfg_entry *cep, int dstat);
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Duscsi_subr.c80 struct stat dstat; local
88 if (fstat(disc->fhandle, &dstat) < 0) {

Completed in 274 milliseconds