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

  /src/sys/dev/ata/
sata_subr.c 174 err = atabus_alloc_drives(chp, PMP_MAX_DRIVES);
176 err = atabus_alloc_drives(chp, 1);
atavar.h 526 int atabus_alloc_drives(struct ata_channel *, int);
ata.c 752 atabus_alloc_drives(struct ata_channel *chp, int ndrives) function in typeref:typename:int
  /src/sys/dev/pci/
satalink.c 864 if (atabus_alloc_drives(chp, 1) != 0) {
  /src/sys/dev/ic/
wdc.c 248 if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) {
303 if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) {

Completed in 16 milliseconds