Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ata/ | |
ata_raid_adaptec.c | 71 struct atabus_softc *atabus; local in function:ata_raid_read_config_adaptec 172 atabus = device_private(device_parent(dksc->sc_dev)); 173 drive = atabus->sc_chan->ch_channel; |
ata_raid_jmicron.c | 121 struct atabus_softc *atabus; local in function:ata_raid_read_config_jmicron 246 atabus = device_private(device_parent(dksc->sc_dev)); 247 drive = atabus->sc_chan->ch_channel; |
wdvar.h | 57 const struct ata_bustype *atabus; member in struct:wd_softc |
ld_ataraid.c | 679 struct atabus_softc *atabus; local in function:ld_ataraid_biodisk 688 atabus = device_private(device_parent(adi->adi_dev)); 705 bd->bd_target = atabus->sc_chan->ch_channel; |
atavar.h | 253 * A queue of atabus instances, used to ensure the same bus probe order 429 device_t atabus; /* self */ member in struct:ata_channel |