Home
last modified time | relevance | path

Searched refs:atabus_alloc_drives (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/ata/
Dsata_subr.c174 err = atabus_alloc_drives(chp, PMP_MAX_DRIVES); in sata_interpret_sig()
176 err = atabus_alloc_drives(chp, 1); in sata_interpret_sig()
Datavar.h526 int atabus_alloc_drives(struct ata_channel *, int);
Data.c752 atabus_alloc_drives(struct ata_channel *chp, int ndrives) in atabus_alloc_drives() function
/netbsd/src/sys/dev/pci/
Dsatalink.c864 if (atabus_alloc_drives(chp, 1) != 0) { in sii3112_drv_probe()
/netbsd/src/sys/dev/ic/
Dwdc.c248 if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) { in wdc_sataprobe()
303 if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) { in wdc_drvprobe()