/src/sys/dev/scsipi/ |
scsi_subr.c | 66 .bustype_type = SCSIPI_BUSTYPE_BUSTYPE(SCSIPI_BUSTYPE_SCSI, 76 .bustype_type = SCSIPI_BUSTYPE_BUSTYPE(SCSIPI_BUSTYPE_SCSI, 86 .bustype_type = SCSIPI_BUSTYPE_BUSTYPE(SCSIPI_BUSTYPE_SCSI, 96 .bustype_type = SCSIPI_BUSTYPE_BUSTYPE(SCSIPI_BUSTYPE_SCSI,
|
atapiconf.c | 121 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) !=
|
scsipiconf.h | 229 * The bustype_type member is shared with struct ata_bustype 233 int bustype_type; /* symbolic name of type */ member in struct:scsipi_bustype 243 /* bustype_type */ 264 * Note: chan_bustype has to be first member, as its bustype_type member 345 (periph)->periph_channel->chan_bustype->bustype_type
|
scsiconf.c | 144 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) !=
|
atapi_wdc.c | 104 .bustype_type = SCSIPI_BUSTYPE_ATAPI,
|
/src/sys/dev/usb/ |
umass_scsipi.c | 117 .bustype_type = SCSIPI_BUSTYPE_ATAPI, 272 if (SCSIPI_BUSTYPE_TYPE(chan->chan_bustype->bustype_type) ==
|
/src/sys/arch/shark/shark/ |
shark_machdep.c | 450 && sa->sa_periph->periph_channel->chan_bustype->bustype_type == SCSIPI_BUSTYPE_ATAPI
|
/src/sys/arch/vax/vax/ |
autoconf.c | 368 if (sa->sa_periph->periph_channel->chan_bustype->bustype_type !=
|
/src/sys/dev/ata/ |
atavar.h | 362 int bustype_type; /* symbolic name of type */ member in struct:ata_bustype 381 /* bustype_type */ /* XXX XXX XXX */
|
ata_wdc.c | 122 .bustype_type = SCSIPI_BUSTYPE_ATA,
|
wd.c | 297 if (adev->adev_bustype->bustype_type != SCSIPI_BUSTYPE_ATA)
|
/src/sys/dev/ic/ |
siisata.c | 187 .bustype_type = SCSIPI_BUSTYPE_ATA, 201 .bustype_type = SCSIPI_BUSTYPE_ATAPI,
|
ahcisata_core.c | 105 .bustype_type = SCSIPI_BUSTYPE_ATAPI, 130 .bustype_type = SCSIPI_BUSTYPE_ATA,
|
mvsata.c | 224 .bustype_type = SCSIPI_BUSTYPE_ATA, 238 .bustype_type = SCSIPI_BUSTYPE_ATAPI,
|
wdc.c | 130 .bustype_type = SCSIPI_BUSTYPE_ATA,
|