Symbol: ATACH_DISABLED
sys/dev/ata/ata.c
201
if (chp->ch_flags & ATACH_DISABLED)
sys/dev/ata/ata.c
220
if (chp->ch_flags & ATACH_DISABLED)
sys/dev/pci/aceride.c
220
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/artsata.c
222
wdc_cp->ch_flags |= ATACH_DISABLED;
sys/dev/pci/cmdide.c
180
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/cypide.c
162
if ((cp->ata_channel.ch_flags & ATACH_DISABLED) == 0)
sys/dev/pci/hptide.c
217
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/hptide.c
244
if ((cp->ata_channel.ch_flags & ATACH_DISABLED) == 0)
sys/dev/pci/jmide.c
359
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/optiide.c
162
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/pciide_common.c
1052
if (cp->ata_channel.ch_flags & ATACH_DISABLED)
sys/dev/pci/pciide_common.c
1090
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/pciide_common.c
195
if (wdc_cp->ch_flags & ATACH_DISABLED)
sys/dev/pci/pciide_common.c
333
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/pciide_common.c
420
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/pciide_common.c
936
if ((cp->ata_channel.ch_flags & ATACH_DISABLED) == 0)
sys/dev/pci/pciide_common.c
960
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/pdcide.c
314
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/piixide.c
542
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/rdcide.c
179
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/satalink.c
667
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/siside.c
332
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/slide.c
180
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/svwsata.c
331
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/viaide.c
763
cp->ata_channel.ch_flags |= ATACH_DISABLED;
sys/dev/pci/viaide.c
789
if ((cp->ata_channel.ch_flags & ATACH_DISABLED) == 0)
sys/dev/pci/viaide.c
818
if ((wdc_cp->ch_flags & ATACH_DISABLED) == 0) {
sys/dev/pci/viaide.c
828
wdc_cp->ch_flags |= ATACH_DISABLED;