Searched defs:ata_check_pciide_blacklist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c95 static int ata_check_pciide_blacklist(dev_info_t *dip, uint_t flags);
2077 if (ata_check_pciide_blacklist(dip, ATA_BL_BOGUS)) {
2086 if (ata_check_pciide_blacklist(dip, ATA_BL_BMSTATREG_PIO_BROKEN)) {
2093 if (ata_check_pciide_blacklist(dip, ATA_BL_NODMA)) {
2134 if (ata_check_pciide_blacklist(dip, ATA_BL_NO_SIMPLEX)) {
2269 if (ata_check_pciide_blacklist(ata_ctlp->ac_dip,
3124 ata_check_pciide_blacklist( function

Completed in 52 milliseconds