/src/sys/arch/sgimips/stand/common/ |
iris_scsivar.h | 61 volatile int xs_status; /* status flags */ member in struct:wd33c93_softc
|
iris_scsi.c | 742 if ((sc->xs_status & XS_STS_DONE) != 0) 825 sc->xs_status = 0; 832 sc->xs_status = XS_STS_DONE;
|
/src/sys/dev/ic/ |
isp_netbsd.h | 380 #define XS_CMD_S_WDOG(xs) (xs)->xs_status |= XS_PSTS_INWDOG 381 #define XS_CMD_C_WDOG(xs) (xs)->xs_status &= ~XS_PSTS_INWDOG 382 #define XS_CMD_WDOG_P(xs) (((xs)->xs_status & XS_PSTS_INWDOG) != 0) 384 #define XS_CMD_S_GRACE(xs) (xs)->xs_status |= XS_PSTS_GRACE 385 #define XS_CMD_C_GRACE(xs) (xs)->xs_status &= ~XS_PSTS_GRACE 386 #define XS_CMD_GRACE_P(xs) (((xs)->xs_status & XS_PSTS_GRACE) != 0) 388 #define XS_CMD_S_DONE(xs) (xs)->xs_status |= XS_STS_DONE 389 #define XS_CMD_C_DONE(xs) (xs)->xs_status &= ~XS_STS_DONE 390 #define XS_CMD_DONE_P(xs) (((xs)->xs_status & XS_STS_DONE) != 0) 392 #define XS_CMD_S_CLEAR(xs) (xs)->xs_status &= ~XS_PSTS_AL [all...] |
aic79xx_osm.h | 342 scb->xs->xs_status = status; 360 return (scb->xs->xs_status);
|
aic7xxx_osm.h | 342 scb->xs->xs_status = status; 354 return (scb->xs->xs_status);
|
aic7xxx_osm.c | 533 xs->xs_status = 0; 593 if (xs->xs_status & XS_STS_DONE) { 692 } while (!(xs->xs_status & XS_STS_DONE));
|
aic79xx_osm.c | 542 xs->xs_status = 0; 656 } while (!(xs->xs_status & XS_STS_DONE));
|
siisata.c | 1772 (sc_xfer->xs_status & XS_STS_DONE) == 0) 1851 if (xfer->c_scsipi->xs_status & XS_STS_DONE) 1856 if ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
|
adv.c | 768 if (xs->xs_status & XS_STS_DONE)
|
ahcisata_core.c | 1905 (sc_xfer->xs_status & XS_STS_DONE) == 0) 1985 if (xfer->c_scsipi->xs_status & XS_STS_DONE) 1999 if ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
|
/src/sys/arch/bebox/stand/boot/ |
sdvar.h | 105 int xs_status; member in struct:scsi_xfer
|
siop.c | 523 xs->xs_status = XS_STS_DONE; 565 while (!(xs->xs_status & XS_STS_DONE)) { 615 xs->xs_status &= ~XS_STS_DONE;
|
/src/sys/arch/prep/stand/boot/ |
sdvar.h | 105 int xs_status; member in struct:scsi_xfer
|
siop.c | 502 xs->xs_status = XS_STS_DONE; 544 while (!(xs->xs_status & XS_STS_DONE)) { 594 xs->xs_status &= ~XS_STS_DONE;
|
/src/sys/dev/usb/ |
umass_scsipi.c | 483 DPRINTFM(UDMASS_CMD, "return xs->error=%jd, xs->xs_status=%#jx" 484 " xs->resid=%jd", xs->error, xs->xs_status, xs->resid, 0); 522 DPRINTFM(UDMASS_CMD, "return xs->error=%jd, xs->xs_status=%#jx" 523 " xs->resid=%jd", xs->error, xs->xs_status, xs->resid, 0);
|
/src/sys/dev/eisa/ |
uha_eisa.c | 272 if (xs->xs_status & XS_STS_DONE)
|
ahb.c | 983 if (xs->xs_status & XS_STS_DONE)
|
/src/sys/dev/isa/ |
uha_isa.c | 326 if (xs->xs_status & XS_STS_DONE)
|
/src/sys/dev/scsipi/ |
scsipi_base.c | 552 xs->xs_status = 0; 1622 if (xs->xs_status & XS_STS_DONE) { 1649 xs->xs_status |= XS_STS_DONE; 1946 xs->xs_status &= ~XS_STS_DONE; 2226 xs->xs_status &= ~XS_STS_DONE; 2342 while ((xs->xs_status & XS_STS_DONE) == 0) { 2895 printf("xs_status(0x%08x)", xs->xs_status);
|
scsipiconf.h | 555 volatile int xs_status; /* status flags */ member in struct:scsipi_xfer
|
atapi_wdc.c | 464 (sc_xfer->xs_status & XS_STS_DONE) == 0) 722 while ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
|
sd.c | 1310 xs->xs_status = 0; 1327 if ((xs->xs_status & XS_STS_DONE) == 0 ||
|
/src/sys/arch/arc/dti/ |
btl.c | 880 xs->xs_status |= XS_STS_DONE; 1362 if (xs->xs_status & XS_STS_DONE)
|
/src/sys/dev/pci/ |
trm.c | 707 if (xs->xs_status & XS_STS_DONE) { 709 xs->xs_status &= ~XS_STS_DONE; 799 } while ((xs->xs_status & XS_STS_DONE) == 0);
|
/src/sys/arch/newsmips/apbus/ |
spifi.c | 330 if (xs->xs_status & XS_STS_DONE)
|