Symbol: XS_STS_DONE
sys/arch/amiga/dev/siop.c
353
if (xs->xs_status & XS_STS_DONE)
sys/arch/amiga/dev/siop2.c
338
if (xs->xs_status & XS_STS_DONE)
sys/arch/arc/dti/btl.c
1362
if (xs->xs_status & XS_STS_DONE)
sys/arch/arc/dti/btl.c
880
xs->xs_status |= XS_STS_DONE;
sys/arch/bebox/stand/boot/siop.c
523
xs->xs_status = XS_STS_DONE;
sys/arch/bebox/stand/boot/siop.c
565
while (!(xs->xs_status & XS_STS_DONE)) {
sys/arch/bebox/stand/boot/siop.c
615
xs->xs_status &= ~XS_STS_DONE;
sys/arch/mac68k/dev/ncr5380.c
162
xs->xs_status |= XS_STS_DONE;
sys/arch/macppc/dev/mesh.c
1068
if (xs->xs_status & XS_STS_DONE)
sys/arch/newsmips/apbus/spifi.c
330
if (xs->xs_status & XS_STS_DONE)
sys/arch/pmax/ibus/sii.c
246
if ((xs->xs_status & XS_STS_DONE) != 0)
sys/arch/prep/stand/boot/siop.c
502
xs->xs_status = XS_STS_DONE;
sys/arch/prep/stand/boot/siop.c
544
while (!(xs->xs_status & XS_STS_DONE)) {
sys/arch/prep/stand/boot/siop.c
594
xs->xs_status &= ~XS_STS_DONE;
sys/arch/sgimips/stand/common/iris_scsi.c
742
if ((sc->xs_status & XS_STS_DONE) != 0)
sys/arch/sgimips/stand/common/iris_scsi.c
832
sc->xs_status = XS_STS_DONE;
sys/arch/x68k/dev/mha.c
780
if ((xs->xs_status & XS_STS_DONE) != 0)
sys/dev/eisa/ahb.c
983
if (xs->xs_status & XS_STS_DONE)
sys/dev/eisa/uha_eisa.c
272
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/adv.c
768
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/adw.c
804
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/aha.c
1325
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/ahcisata_core.c
1905
(sc_xfer->xs_status & XS_STS_DONE) == 0)
sys/dev/ic/ahcisata_core.c
1985
if (xfer->c_scsipi->xs_status & XS_STS_DONE)
sys/dev/ic/ahcisata_core.c
1999
if ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/aic6360.c
654
if ((xs->xs_status & XS_STS_DONE) != 0)
sys/dev/ic/aic79xx_osm.c
578
if (ahd_get_scsi_status(scb) == XS_STS_DONE) {
sys/dev/ic/aic79xx_osm.c
656
} while (!(xs->xs_status & XS_STS_DONE));
sys/dev/ic/aic7xxx_cam.h
65
CAM_REQ_INPROG = XS_STS_DONE, /* CCB request is in progress */
sys/dev/ic/aic7xxx_osm.c
593
if (xs->xs_status & XS_STS_DONE) {
sys/dev/ic/aic7xxx_osm.c
692
} while (!(xs->xs_status & XS_STS_DONE));
sys/dev/ic/bha.c
675
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/esiop.c
1642
while ((xs->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/isp_netbsd.h
388
#define XS_CMD_S_DONE(xs) (xs)->xs_status |= XS_STS_DONE
sys/dev/ic/isp_netbsd.h
389
#define XS_CMD_C_DONE(xs) (xs)->xs_status &= ~XS_STS_DONE
sys/dev/ic/isp_netbsd.h
390
#define XS_CMD_DONE_P(xs) (((xs)->xs_status & XS_STS_DONE) != 0)
sys/dev/ic/mb89352.c
620
if ((xs->xs_status & XS_STS_DONE) != 0)
sys/dev/ic/mpt_netbsd.c
361
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/mvsata.c
1986
(sc_xfer->xs_status & XS_STS_DONE) == 0)
sys/dev/ic/mvsata.c
2189
while ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/ncr5380sbc.c
688
if ((xs->xs_status & XS_STS_DONE) == 0)
sys/dev/ic/ncr53c9x.c
1023
if ((xs->xs_status & XS_STS_DONE) != 0)
sys/dev/ic/ninjascsi32.c
1187
while ((xs->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/oosiop.c
830
while ((xs->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/osiop.c
512
if (xs->xs_status & XS_STS_DONE)
sys/dev/ic/siisata.c
1772
(sc_xfer->xs_status & XS_STS_DONE) == 0)
sys/dev/ic/siisata.c
1851
if (xfer->c_scsipi->xs_status & XS_STS_DONE)
sys/dev/ic/siisata.c
1856
if ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/siop.c
1390
while ((xs->xs_status & XS_STS_DONE) == 0) {
sys/dev/ic/sunscpal.c
804
if ((xs->xs_status & XS_STS_DONE) == 0)
sys/dev/ic/wd33c93.c
1455
if ((xs->xs_status & XS_STS_DONE) != 0)
sys/dev/isa/seagate.c
1239
if (xs->xs_status & XS_STS_DONE)
sys/dev/isa/uha_isa.c
326
if (xs->xs_status & XS_STS_DONE)
sys/dev/isa/wds.c
1286
if (xs->xs_status & XS_STS_DONE)
sys/dev/pci/arcmsr.c
532
xs->status |= XS_STS_DONE;
sys/dev/pci/trm.c
707
if (xs->xs_status & XS_STS_DONE) {
sys/dev/pci/trm.c
709
xs->xs_status &= ~XS_STS_DONE;
sys/dev/pci/trm.c
799
} while ((xs->xs_status & XS_STS_DONE) == 0);
sys/dev/scsipi/atapi_wdc.c
464
(sc_xfer->xs_status & XS_STS_DONE) == 0)
sys/dev/scsipi/atapi_wdc.c
722
while ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
sys/dev/scsipi/scsipi_base.c
1622
if (xs->xs_status & XS_STS_DONE) {
sys/dev/scsipi/scsipi_base.c
1649
xs->xs_status |= XS_STS_DONE;
sys/dev/scsipi/scsipi_base.c
1946
xs->xs_status &= ~XS_STS_DONE;
sys/dev/scsipi/scsipi_base.c
2226
xs->xs_status &= ~XS_STS_DONE;
sys/dev/scsipi/scsipi_base.c
2342
while ((xs->xs_status & XS_STS_DONE) == 0) {
sys/dev/scsipi/sd.c
1327
if ((xs->xs_status & XS_STS_DONE) == 0 ||