HomeSort by: relevance | last modified time | path
    Searched refs:ATA_DRIVET_ATAPI (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/ata/
sata_subr.c 192 chp->ch_drive[port].drive_type = ATA_DRIVET_ATAPI;
ata.c 342 if (chp->ch_drive[i].drive_type == ATA_DRIVET_ATAPI) {
354 if (chp->ch_drive[i].drive_type == ATA_DRIVET_ATAPI)
658 if (chp->ch_drive[i].drive_type == ATA_DRIVET_ATAPI)
712 if (chp->ch_drive[i].drive_type != ATA_DRIVET_ATAPI)
725 if (chp->ch_drive[i].drive_type == ATA_DRIVET_ATAPI)
841 } else if (drvp->drive_type == ATA_DRIVET_ATAPI) {
887 ((drvp->drive_type == ATA_DRIVET_ATAPI) ?
1885 if (drvp->drive_type == ATA_DRIVET_ATAPI)
2022 if (drvp->drive_type == ATA_DRIVET_ATAPI) {
atavar.h 285 #define ATA_DRIVET_ATAPI 2
  /src/sys/dev/pci/
pdcide.c 376 if (chp->ch_drive[0].drive_type == ATA_DRIVET_ATAPI ||
377 chp->ch_drive[1].drive_type == ATA_DRIVET_ATAPI) {
598 if (chp->ch_drive[0].drive_type == ATA_DRIVET_ATAPI ||
599 chp->ch_drive[1].drive_type == ATA_DRIVET_ATAPI) {
rdcide.c 230 if (drvp[drive].drive_type == ATA_DRIVET_ATAPI)
aceride.c 295 if (drvp->drive_type == ATA_DRIVET_ATAPI) {
satalink.c 874 chp->ch_drive[0].drive_type = ATA_DRIVET_ATAPI;
  /src/sys/dev/ic/
wdc.c 257 chp->ch_drive[0].drive_type = ATA_DRIVET_ATAPI;
357 chp->ch_drive[0].drive_type != ATA_DRIVET_ATAPI)
360 chp->ch_drive[1].drive_type != ATA_DRIVET_ATAPI)
773 chp->ch_drive[drive].drive_type = ATA_DRIVET_ATAPI;
siisata.c 1637 if (drvp->drive_type != ATA_DRIVET_ATAPI) {
ahcisata_core.c 2120 if (drvp->drive_type != ATA_DRIVET_ATAPI) {
mvsata.c 778 if (drvp->drive_type != ATA_DRIVET_ATAPI) {
  /src/sys/dev/scsipi/
atapi_wdc.c 282 if (drvp->drive_type != ATA_DRIVET_ATAPI) {

Completed in 26 milliseconds